HSL(97, 95%, 77%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(97, 95%, 77%) color: hsl(97, 95%, 77%)
HEX #B7FC8D color: #B7FC8D
RGB rgb(183, 252, 141) color: rgb(183, 252, 141)
CMYK cmyk(27%, 0%, 44%, 1%)
HSV hsv(97, 44%, 99%)
HWB hwb(97 55% 1%) color: hwb(97 55% 1%)
OKLCH oklch(0.9205 0.1581 134.6) color: oklch(0.9205 0.1581 134.6)
Lab lab(92.4 -40.38 46.3) color: lab(92.4 -40.38 46.3)
LCH lch(92.4 61.43 131.09) color: lch(92.4 61.43 131.09)

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.21:1
vs Black 17.32: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)

#D5D5A8 — rgb(213, 213, 168)

Deuteranopia (Green-blind)

#D1CCAE — rgb(209, 204, 174)

Tritanopia (Blue-blind)

#BABDC2 — rgb(186, 189, 194)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #B7FC8D;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(97, 95%, 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(97, 95%, 77%)?

HEX: #B7FC8D | RGB: rgb(183, 252, 141) | CMYK: 27%, 0%, 44%, 1% | HSV: 97°, 44%, 99%. Copy any format from the conversion table above.

What colors go well with #B7FC8D?

The complementary color is HSL(277, 95%, 77%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(97, 95%, 77%); — As HEX: color: #B7FC8D; — As RGB: color: rgb(183, 252, 141); — Tailwind CSS: bg-[hsl(97,95%,77%)] — CSS variable: --color-primary: hsl(97, 95%, 77%);