HSL(115, 42%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,42%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 42%, 65%) | color: hsl(115, 42%, 65%) | |
| HEX | #87CB80 | color: #87CB80 | |
| RGB | rgb(135, 203, 128) | color: rgb(135, 203, 128) | |
| CMYK | cmyk(33%, 0%, 37%, 20%) | — | |
| HSV | hsv(114, 37%, 80%) | — | |
| HWB | hwb(114 50% 20%) | color: hwb(114 50% 20%) | |
| OKLCH | oklch(0.778 0.1247 142.13) | color: oklch(0.778 0.1247 142.13) | |
| Lab | lab(75.71 -36.1 30.79) | color: lab(75.71 -36.1 30.79) | |
| LCH | lch(75.71 47.45 139.54) | color: lch(75.71 47.45 139.54) |
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)
#A4A592 — rgb(164, 165, 146)
Deuteranopia (Green-blind)
#A19B97 — rgb(161, 155, 151)
Tritanopia (Blue-blind)
#8AA0A4 — rgb(138, 160, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 42%, 65%);
text
color: hsl(115, 42%, 65%);
border
border: 2px solid hsl(115, 42%, 65%);
gradient light
background: linear-gradient(to right, hsl(115, 42%, 85%), hsl(115, 42%, 65%));
gradient dark
background: linear-gradient(to right, hsl(115, 42%, 65%), hsl(115, 42%, 45%))
hex
background-color: #87CB80;
tailwind
bg-[hsl(115,42%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 42%, 65%, 0.4);
css variable
--color-primary: hsl(115, 42%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 42%, 65%)?
HEX: #87CB80 | RGB: rgb(135, 203, 128) | CMYK: 33%, 0%, 37%, 20% | HSV: 114°, 37%, 80%. Copy any format from the conversion table above.
What colors go well with #87CB80?
The complementary color is HSL(295, 42%, 65%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 42%, 65%) in CSS?
As HSL: color: hsl(115, 42%, 65%); — As HEX: color: #87CB80; — As RGB: color: rgb(135, 203, 128); — Tailwind CSS: bg-[hsl(115,42%,65%)] — CSS variable: --color-primary: hsl(115, 42%, 65%);