HSL(74, 79%, 65%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(74,79%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(74, 79%, 65%) color: hsl(74, 79%, 65%)
HEX #CBEC5F color: #CBEC5F
RGB rgb(203, 236, 95) color: rgb(203, 236, 95)
CMYK cmyk(14%, 0%, 60%, 7%)
HSV hsv(74, 60%, 93%)
HWB hwb(74 37% 7%) color: hwb(74 37% 7%)
OKLCH oklch(0.8921 0.1698 121.07) color: oklch(0.8921 0.1698 121.07)
Lab lab(88.69 -30.38 63.1) color: lab(88.69 -30.38 63.1)
LCH lch(88.69 70.03 115.71) color: lch(88.69 70.03 115.71)

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.34:1
vs Black 15.7: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)

#D9DA81 — rgb(217, 218, 129)

Deuteranopia (Green-blind)

#D7D589 — rgb(215, 213, 137)

Tritanopia (Blue-blind)

#CD9CA2 — rgb(205, 156, 162)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(74, 79%, 65%);

text

color: hsl(74, 79%, 65%);

border

border: 2px solid hsl(74, 79%, 65%);

gradient light

background: linear-gradient(to right, hsl(74, 79%, 85%), hsl(74, 79%, 65%));

gradient dark

background: linear-gradient(to right, hsl(74, 79%, 65%), hsl(74, 79%, 45%))

hex

background-color: #CBEC5F;

tailwind

bg-[hsl(74,79%,65%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(74, 79%, 65%, 0.4);

css variable

--color-primary: hsl(74, 79%, 65%);

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(74, 79%, 65%)?

HEX: #CBEC5F | RGB: rgb(203, 236, 95) | CMYK: 14%, 0%, 60%, 7% | HSV: 74°, 60%, 93%. Copy any format from the conversion table above.

What colors go well with #CBEC5F?

The complementary color is HSL(254, 79%, 65%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(74, 79%, 65%) in CSS?

As HSL: color: hsl(74, 79%, 65%); — As HEX: color: #CBEC5F; — As RGB: color: rgb(203, 236, 95); — Tailwind CSS: bg-[hsl(74,79%,65%)] — CSS variable: --color-primary: hsl(74, 79%, 65%);