HSL(132, 91%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,91%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 91%, 75%) | color: hsl(132, 91%, 75%) | |
| HEX | #85F99C | color: #85F99C | |
| RGB | rgb(133, 249, 156) | color: rgb(133, 249, 156) | |
| CMYK | cmyk(47%, 0%, 37%, 2%) | — | |
| HSV | hsv(132, 47%, 98%) | — | |
| HWB | hwb(132 52% 2%) | color: hwb(132 52% 2%) | |
| OKLCH | oklch(0.8911 0.166 148.62) | color: oklch(0.8911 0.166 148.62) | |
| Lab | lab(89.46 -52.15 34.7) | color: lab(89.46 -52.15 34.7) | |
| LCH | lch(89.46 62.64 146.36) | color: lch(89.46 62.64 146.36) |
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)
#B7B8B3 — rgb(183, 184, 179)
Deuteranopia (Green-blind)
#B1A8B8 — rgb(177, 168, 184)
Tritanopia (Blue-blind)
#8BC4C8 — rgb(139, 196, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 91%, 75%);
text
color: hsl(132, 91%, 75%);
border
border: 2px solid hsl(132, 91%, 75%);
gradient light
background: linear-gradient(to right, hsl(132, 91%, 95%), hsl(132, 91%, 75%));
gradient dark
background: linear-gradient(to right, hsl(132, 91%, 75%), hsl(132, 91%, 55%))
hex
background-color: #85F99C;
tailwind
bg-[hsl(132,91%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 91%, 75%, 0.4);
css variable
--color-primary: hsl(132, 91%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 91%, 75%)?
HEX: #85F99C | RGB: rgb(133, 249, 156) | CMYK: 47%, 0%, 37%, 2% | HSV: 132°, 47%, 98%. Copy any format from the conversion table above.
What colors go well with #85F99C?
The complementary color is HSL(312, 91%, 75%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 91%, 75%) in CSS?
As HSL: color: hsl(132, 91%, 75%); — As HEX: color: #85F99C; — As RGB: color: rgb(133, 249, 156); — Tailwind CSS: bg-[hsl(132,91%,75%)] — CSS variable: --color-primary: hsl(132, 91%, 75%);