HSL(102, 100%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,100%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 100%, 71%) | color: hsl(102, 100%, 71%) | |
| HEX | #97FF6B | color: #97FF6B | |
| RGB | rgb(151, 255, 107) | color: rgb(151, 255, 107) | |
| CMYK | cmyk(41%, 0%, 58%, 0%) | — | |
| HSV | hsv(102, 58%, 100%) | — | |
| HWB | hwb(102 42% 0%) | color: hwb(102 42% 0%) | |
| OKLCH | oklch(0.9062 0.2086 137.48) | color: oklch(0.9062 0.2086 137.48) | |
| Lab | lab(91.31 -55.76 60.16) | color: lab(91.31 -55.76 60.16) | |
| LCH | lch(91.31 82.03 132.83) | color: lch(91.31 82.03 132.83) |
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)
#C4C58F — rgb(196, 197, 143)
Deuteranopia (Green-blind)
#BEB697 — rgb(190, 182, 151)
Tritanopia (Blue-blind)
#9CABB1 — rgb(156, 171, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 100%, 71%);
text
color: hsl(102, 100%, 71%);
border
border: 2px solid hsl(102, 100%, 71%);
gradient light
background: linear-gradient(to right, hsl(102, 100%, 91%), hsl(102, 100%, 71%));
gradient dark
background: linear-gradient(to right, hsl(102, 100%, 71%), hsl(102, 100%, 51%))
hex
background-color: #97FF6B;
tailwind
bg-[hsl(102,100%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 100%, 71%, 0.4);
css variable
--color-primary: hsl(102, 100%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 100%, 71%)?
HEX: #97FF6B | RGB: rgb(151, 255, 107) | CMYK: 41%, 0%, 58%, 0% | HSV: 102°, 58%, 100%. Copy any format from the conversion table above.
What colors go well with #97FF6B?
The complementary color is HSL(282, 100%, 71%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 100%, 71%) in CSS?
As HSL: color: hsl(102, 100%, 71%); — As HEX: color: #97FF6B; — As RGB: color: rgb(151, 255, 107); — Tailwind CSS: bg-[hsl(102,100%,71%)] — CSS variable: --color-primary: hsl(102, 100%, 71%);