HSL(107, 55%, 51%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,55%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 55%, 51%) | color: hsl(107, 55%, 51%) | |
| HEX | #5BC73D | color: #5BC73D | |
| RGB | rgb(91, 199, 61) | color: rgb(91, 199, 61) | |
| CMYK | cmyk(54%, 0%, 69%, 22%) | — | |
| HSV | hsv(107, 69%, 78%) | — | |
| HWB | hwb(107 24% 22%) | color: hwb(107 24% 22%) | |
| OKLCH | oklch(0.7386 0.2009 139.67) | color: oklch(0.7386 0.2009 139.67) | |
| Lab | lab(71.83 -55.76 57.04) | color: lab(71.83 -55.76 57.04) | |
| LCH | lch(71.83 79.77 134.35) | color: lch(71.83 79.77 134.35) |
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)
#8A8B5E — rgb(138, 139, 94)
Deuteranopia (Green-blind)
#847B66 — rgb(132, 123, 102)
Tritanopia (Blue-blind)
#60797F — rgb(96, 121, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 55%, 51%);
text
color: hsl(107, 55%, 51%);
border
border: 2px solid hsl(107, 55%, 51%);
gradient light
background: linear-gradient(to right, hsl(107, 55%, 71%), hsl(107, 55%, 51%));
gradient dark
background: linear-gradient(to right, hsl(107, 55%, 51%), hsl(107, 55%, 31%))
hex
background-color: #5BC73D;
tailwind
bg-[hsl(107,55%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 55%, 51%, 0.4);
css variable
--color-primary: hsl(107, 55%, 51%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 55%, 51%)?
HEX: #5BC73D | RGB: rgb(91, 199, 61) | CMYK: 54%, 0%, 69%, 22% | HSV: 107°, 69%, 78%. Copy any format from the conversion table above.
What colors go well with #5BC73D?
The complementary color is HSL(287, 55%, 51%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 55%, 51%) in CSS?
As HSL: color: hsl(107, 55%, 51%); — As HEX: color: #5BC73D; — As RGB: color: rgb(91, 199, 61); — Tailwind CSS: bg-[hsl(107,55%,51%)] — CSS variable: --color-primary: hsl(107, 55%, 51%);