HSL(116, 88%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,88%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 88%, 73%) | color: hsl(116, 88%, 73%) | |
| HEX | #86F77E | color: #86F77E | |
| RGB | rgb(134, 247, 126) | color: rgb(134, 247, 126) | |
| CMYK | cmyk(46%, 0%, 49%, 3%) | — | |
| HSV | hsv(116, 49%, 97%) | — | |
| HWB | hwb(116 49% 3%) | color: hwb(116 49% 3%) | |
| OKLCH | oklch(0.8819 0.1904 142.47) | color: oklch(0.8819 0.1904 142.47) | |
| Lab | lab(88.49 -55.41 48.06) | color: lab(88.49 -55.41 48.06) | |
| LCH | lch(88.49 73.35 139.06) | color: lch(88.49 73.35 139.06) |
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)
#B7B89B — rgb(183, 184, 155)
Deuteranopia (Green-blind)
#B0A8A2 — rgb(176, 168, 162)
Tritanopia (Blue-blind)
#8CB2B7 — rgb(140, 178, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 88%, 73%);
text
color: hsl(116, 88%, 73%);
border
border: 2px solid hsl(116, 88%, 73%);
gradient light
background: linear-gradient(to right, hsl(116, 88%, 93%), hsl(116, 88%, 73%));
gradient dark
background: linear-gradient(to right, hsl(116, 88%, 73%), hsl(116, 88%, 53%))
hex
background-color: #86F77E;
tailwind
bg-[hsl(116,88%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 88%, 73%, 0.4);
css variable
--color-primary: hsl(116, 88%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 88%, 73%)?
HEX: #86F77E | RGB: rgb(134, 247, 126) | CMYK: 46%, 0%, 49%, 3% | HSV: 116°, 49%, 97%. Copy any format from the conversion table above.
What colors go well with #86F77E?
The complementary color is HSL(296, 88%, 73%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 88%, 73%) in CSS?
As HSL: color: hsl(116, 88%, 73%); — As HEX: color: #86F77E; — As RGB: color: rgb(134, 247, 126); — Tailwind CSS: bg-[hsl(116,88%,73%)] — CSS variable: --color-primary: hsl(116, 88%, 73%);