HSL(108, 83%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,83%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 83%, 64%) | color: hsl(108, 83%, 64%) | |
| HEX | #75EF57 | color: #75EF57 | |
| RGB | rgb(117, 239, 87) | color: rgb(117, 239, 87) | |
| CMYK | cmyk(51%, 0%, 64%, 6%) | — | |
| HSV | hsv(108, 64%, 94%) | — | |
| HWB | hwb(108 34% 6%) | color: hwb(108 34% 6%) | |
| OKLCH | oklch(0.851 0.2199 139.91) | color: oklch(0.851 0.2199 139.91) | |
| Lab | lab(85.1 -61.32 61.21) | color: lab(85.1 -61.32 61.21) | |
| LCH | lch(85.1 86.64 135.05) | color: lch(85.1 86.64 135.05) |
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)
#AAAB7C — rgb(170, 171, 124)
Deuteranopia (Green-blind)
#A39A85 — rgb(163, 154, 133)
Tritanopia (Blue-blind)
#7B999F — rgb(123, 153, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 83%, 64%);
text
color: hsl(108, 83%, 64%);
border
border: 2px solid hsl(108, 83%, 64%);
gradient light
background: linear-gradient(to right, hsl(108, 83%, 84%), hsl(108, 83%, 64%));
gradient dark
background: linear-gradient(to right, hsl(108, 83%, 64%), hsl(108, 83%, 44%))
hex
background-color: #75EF57;
tailwind
bg-[hsl(108,83%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 83%, 64%, 0.4);
css variable
--color-primary: hsl(108, 83%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 83%, 64%)?
HEX: #75EF57 | RGB: rgb(117, 239, 87) | CMYK: 51%, 0%, 64%, 6% | HSV: 108°, 64%, 94%. Copy any format from the conversion table above.
What colors go well with #75EF57?
The complementary color is HSL(288, 83%, 64%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 83%, 64%) in CSS?
As HSL: color: hsl(108, 83%, 64%); — As HEX: color: #75EF57; — As RGB: color: rgb(117, 239, 87); — Tailwind CSS: bg-[hsl(108,83%,64%)] — CSS variable: --color-primary: hsl(108, 83%, 64%);