HSL(66, 62%, 51%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,62%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 62%, 51%) | color: hsl(66, 62%, 51%) | |
| HEX | #C0D035 | color: #C0D035 | |
| RGB | rgb(192, 208, 53) | color: rgb(192, 208, 53) | |
| CMYK | cmyk(8%, 0%, 75%, 18%) | — | |
| HSV | hsv(66, 75%, 82%) | — | |
| HWB | hwb(66 21% 18%) | color: hwb(66 21% 18%) | |
| OKLCH | oklch(0.8189 0.17 115.48) | color: oklch(0.8189 0.17 115.48) | |
| Lab | lab(79.94 -24.02 69.74) | color: lab(79.94 -24.02 69.74) | |
| LCH | lch(79.94 73.76 109) | color: lch(79.94 73.76 109) |
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)
#C7C75B — rgb(199, 199, 91)
Deuteranopia (Green-blind)
#C6C564 — rgb(198, 197, 100)
Tritanopia (Blue-blind)
#C1787F — rgb(193, 120, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 62%, 51%);
text
color: hsl(66, 62%, 51%);
border
border: 2px solid hsl(66, 62%, 51%);
gradient light
background: linear-gradient(to right, hsl(66, 62%, 71%), hsl(66, 62%, 51%));
gradient dark
background: linear-gradient(to right, hsl(66, 62%, 51%), hsl(66, 62%, 31%))
hex
background-color: #C0D035;
tailwind
bg-[hsl(66,62%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 62%, 51%, 0.4);
css variable
--color-primary: hsl(66, 62%, 51%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 62%, 51%)?
HEX: #C0D035 | RGB: rgb(192, 208, 53) | CMYK: 8%, 0%, 75%, 18% | HSV: 66°, 75%, 82%. Copy any format from the conversion table above.
What colors go well with #C0D035?
The complementary color is HSL(246, 62%, 51%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 62%, 51%) in CSS?
As HSL: color: hsl(66, 62%, 51%); — As HEX: color: #C0D035; — As RGB: color: rgb(192, 208, 53); — Tailwind CSS: bg-[hsl(66,62%,51%)] — CSS variable: --color-primary: hsl(66, 62%, 51%);