HSL(85, 56%, 45%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(85,56%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(85, 56%, 45%) color: hsl(85, 56%, 45%)
HEX #7DB332 color: #7DB332
RGB rgb(125, 179, 50) color: rgb(125, 179, 50)
CMYK cmyk(30%, 0%, 72%, 30%)
HSV hsv(85, 72%, 70%)
HWB hwb(85 20% 30%) color: hwb(85 20% 30%)
OKLCH oklch(0.7042 0.1662 129.76) color: oklch(0.7042 0.1662 129.76)
Lab lab(67.15 -37.39 56.89) color: lab(67.15 -37.39 56.89)
LCH lch(67.15 68.08 123.31) color: lch(67.15 68.08 123.31)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.51:1
vs Black 8.37:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#949551 — rgb(148, 149, 81)

Deuteranopia (Green-blind)

#918D59 — rgb(145, 141, 89)

Tritanopia (Blue-blind)

#806A6F — rgb(128, 106, 111)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(85, 56%, 45%);

text

color: hsl(85, 56%, 45%);

border

border: 2px solid hsl(85, 56%, 45%);

gradient light

background: linear-gradient(to right, hsl(85, 56%, 65%), hsl(85, 56%, 45%));

gradient dark

background: linear-gradient(to right, hsl(85, 56%, 45%), hsl(85, 56%, 25%))

hex

background-color: #7DB332;

tailwind

bg-[hsl(85,56%,45%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(85, 56%, 45%, 0.4);

css variable

--color-primary: hsl(85, 56%, 45%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(85, 56%, 45%)?

HEX: #7DB332 | RGB: rgb(125, 179, 50) | CMYK: 30%, 0%, 72%, 30% | HSV: 85°, 72%, 70%. Copy any format from the conversion table above.

What colors go well with #7DB332?

The complementary color is HSL(265, 56%, 45%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(85, 56%, 45%) in CSS?

As HSL: color: hsl(85, 56%, 45%); — As HEX: color: #7DB332; — As RGB: color: rgb(125, 179, 50); — Tailwind CSS: bg-[hsl(85,56%,45%)] — CSS variable: --color-primary: hsl(85, 56%, 45%);