HSL(90, 100%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(90,100%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(90, 100%, 71%) color: hsl(90, 100%, 71%)
HEX #B5FF6B color: #B5FF6B
RGB rgb(181, 255, 107) color: rgb(181, 255, 107)
CMYK cmyk(29%, 0%, 58%, 0%)
HSV hsv(90, 58%, 100%)
HWB hwb(90 42% 0%) color: hwb(90 42% 0%)
OKLCH oklch(0.9218 0.1938 131.54) color: oklch(0.9218 0.1938 131.54)
Lab lab(92.75 -45.96 62.19) color: lab(92.75 -45.96 62.19)
LCH lch(92.75 77.33 126.47) color: lch(92.75 77.33 126.47)

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.2:1
vs Black 17.48: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)

#D5D68F — rgb(213, 214, 143)

Deuteranopia (Green-blind)

#D1CB97 — rgb(209, 203, 151)

Tritanopia (Blue-blind)

#B9ABB1 — rgb(185, 171, 177)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(90, 100%, 71%);

text

color: hsl(90, 100%, 71%);

border

border: 2px solid hsl(90, 100%, 71%);

gradient light

background: linear-gradient(to right, hsl(90, 100%, 91%), hsl(90, 100%, 71%));

gradient dark

background: linear-gradient(to right, hsl(90, 100%, 71%), hsl(90, 100%, 51%))

hex

background-color: #B5FF6B;

tailwind

bg-[hsl(90,100%,71%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(90, 100%, 71%, 0.4);

css variable

--color-primary: hsl(90, 100%, 71%);

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(90, 100%, 71%)?

HEX: #B5FF6B | RGB: rgb(181, 255, 107) | CMYK: 29%, 0%, 58%, 0% | HSV: 90°, 58%, 100%. Copy any format from the conversion table above.

What colors go well with #B5FF6B?

The complementary color is HSL(270, 100%, 71%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(90, 100%, 71%) in CSS?

As HSL: color: hsl(90, 100%, 71%); — As HEX: color: #B5FF6B; — As RGB: color: rgb(181, 255, 107); — Tailwind CSS: bg-[hsl(90,100%,71%)] — CSS variable: --color-primary: hsl(90, 100%, 71%);