HSL(113, 75%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,75%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 75%, 70%) | color: hsl(113, 75%, 70%) | |
| HEX | #87EC79 | color: #87EC79 | |
| RGB | rgb(135, 236, 121) | color: rgb(135, 236, 121) | |
| CMYK | cmyk(43%, 0%, 49%, 7%) | — | |
| HSV | hsv(113, 49%, 93%) | — | |
| HWB | hwb(113 47% 7%) | color: hwb(113 47% 7%) | |
| OKLCH | oklch(0.8554 0.1795 141.34) | color: oklch(0.8554 0.1795 141.34) | |
| Lab | lab(85.26 -51.34 46.45) | color: lab(85.26 -51.34 46.45) | |
| LCH | lch(85.26 69.23 137.86) | color: lch(85.26 69.23 137.86) |
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)
#B3B495 — rgb(179, 180, 149)
Deuteranopia (Green-blind)
#ADA59C — rgb(173, 165, 156)
Tritanopia (Blue-blind)
#8CABB0 — rgb(140, 171, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 75%, 70%);
text
color: hsl(113, 75%, 70%);
border
border: 2px solid hsl(113, 75%, 70%);
gradient light
background: linear-gradient(to right, hsl(113, 75%, 90%), hsl(113, 75%, 70%));
gradient dark
background: linear-gradient(to right, hsl(113, 75%, 70%), hsl(113, 75%, 50%))
hex
background-color: #87EC79;
tailwind
bg-[hsl(113,75%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 75%, 70%, 0.4);
css variable
--color-primary: hsl(113, 75%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 75%, 70%)?
HEX: #87EC79 | RGB: rgb(135, 236, 121) | CMYK: 43%, 0%, 49%, 7% | HSV: 113°, 49%, 93%. Copy any format from the conversion table above.
What colors go well with #87EC79?
The complementary color is HSL(293, 75%, 70%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 75%, 70%) in CSS?
As HSL: color: hsl(113, 75%, 70%); — As HEX: color: #87EC79; — As RGB: color: rgb(135, 236, 121); — Tailwind CSS: bg-[hsl(113,75%,70%)] — CSS variable: --color-primary: hsl(113, 75%, 70%);