HSL(76, 52%, 61%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(76,52%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(76, 52%, 61%) color: hsl(76, 52%, 61%)
HEX #B4CF68 color: #B4CF68
RGB rgb(180, 207, 104) color: rgb(180, 207, 104)
CMYK cmyk(13%, 0%, 50%, 19%)
HSV hsv(76, 50%, 81%)
HWB hwb(76 41% 19%) color: hwb(76 41% 19%)
OKLCH oklch(0.8124 0.1333 121.55) color: oklch(0.8124 0.1333 121.55)
Lab lab(79.23 -24.76 47.77) color: lab(79.23 -24.76 47.77)
LCH lch(79.23 53.81 117.4) color: lch(79.23 53.81 117.4)

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.74:1
vs Black 12.07: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)

#C0C081 — rgb(192, 192, 129)

Deuteranopia (Green-blind)

#BEBC87 — rgb(190, 188, 135)

Tritanopia (Blue-blind)

#B59599 — rgb(181, 149, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(76, 52%, 61%);

text

color: hsl(76, 52%, 61%);

border

border: 2px solid hsl(76, 52%, 61%);

gradient light

background: linear-gradient(to right, hsl(76, 52%, 81%), hsl(76, 52%, 61%));

gradient dark

background: linear-gradient(to right, hsl(76, 52%, 61%), hsl(76, 52%, 41%))

hex

background-color: #B4CF68;

tailwind

bg-[hsl(76,52%,61%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(76, 52%, 61%, 0.4);

css variable

--color-primary: hsl(76, 52%, 61%);

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(76, 52%, 61%)?

HEX: #B4CF68 | RGB: rgb(180, 207, 104) | CMYK: 13%, 0%, 50%, 19% | HSV: 76°, 50%, 81%. Copy any format from the conversion table above.

What colors go well with #B4CF68?

The complementary color is HSL(256, 52%, 61%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(76, 52%, 61%) in CSS?

As HSL: color: hsl(76, 52%, 61%); — As HEX: color: #B4CF68; — As RGB: color: rgb(180, 207, 104); — Tailwind CSS: bg-[hsl(76,52%,61%)] — CSS variable: --color-primary: hsl(76, 52%, 61%);