HSL(131, 49%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,49%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 49%, 57%) | color: hsl(131, 49%, 57%) | |
| HEX | #5CC76F | color: #5CC76F | |
| RGB | rgb(92, 199, 111) | color: rgb(92, 199, 111) | |
| CMYK | cmyk(54%, 0%, 44%, 22%) | — | |
| HSV | hsv(131, 54%, 78%) | — | |
| HWB | hwb(131 36% 22%) | color: hwb(131 36% 22%) | |
| OKLCH | oklch(0.7452 0.1592 147.49) | color: oklch(0.7452 0.1592 147.49) | |
| Lab | lab(72.41 -49.55 34.85) | color: lab(72.41 -49.55 34.85) | |
| LCH | lch(72.41 60.58 144.88) | color: lch(72.41 60.58 144.88) |
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)
#8A8B84 — rgb(138, 139, 132)
Deuteranopia (Green-blind)
#847C89 — rgb(132, 124, 137)
Tritanopia (Blue-blind)
#619599 — rgb(97, 149, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 49%, 57%);
text
color: hsl(131, 49%, 57%);
border
border: 2px solid hsl(131, 49%, 57%);
gradient light
background: linear-gradient(to right, hsl(131, 49%, 77%), hsl(131, 49%, 57%));
gradient dark
background: linear-gradient(to right, hsl(131, 49%, 57%), hsl(131, 49%, 37%))
hex
background-color: #5CC76F;
tailwind
bg-[hsl(131,49%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 49%, 57%, 0.4);
css variable
--color-primary: hsl(131, 49%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 49%, 57%)?
HEX: #5CC76F | RGB: rgb(92, 199, 111) | CMYK: 54%, 0%, 44%, 22% | HSV: 131°, 54%, 78%. Copy any format from the conversion table above.
What colors go well with #5CC76F?
The complementary color is HSL(311, 49%, 57%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 49%, 57%) in CSS?
As HSL: color: hsl(131, 49%, 57%); — As HEX: color: #5CC76F; — As RGB: color: rgb(92, 199, 111); — Tailwind CSS: bg-[hsl(131,49%,57%)] — CSS variable: --color-primary: hsl(131, 49%, 57%);