HSL(67, 56%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,56%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 56%, 60%) | color: hsl(67, 56%, 60%) | |
| HEX | #C5D260 | color: #C5D260 | |
| RGB | rgb(197, 210, 96) | color: rgb(197, 210, 96) | |
| CMYK | cmyk(6%, 0%, 54%, 18%) | — | |
| HSV | hsv(67, 54%, 82%) | — | |
| HWB | hwb(67 38% 18%) | color: hwb(67 38% 18%) | |
| OKLCH | oklch(0.8308 0.1394 114.9) | color: oklch(0.8308 0.1394 114.9) | |
| Lab | lab(81.19 -20.22 54.11) | color: lab(81.19 -20.22 54.11) | |
| LCH | lch(81.19 57.76 110.49) | color: lch(81.19 57.76 110.49) |
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)
#CBCB7C — rgb(203, 203, 124)
Deuteranopia (Green-blind)
#CAC982 — rgb(202, 201, 130)
Tritanopia (Blue-blind)
#C69196 — rgb(198, 145, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 56%, 60%);
text
color: hsl(67, 56%, 60%);
border
border: 2px solid hsl(67, 56%, 60%);
gradient light
background: linear-gradient(to right, hsl(67, 56%, 80%), hsl(67, 56%, 60%));
gradient dark
background: linear-gradient(to right, hsl(67, 56%, 60%), hsl(67, 56%, 40%))
hex
background-color: #C5D260;
tailwind
bg-[hsl(67,56%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 56%, 60%, 0.4);
css variable
--color-primary: hsl(67, 56%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 56%, 60%)?
HEX: #C5D260 | RGB: rgb(197, 210, 96) | CMYK: 6%, 0%, 54%, 18% | HSV: 67°, 54%, 82%. Copy any format from the conversion table above.
What colors go well with #C5D260?
The complementary color is HSL(247, 56%, 60%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 56%, 60%) in CSS?
As HSL: color: hsl(67, 56%, 60%); — As HEX: color: #C5D260; — As RGB: color: rgb(197, 210, 96); — Tailwind CSS: bg-[hsl(67,56%,60%)] — CSS variable: --color-primary: hsl(67, 56%, 60%);