HSL(85, 52%, 45%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(85, 52%, 45%) color: hsl(85, 52%, 45%)
HEX #7DAE37 color: #7DAE37
RGB rgb(125, 174, 55) color: rgb(125, 174, 55)
CMYK cmyk(28%, 0%, 68%, 32%)
HSV hsv(85, 68%, 68%)
HWB hwb(85 22% 32%) color: hwb(85 22% 32%)
OKLCH oklch(0.6923 0.1564 129.15) color: oklch(0.6923 0.1564 129.15)
Lab lab(65.68 -34.79 53.47) color: lab(65.68 -34.79 53.47)
LCH lch(65.68 63.79 123.05) color: lch(65.68 63.79 123.05)

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.63:1
vs Black 7.98: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)

#929354 — rgb(146, 147, 84)

Deuteranopia (Green-blind)

#8F8C5B — rgb(143, 140, 91)

Tritanopia (Blue-blind)

#7F6B70 — rgb(127, 107, 112)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #7DAE37;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(85, 52%, 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, 52%, 45%)?

HEX: #7DAE37 | RGB: rgb(125, 174, 55) | CMYK: 28%, 0%, 68%, 32% | HSV: 85°, 68%, 68%. Copy any format from the conversion table above.

What colors go well with #7DAE37?

The complementary color is HSL(265, 52%, 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, 52%, 45%) in CSS?

As HSL: color: hsl(85, 52%, 45%); — As HEX: color: #7DAE37; — As RGB: color: rgb(125, 174, 55); — Tailwind CSS: bg-[hsl(85,52%,45%)] — CSS variable: --color-primary: hsl(85, 52%, 45%);