HSL(82, 91%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(82,91%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 91%, 71%) color: hsl(82, 91%, 71%)
HEX #C7F872 color: #C7F872
RGB rgb(199, 248, 114) color: rgb(199, 248, 114)
CMYK cmyk(20%, 0%, 54%, 3%)
HSV hsv(82, 54%, 97%)
HWB hwb(82 45% 3%) color: hwb(82 45% 3%)
OKLCH oklch(0.9179 0.1705 126.27) color: oklch(0.9179 0.1705 126.27)
Lab lab(91.9 -35.81 58.43) color: lab(91.9 -35.81 58.43)
LCH lch(91.9 68.53 121.5) color: lch(91.9 68.53 121.5)

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 1.23:1
vs Black 17.1: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)

#DCDD92 — rgb(220, 221, 146)

Deuteranopia (Green-blind)

#D9D69A — rgb(217, 214, 154)

Tritanopia (Blue-blind)

#C9ACB2 — rgb(201, 172, 178)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 91%, 71%);

text

color: hsl(82, 91%, 71%);

border

border: 2px solid hsl(82, 91%, 71%);

gradient light

background: linear-gradient(to right, hsl(82, 91%, 91%), hsl(82, 91%, 71%));

gradient dark

background: linear-gradient(to right, hsl(82, 91%, 71%), hsl(82, 91%, 51%))

hex

background-color: #C7F872;

tailwind

bg-[hsl(82,91%,71%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(82, 91%, 71%, 0.4);

css variable

--color-primary: hsl(82, 91%, 71%);

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(82, 91%, 71%)?

HEX: #C7F872 | RGB: rgb(199, 248, 114) | CMYK: 20%, 0%, 54%, 3% | HSV: 82°, 54%, 97%. Copy any format from the conversion table above.

What colors go well with #C7F872?

The complementary color is HSL(262, 91%, 71%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 91%, 71%) in CSS?

As HSL: color: hsl(82, 91%, 71%); — As HEX: color: #C7F872; — As RGB: color: rgb(199, 248, 114); — Tailwind CSS: bg-[hsl(82,91%,71%)] — CSS variable: --color-primary: hsl(82, 91%, 71%);