HSL(116, 68%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,68%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 68%, 67%) | color: hsl(116, 68%, 67%) | |
| HEX | #79E472 | color: #79E472 | |
| RGB | rgb(121, 228, 114) | color: rgb(121, 228, 114) | |
| CMYK | cmyk(47%, 0%, 50%, 11%) | — | |
| HSV | hsv(116, 50%, 89%) | — | |
| HWB | hwb(116 45% 11%) | color: hwb(116 45% 11%) | |
| OKLCH | oklch(0.829 0.182 142.55) | color: oklch(0.829 0.182 142.55) | |
| Lab | lab(82.25 -53.02 45.95) | color: lab(82.25 -53.02 45.95) | |
| LCH | lch(82.25 70.16 139.09) | color: lch(82.25 70.16 139.09) |
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)
#A7A88E — rgb(167, 168, 142)
Deuteranopia (Green-blind)
#A19994 — rgb(161, 153, 148)
Tritanopia (Blue-blind)
#7EA3A8 — rgb(126, 163, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 68%, 67%);
text
color: hsl(116, 68%, 67%);
border
border: 2px solid hsl(116, 68%, 67%);
gradient light
background: linear-gradient(to right, hsl(116, 68%, 87%), hsl(116, 68%, 67%));
gradient dark
background: linear-gradient(to right, hsl(116, 68%, 67%), hsl(116, 68%, 47%))
hex
background-color: #79E472;
tailwind
bg-[hsl(116,68%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 68%, 67%, 0.4);
css variable
--color-primary: hsl(116, 68%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 68%, 67%)?
HEX: #79E472 | RGB: rgb(121, 228, 114) | CMYK: 47%, 0%, 50%, 11% | HSV: 116°, 50%, 89%. Copy any format from the conversion table above.
What colors go well with #79E472?
The complementary color is HSL(296, 68%, 67%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 68%, 67%) in CSS?
As HSL: color: hsl(116, 68%, 67%); — As HEX: color: #79E472; — As RGB: color: rgb(121, 228, 114); — Tailwind CSS: bg-[hsl(116,68%,67%)] — CSS variable: --color-primary: hsl(116, 68%, 67%);