HSL(106, 98%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,98%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 98%, 65%) | color: hsl(106, 98%, 65%) | |
| HEX | #77FD4E | color: #77FD4E | |
| RGB | rgb(119, 253, 78) | color: rgb(119, 253, 78) | |
| CMYK | cmyk(53%, 0%, 69%, 1%) | — | |
| HSV | hsv(106, 69%, 99%) | — | |
| HWB | hwb(106 31% 1%) | color: hwb(106 31% 1%) | |
| OKLCH | oklch(0.8853 0.2414 139.36) | color: oklch(0.8853 0.2414 139.36) | |
| Lab | lab(89.26 -66.61 69.13) | color: lab(89.26 -66.61 69.13) | |
| LCH | lch(89.26 96 133.94) | color: lch(89.26 96 133.94) |
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)
#B1B278 — rgb(177, 178, 120)
Deuteranopia (Green-blind)
#A99F83 — rgb(169, 159, 131)
Tritanopia (Blue-blind)
#7E9AA1 — rgb(126, 154, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 98%, 65%);
text
color: hsl(106, 98%, 65%);
border
border: 2px solid hsl(106, 98%, 65%);
gradient light
background: linear-gradient(to right, hsl(106, 98%, 85%), hsl(106, 98%, 65%));
gradient dark
background: linear-gradient(to right, hsl(106, 98%, 65%), hsl(106, 98%, 45%))
hex
background-color: #77FD4E;
tailwind
bg-[hsl(106,98%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 98%, 65%, 0.4);
css variable
--color-primary: hsl(106, 98%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 98%, 65%)?
HEX: #77FD4E | RGB: rgb(119, 253, 78) | CMYK: 53%, 0%, 69%, 1% | HSV: 106°, 69%, 99%. Copy any format from the conversion table above.
What colors go well with #77FD4E?
The complementary color is HSL(286, 98%, 65%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 98%, 65%) in CSS?
As HSL: color: hsl(106, 98%, 65%); — As HEX: color: #77FD4E; — As RGB: color: rgb(119, 253, 78); — Tailwind CSS: bg-[hsl(106,98%,65%)] — CSS variable: --color-primary: hsl(106, 98%, 65%);