HSL(109, 79%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(109,79%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(109, 79%, 66%) | color: hsl(109, 79%, 66%) | |
| HEX | #7DED64 | color: #7DED64 | |
| RGB | rgb(125, 237, 100) | color: rgb(125, 237, 100) | |
| CMYK | cmyk(47%, 0%, 58%, 7%) | — | |
| HSV | hsv(109, 58%, 93%) | — | |
| HWB | hwb(109 39% 7%) | color: hwb(109 39% 7%) | |
| OKLCH | oklch(0.8507 0.2038 140.1) | color: oklch(0.8507 0.2038 140.1) | |
| Lab | lab(84.92 -57.07 55.58) | color: lab(84.92 -57.07 55.58) | |
| LCH | lch(84.92 79.66 135.76) | color: lch(84.92 79.66 135.76) |
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)
#ADAF85 — rgb(173, 175, 133)
Deuteranopia (Green-blind)
#A79F8D — rgb(167, 159, 141)
Tritanopia (Blue-blind)
#839FA5 — rgb(131, 159, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(109, 79%, 66%);
text
color: hsl(109, 79%, 66%);
border
border: 2px solid hsl(109, 79%, 66%);
gradient light
background: linear-gradient(to right, hsl(109, 79%, 86%), hsl(109, 79%, 66%));
gradient dark
background: linear-gradient(to right, hsl(109, 79%, 66%), hsl(109, 79%, 46%))
hex
background-color: #7DED64;
tailwind
bg-[hsl(109,79%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(109, 79%, 66%, 0.4);
css variable
--color-primary: hsl(109, 79%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(109, 79%, 66%)?
HEX: #7DED64 | RGB: rgb(125, 237, 100) | CMYK: 47%, 0%, 58%, 7% | HSV: 109°, 58%, 93%. Copy any format from the conversion table above.
What colors go well with #7DED64?
The complementary color is HSL(289, 79%, 66%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(109, 79%, 66%) in CSS?
As HSL: color: hsl(109, 79%, 66%); — As HEX: color: #7DED64; — As RGB: color: rgb(125, 237, 100); — Tailwind CSS: bg-[hsl(109,79%,66%)] — CSS variable: --color-primary: hsl(109, 79%, 66%);