HSL(121, 85%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,85%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 85%, 71%) | color: hsl(121, 85%, 71%) | |
| HEX | #76F478 | color: #76F478 | |
| RGB | rgb(118, 244, 120) | color: rgb(118, 244, 120) | |
| CMYK | cmyk(52%, 0%, 51%, 4%) | — | |
| HSV | hsv(121, 52%, 96%) | — | |
| HWB | hwb(121 46% 4%) | color: hwb(121 46% 4%) | |
| OKLCH | oklch(0.8674 0.1994 143.9) | color: oklch(0.8674 0.1994 143.9) | |
| Lab | lab(86.95 -59.29 48.85) | color: lab(86.95 -59.29 48.85) | |
| LCH | lch(86.95 76.82 140.51) | color: lch(86.95 76.82 140.51) |
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)
#ADAE96 — rgb(173, 174, 150)
Deuteranopia (Green-blind)
#A59C9D — rgb(165, 156, 157)
Tritanopia (Blue-blind)
#7CAEB3 — rgb(124, 174, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 85%, 71%);
text
color: hsl(121, 85%, 71%);
border
border: 2px solid hsl(121, 85%, 71%);
gradient light
background: linear-gradient(to right, hsl(121, 85%, 91%), hsl(121, 85%, 71%));
gradient dark
background: linear-gradient(to right, hsl(121, 85%, 71%), hsl(121, 85%, 51%))
hex
background-color: #76F478;
tailwind
bg-[hsl(121,85%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 85%, 71%, 0.4);
css variable
--color-primary: hsl(121, 85%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 85%, 71%)?
HEX: #76F478 | RGB: rgb(118, 244, 120) | CMYK: 52%, 0%, 51%, 4% | HSV: 121°, 52%, 96%. Copy any format from the conversion table above.
What colors go well with #76F478?
The complementary color is HSL(301, 85%, 71%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 85%, 71%) in CSS?
As HSL: color: hsl(121, 85%, 71%); — As HEX: color: #76F478; — As RGB: color: rgb(118, 244, 120); — Tailwind CSS: bg-[hsl(121,85%,71%)] — CSS variable: --color-primary: hsl(121, 85%, 71%);