HSL(101, 80%, 80%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(101,80%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(101, 80%, 80%) color: hsl(101, 80%, 80%)
HEX #BDF5A3 color: #BDF5A3
RGB rgb(189, 245, 163) color: rgb(189, 245, 163)
CMYK cmyk(23%, 0%, 33%, 4%)
HSV hsv(101, 33%, 96%)
HWB hwb(101 64% 4%) color: hwb(101 64% 4%)
OKLCH oklch(0.9122 0.122 136.09) color: oklch(0.9122 0.122 136.09)
Lab lab(91.13 -32.25 33.91) color: lab(91.13 -32.25 33.91)
LCH lch(91.13 46.8 133.56) color: lch(91.13 46.8 133.56)

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.25:1
vs Black 16.75: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)

#D5D6B7 — rgb(213, 214, 183)

Deuteranopia (Green-blind)

#D2CEBC — rgb(210, 206, 188)

Tritanopia (Blue-blind)

#C0C7CA — rgb(192, 199, 202)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(101, 80%, 80%);

text

color: hsl(101, 80%, 80%);

border

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

gradient light

background: linear-gradient(to right, hsl(101, 80%, 100%), hsl(101, 80%, 80%));

gradient dark

background: linear-gradient(to right, hsl(101, 80%, 80%), hsl(101, 80%, 60%))

hex

background-color: #BDF5A3;

tailwind

bg-[hsl(101,80%,80%)]

box shadow

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

css variable

--color-primary: hsl(101, 80%, 80%);

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

HEX: #BDF5A3 | RGB: rgb(189, 245, 163) | CMYK: 23%, 0%, 33%, 4% | HSV: 101°, 33%, 96%. Copy any format from the conversion table above.

What colors go well with #BDF5A3?

The complementary color is HSL(281, 80%, 80%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(101, 80%, 80%); — As HEX: color: #BDF5A3; — As RGB: color: rgb(189, 245, 163); — Tailwind CSS: bg-[hsl(101,80%,80%)] — CSS variable: --color-primary: hsl(101, 80%, 80%);