HSL(110, 100%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(110,100%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 100%, 71%) | color: hsl(110, 100%, 71%) | |
| HEX | #84FF6B | color: #84FF6B | |
| RGB | rgb(132, 255, 107) | color: rgb(132, 255, 107) | |
| CMYK | cmyk(48%, 0%, 58%, 0%) | — | |
| HSV | hsv(110, 58%, 100%) | — | |
| HWB | hwb(110 42% 0%) | color: hwb(110 42% 0%) | |
| OKLCH | oklch(0.8979 0.2178 140.39) | color: oklch(0.8979 0.2178 140.39) | |
| Lab | lab(90.54 -61.27 59.08) | color: lab(90.54 -61.27 59.08) | |
| LCH | lch(90.54 85.11 136.04) | color: lch(90.54 85.11 136.04) |
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)
#B9BA8F — rgb(185, 186, 143)
Deuteranopia (Green-blind)
#B2A997 — rgb(178, 169, 151)
Tritanopia (Blue-blind)
#8AABB1 — rgb(138, 171, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 100%, 71%);
text
color: hsl(110, 100%, 71%);
border
border: 2px solid hsl(110, 100%, 71%);
gradient light
background: linear-gradient(to right, hsl(110, 100%, 91%), hsl(110, 100%, 71%));
gradient dark
background: linear-gradient(to right, hsl(110, 100%, 71%), hsl(110, 100%, 51%))
hex
background-color: #84FF6B;
tailwind
bg-[hsl(110,100%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 100%, 71%, 0.4);
css variable
--color-primary: hsl(110, 100%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(110, 100%, 71%)?
HEX: #84FF6B | RGB: rgb(132, 255, 107) | CMYK: 48%, 0%, 58%, 0% | HSV: 110°, 58%, 100%. Copy any format from the conversion table above.
What colors go well with #84FF6B?
The complementary color is HSL(290, 100%, 71%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 100%, 71%) in CSS?
As HSL: color: hsl(110, 100%, 71%); — As HEX: color: #84FF6B; — As RGB: color: rgb(132, 255, 107); — Tailwind CSS: bg-[hsl(110,100%,71%)] — CSS variable: --color-primary: hsl(110, 100%, 71%);