HSL(123, 54%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(123,54%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(123, 54%, 66%) color: hsl(123, 54%, 66%)
HEX #79D77E color: #79D77E
RGB rgb(121, 215, 126) color: rgb(121, 215, 126)
CMYK cmyk(44%, 0%, 41%, 16%)
HSV hsv(123, 44%, 84%)
HWB hwb(123 47% 16%) color: hwb(123 47% 16%)
OKLCH oklch(0.7993 0.1526 145.1) color: oklch(0.7993 0.1526 145.1)
Lab lab(78.56 -45.99 35.41) color: lab(78.56 -45.99 35.41)
LCH lch(78.56 58.04 142.41) color: lch(78.56 58.04 142.41)

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.77:1
vs Black 11.83: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)

#A2A394 — rgb(162, 163, 148)

Deuteranopia (Green-blind)

#9C9599 — rgb(156, 149, 153)

Tritanopia (Blue-blind)

#7EA5A8 — rgb(126, 165, 168)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(123, 54%, 66%);

text

color: hsl(123, 54%, 66%);

border

border: 2px solid hsl(123, 54%, 66%);

gradient light

background: linear-gradient(to right, hsl(123, 54%, 86%), hsl(123, 54%, 66%));

gradient dark

background: linear-gradient(to right, hsl(123, 54%, 66%), hsl(123, 54%, 46%))

hex

background-color: #79D77E;

tailwind

bg-[hsl(123,54%,66%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(123, 54%, 66%, 0.4);

css variable

--color-primary: hsl(123, 54%, 66%);

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(123, 54%, 66%)?

HEX: #79D77E | RGB: rgb(121, 215, 126) | CMYK: 44%, 0%, 41%, 16% | HSV: 123°, 44%, 84%. Copy any format from the conversion table above.

What colors go well with #79D77E?

The complementary color is HSL(303, 54%, 66%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(123, 54%, 66%) in CSS?

As HSL: color: hsl(123, 54%, 66%); — As HEX: color: #79D77E; — As RGB: color: rgb(121, 215, 126); — Tailwind CSS: bg-[hsl(123,54%,66%)] — CSS variable: --color-primary: hsl(123, 54%, 66%);