HSL(70, 60%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(70,60%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 60%, 59%) | color: hsl(70, 60%, 59%) | |
| HEX | #C0D558 | color: #C0D558 | |
| RGB | rgb(192, 213, 88) | color: rgb(192, 213, 88) | |
| CMYK | cmyk(10%, 0%, 59%, 16%) | — | |
| HSV | hsv(70, 59%, 84%) | — | |
| HWB | hwb(70 34% 16%) | color: hwb(70 34% 16%) | |
| OKLCH | oklch(0.8327 0.1515 117.84) | color: oklch(0.8327 0.1515 117.84) | |
| Lab | lab(81.57 -24.33 58) | color: lab(81.57 -24.33 58) | |
| LCH | lch(81.57 62.9 112.76) | color: lch(81.57 62.9 112.76) |
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)
#C9C976 — rgb(201, 201, 118)
Deuteranopia (Green-blind)
#C8C67E — rgb(200, 198, 126)
Tritanopia (Blue-blind)
#C18E93 — rgb(193, 142, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 60%, 59%);
text
color: hsl(70, 60%, 59%);
border
border: 2px solid hsl(70, 60%, 59%);
gradient light
background: linear-gradient(to right, hsl(70, 60%, 79%), hsl(70, 60%, 59%));
gradient dark
background: linear-gradient(to right, hsl(70, 60%, 59%), hsl(70, 60%, 39%))
hex
background-color: #C0D558;
tailwind
bg-[hsl(70,60%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 60%, 59%, 0.4);
css variable
--color-primary: hsl(70, 60%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(70, 60%, 59%)?
HEX: #C0D558 | RGB: rgb(192, 213, 88) | CMYK: 10%, 0%, 59%, 16% | HSV: 70°, 59%, 84%. Copy any format from the conversion table above.
What colors go well with #C0D558?
The complementary color is HSL(250, 60%, 59%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(70, 60%, 59%) in CSS?
As HSL: color: hsl(70, 60%, 59%); — As HEX: color: #C0D558; — As RGB: color: rgb(192, 213, 88); — Tailwind CSS: bg-[hsl(70,60%,59%)] — CSS variable: --color-primary: hsl(70, 60%, 59%);