HSL(132, 96%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,96%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 96%, 65%) | color: hsl(132, 96%, 65%) | |
| HEX | #50FB72 | color: #50FB72 | |
| RGB | rgb(80, 251, 114) | color: rgb(80, 251, 114) | |
| CMYK | cmyk(68%, 0%, 55%, 2%) | — | |
| HSV | hsv(132, 68%, 98%) | — | |
| HWB | hwb(132 31% 2%) | color: hwb(132 31% 2%) | |
| OKLCH | oklch(0.8723 0.2281 146.65) | color: oklch(0.8723 0.2281 146.65) | |
| Lab | lab(87.93 -70.66 52.54) | color: lab(87.93 -70.66 52.54) | |
| LCH | lch(87.93 88.05 143.37) | color: lch(87.93 88.05 143.37) |
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)
#9A9C93 — rgb(154, 156, 147)
Deuteranopia (Green-blind)
#90839B — rgb(144, 131, 155)
Tritanopia (Blue-blind)
#59ADB3 — rgb(89, 173, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 96%, 65%);
text
color: hsl(132, 96%, 65%);
border
border: 2px solid hsl(132, 96%, 65%);
gradient light
background: linear-gradient(to right, hsl(132, 96%, 85%), hsl(132, 96%, 65%));
gradient dark
background: linear-gradient(to right, hsl(132, 96%, 65%), hsl(132, 96%, 45%))
hex
background-color: #50FB72;
tailwind
bg-[hsl(132,96%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 96%, 65%, 0.4);
css variable
--color-primary: hsl(132, 96%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 96%, 65%)?
HEX: #50FB72 | RGB: rgb(80, 251, 114) | CMYK: 68%, 0%, 55%, 2% | HSV: 132°, 68%, 98%. Copy any format from the conversion table above.
What colors go well with #50FB72?
The complementary color is HSL(312, 96%, 65%). 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, 96%, 65%) in CSS?
As HSL: color: hsl(132, 96%, 65%); — As HEX: color: #50FB72; — As RGB: color: rgb(80, 251, 114); — Tailwind CSS: bg-[hsl(132,96%,65%)] — CSS variable: --color-primary: hsl(132, 96%, 65%);