HSL(77, 74%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(77,74%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 74%, 72%) | color: hsl(77, 74%, 72%) | |
| HEX | #CEEC83 | color: #CEEC83 | |
| RGB | rgb(206, 236, 131) | color: rgb(206, 236, 131) | |
| CMYK | cmyk(13%, 0%, 44%, 7%) | — | |
| HSV | hsv(77, 44%, 93%) | — | |
| HWB | hwb(77 52% 7%) | color: hwb(77 52% 7%) | |
| OKLCH | oklch(0.8985 0.1354 122.23) | color: oklch(0.8985 0.1354 122.23) | |
| Lab | lab(89.28 -25.94 47.49) | color: lab(89.28 -25.94 47.49) | |
| LCH | lch(89.28 54.11 118.64) | color: lch(89.28 54.11 118.64) |
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)
#DBDB9C — rgb(219, 219, 156)
Deuteranopia (Green-blind)
#D9D7A3 — rgb(217, 215, 163)
Tritanopia (Blue-blind)
#D0B0B5 — rgb(208, 176, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 74%, 72%);
text
color: hsl(77, 74%, 72%);
border
border: 2px solid hsl(77, 74%, 72%);
gradient light
background: linear-gradient(to right, hsl(77, 74%, 92%), hsl(77, 74%, 72%));
gradient dark
background: linear-gradient(to right, hsl(77, 74%, 72%), hsl(77, 74%, 52%))
hex
background-color: #CEEC83;
tailwind
bg-[hsl(77,74%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 74%, 72%, 0.4);
css variable
--color-primary: hsl(77, 74%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 74%, 72%)?
HEX: #CEEC83 | RGB: rgb(206, 236, 131) | CMYK: 13%, 0%, 44%, 7% | HSV: 77°, 44%, 93%. Copy any format from the conversion table above.
What colors go well with #CEEC83?
The complementary color is HSL(257, 74%, 72%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 74%, 72%) in CSS?
As HSL: color: hsl(77, 74%, 72%); — As HEX: color: #CEEC83; — As RGB: color: rgb(206, 236, 131); — Tailwind CSS: bg-[hsl(77,74%,72%)] — CSS variable: --color-primary: hsl(77, 74%, 72%);