HSL(90, 85%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(90,85%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 85%, 78%) | color: hsl(90, 85%, 78%) | |
| HEX | #C7F797 | color: #C7F797 | |
| RGB | rgb(199, 247, 151) | color: rgb(199, 247, 151) | |
| CMYK | cmyk(19%, 0%, 39%, 3%) | — | |
| HSV | hsv(90, 39%, 97%) | — | |
| HWB | hwb(90 59% 3%) | color: hwb(90 59% 3%) | |
| OKLCH | oklch(0.9208 0.1329 130.28) | color: oklch(0.9208 0.1329 130.28) | |
| Lab | lab(92.09 -31.33 41.23) | color: lab(92.09 -31.33 41.23) | |
| LCH | lch(92.09 51.78 127.23) | color: lch(92.09 51.78 127.23) |
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)
#DCDCAE — rgb(220, 220, 174)
Deuteranopia (Green-blind)
#D9D5B4 — rgb(217, 213, 180)
Tritanopia (Blue-blind)
#C9C1C5 — rgb(201, 193, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 85%, 78%);
text
color: hsl(90, 85%, 78%);
border
border: 2px solid hsl(90, 85%, 78%);
gradient light
background: linear-gradient(to right, hsl(90, 85%, 98%), hsl(90, 85%, 78%));
gradient dark
background: linear-gradient(to right, hsl(90, 85%, 78%), hsl(90, 85%, 58%))
hex
background-color: #C7F797;
tailwind
bg-[hsl(90,85%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 85%, 78%, 0.4);
css variable
--color-primary: hsl(90, 85%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(90, 85%, 78%)?
HEX: #C7F797 | RGB: rgb(199, 247, 151) | CMYK: 19%, 0%, 39%, 3% | HSV: 90°, 39%, 97%. Copy any format from the conversion table above.
What colors go well with #C7F797?
The complementary color is HSL(270, 85%, 78%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(90, 85%, 78%) in CSS?
As HSL: color: hsl(90, 85%, 78%); — As HEX: color: #C7F797; — As RGB: color: rgb(199, 247, 151); — Tailwind CSS: bg-[hsl(90,85%,78%)] — CSS variable: --color-primary: hsl(90, 85%, 78%);