HSL(142, 39%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,39%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 39%, 54%) | color: hsl(142, 39%, 54%) | |
| HEX | #5CB77E | color: #5CB77E | |
| RGB | rgb(92, 183, 126) | color: rgb(92, 183, 126) | |
| CMYK | cmyk(50%, 0%, 31%, 28%) | — | |
| HSV | hsv(142, 50%, 72%) | — | |
| HWB | hwb(142 36% 28%) | color: hwb(142 36% 28%) | |
| OKLCH | oklch(0.708 0.1217 154.32) | color: oklch(0.708 0.1217 154.32) | |
| Lab | lab(67.76 -40.2 20.85) | color: lab(67.76 -40.2 20.85) | |
| LCH | lch(67.76 45.29 152.59) | color: lch(67.76 45.29 152.59) |
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)
#83848C — rgb(131, 132, 140)
Deuteranopia (Green-blind)
#7E778F — rgb(126, 119, 143)
Tritanopia (Blue-blind)
#619799 — rgb(97, 151, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 39%, 54%);
text
color: hsl(142, 39%, 54%);
border
border: 2px solid hsl(142, 39%, 54%);
gradient light
background: linear-gradient(to right, hsl(142, 39%, 74%), hsl(142, 39%, 54%));
gradient dark
background: linear-gradient(to right, hsl(142, 39%, 54%), hsl(142, 39%, 34%))
hex
background-color: #5CB77E;
tailwind
bg-[hsl(142,39%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 39%, 54%, 0.4);
css variable
--color-primary: hsl(142, 39%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 39%, 54%)?
HEX: #5CB77E | RGB: rgb(92, 183, 126) | CMYK: 50%, 0%, 31%, 28% | HSV: 142°, 50%, 72%. Copy any format from the conversion table above.
What colors go well with #5CB77E?
The complementary color is HSL(322, 39%, 54%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 39%, 54%) in CSS?
As HSL: color: hsl(142, 39%, 54%); — As HEX: color: #5CB77E; — As RGB: color: rgb(92, 183, 126); — Tailwind CSS: bg-[hsl(142,39%,54%)] — CSS variable: --color-primary: hsl(142, 39%, 54%);