HSL(82, 87%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,87%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 87%, 68%) | color: hsl(82, 87%, 68%) | |
| HEX | #C0F466 | color: #C0F466 | |
| RGB | rgb(192, 244, 102) | color: rgb(192, 244, 102) | |
| CMYK | cmyk(21%, 0%, 58%, 4%) | — | |
| HSV | hsv(82, 58%, 96%) | — | |
| HWB | hwb(82 40% 4%) | color: hwb(82 40% 4%) | |
| OKLCH | oklch(0.9031 0.1786 126.63) | color: oklch(0.9031 0.1786 126.63) | |
| Lab | lab(90.26 -37.64 61.68) | color: lab(90.26 -37.64 61.68) | |
| LCH | lch(90.26 72.26 121.39) | color: lch(90.26 72.26 121.39) |
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)
#D7D788 — rgb(215, 215, 136)
Deuteranopia (Green-blind)
#D4D091 — rgb(212, 208, 145)
Tritanopia (Blue-blind)
#C3A3A9 — rgb(195, 163, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 87%, 68%);
text
color: hsl(82, 87%, 68%);
border
border: 2px solid hsl(82, 87%, 68%);
gradient light
background: linear-gradient(to right, hsl(82, 87%, 88%), hsl(82, 87%, 68%));
gradient dark
background: linear-gradient(to right, hsl(82, 87%, 68%), hsl(82, 87%, 48%))
hex
background-color: #C0F466;
tailwind
bg-[hsl(82,87%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 87%, 68%, 0.4);
css variable
--color-primary: hsl(82, 87%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 87%, 68%)?
HEX: #C0F466 | RGB: rgb(192, 244, 102) | CMYK: 21%, 0%, 58%, 4% | HSV: 82°, 58%, 96%. Copy any format from the conversion table above.
What colors go well with #C0F466?
The complementary color is HSL(262, 87%, 68%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 87%, 68%) in CSS?
As HSL: color: hsl(82, 87%, 68%); — As HEX: color: #C0F466; — As RGB: color: rgb(192, 244, 102); — Tailwind CSS: bg-[hsl(82,87%,68%)] — CSS variable: --color-primary: hsl(82, 87%, 68%);