HSL(89, 100%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(89,100%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 100%, 76%) | color: hsl(89, 100%, 76%) | |
| HEX | #C4FF85 | color: #C4FF85 | |
| RGB | rgb(196, 255, 133) | color: rgb(196, 255, 133) | |
| CMYK | cmyk(23%, 0%, 48%, 0%) | — | |
| HSV | hsv(89, 48%, 100%) | — | |
| HWB | hwb(89 52% 0%) | color: hwb(89 52% 0%) | |
| OKLCH | oklch(0.9339 0.1637 130.26) | color: oklch(0.9339 0.1637 130.26) | |
| Lab | lab(93.86 -38.15 52.05) | color: lab(93.86 -38.15 52.05) | |
| LCH | lch(93.86 64.53 126.24) | color: lch(93.86 64.53 126.24) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#DEDEA3 — rgb(222, 222, 163)
Deuteranopia (Green-blind)
#DAD6AA — rgb(218, 214, 170)
Tritanopia (Blue-blind)
#C7BABF — rgb(199, 186, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 100%, 76%);
text
color: hsl(89, 100%, 76%);
border
border: 2px solid hsl(89, 100%, 76%);
gradient light
background: linear-gradient(to right, hsl(89, 100%, 96%), hsl(89, 100%, 76%));
gradient dark
background: linear-gradient(to right, hsl(89, 100%, 76%), hsl(89, 100%, 56%))
hex
background-color: #C4FF85;
tailwind
bg-[hsl(89,100%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 100%, 76%, 0.4);
css variable
--color-primary: hsl(89, 100%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(89, 100%, 76%)?
HEX: #C4FF85 | RGB: rgb(196, 255, 133) | CMYK: 23%, 0%, 48%, 0% | HSV: 89°, 48%, 100%. Copy any format from the conversion table above.
What colors go well with #C4FF85?
The complementary color is HSL(269, 100%, 76%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 100%, 76%) in CSS?
As HSL: color: hsl(89, 100%, 76%); — As HEX: color: #C4FF85; — As RGB: color: rgb(196, 255, 133); — Tailwind CSS: bg-[hsl(89,100%,76%)] — CSS variable: --color-primary: hsl(89, 100%, 76%);