HSL(76, 68%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(76,68%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 68%, 65%) | color: hsl(76, 68%, 65%) | |
| HEX | #C2E269 | color: #C2E269 | |
| RGB | rgb(194, 226, 105) | color: rgb(194, 226, 105) | |
| CMYK | cmyk(14%, 0%, 54%, 11%) | — | |
| HSV | hsv(76, 54%, 89%) | — | |
| HWB | hwb(76 41% 11%) | color: hwb(76 41% 11%) | |
| OKLCH | oklch(0.8647 0.152 121.96) | color: oklch(0.8647 0.152 121.96) | |
| Lab | lab(85.44 -28.34 54.88) | color: lab(85.44 -28.34 54.88) | |
| LCH | lch(85.44 61.77 117.31) | color: lch(85.44 61.77 117.31) |
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)
#D0D086 — rgb(208, 208, 134)
Deuteranopia (Green-blind)
#CECC8D — rgb(206, 204, 141)
Tritanopia (Blue-blind)
#C49DA2 — rgb(196, 157, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 68%, 65%);
text
color: hsl(76, 68%, 65%);
border
border: 2px solid hsl(76, 68%, 65%);
gradient light
background: linear-gradient(to right, hsl(76, 68%, 85%), hsl(76, 68%, 65%));
gradient dark
background: linear-gradient(to right, hsl(76, 68%, 65%), hsl(76, 68%, 45%))
hex
background-color: #C2E269;
tailwind
bg-[hsl(76,68%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 68%, 65%, 0.4);
css variable
--color-primary: hsl(76, 68%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(76, 68%, 65%)?
HEX: #C2E269 | RGB: rgb(194, 226, 105) | CMYK: 14%, 0%, 54%, 11% | HSV: 76°, 54%, 89%. Copy any format from the conversion table above.
What colors go well with #C2E269?
The complementary color is HSL(256, 68%, 65%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(76, 68%, 65%) in CSS?
As HSL: color: hsl(76, 68%, 65%); — As HEX: color: #C2E269; — As RGB: color: rgb(194, 226, 105); — Tailwind CSS: bg-[hsl(76,68%,65%)] — CSS variable: --color-primary: hsl(76, 68%, 65%);