HSL(95, 80%, 77%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(95,80%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(95, 80%, 77%) color: hsl(95, 80%, 77%)
HEX #BDF395 color: #BDF395
RGB rgb(189, 243, 149) color: rgb(189, 243, 149)
CMYK cmyk(22%, 0%, 39%, 5%)
HSV hsv(94, 39%, 95%)
HWB hwb(94 58% 5%) color: hwb(94 58% 5%)
OKLCH oklch(0.9053 0.1339 132.84) color: oklch(0.9053 0.1339 132.84)
Lab lab(90.36 -33.24 39.87) color: lab(90.36 -33.24 39.87)
LCH lch(90.36 51.91 129.82) color: lch(90.36 51.91 129.82)

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.28:1
vs Black 16.42: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)

#D4D5AC — rgb(212, 213, 172)

Deuteranopia (Green-blind)

#D1CDB1 — rgb(209, 205, 177)

Tritanopia (Blue-blind)

#C0BEC2 — rgb(192, 190, 194)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(95, 80%, 77%);

text

color: hsl(95, 80%, 77%);

border

border: 2px solid hsl(95, 80%, 77%);

gradient light

background: linear-gradient(to right, hsl(95, 80%, 97%), hsl(95, 80%, 77%));

gradient dark

background: linear-gradient(to right, hsl(95, 80%, 77%), hsl(95, 80%, 57%))

hex

background-color: #BDF395;

tailwind

bg-[hsl(95,80%,77%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(95, 80%, 77%, 0.4);

css variable

--color-primary: hsl(95, 80%, 77%);

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(95, 80%, 77%)?

HEX: #BDF395 | RGB: rgb(189, 243, 149) | CMYK: 22%, 0%, 39%, 5% | HSV: 94°, 39%, 95%. Copy any format from the conversion table above.

What colors go well with #BDF395?

The complementary color is HSL(275, 80%, 77%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(95, 80%, 77%) in CSS?

As HSL: color: hsl(95, 80%, 77%); — As HEX: color: #BDF395; — As RGB: color: rgb(189, 243, 149); — Tailwind CSS: bg-[hsl(95,80%,77%)] — CSS variable: --color-primary: hsl(95, 80%, 77%);