HSL(97, 79%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,79%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 79%, 65%) | color: hsl(97, 79%, 65%) | |
| HEX | #95EC5F | color: #95EC5F | |
| RGB | rgb(149, 236, 95) | color: rgb(149, 236, 95) | |
| CMYK | cmyk(37%, 0%, 60%, 7%) | — | |
| HSV | hsv(97, 60%, 93%) | — | |
| HWB | hwb(97 37% 7%) | color: hwb(97 37% 7%) | |
| OKLCH | oklch(0.859 0.1947 135.27) | color: oklch(0.859 0.1947 135.27) | |
| Lab | lab(85.61 -49.85 58.8) | color: lab(85.61 -49.85 58.8) | |
| LCH | lch(85.61 77.09 130.29) | color: lch(85.61 77.09 130.29) |
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)
#BBBB81 — rgb(187, 187, 129)
Deuteranopia (Green-blind)
#B6AF89 — rgb(182, 175, 137)
Tritanopia (Blue-blind)
#999CA2 — rgb(153, 156, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 79%, 65%);
text
color: hsl(97, 79%, 65%);
border
border: 2px solid hsl(97, 79%, 65%);
gradient light
background: linear-gradient(to right, hsl(97, 79%, 85%), hsl(97, 79%, 65%));
gradient dark
background: linear-gradient(to right, hsl(97, 79%, 65%), hsl(97, 79%, 45%))
hex
background-color: #95EC5F;
tailwind
bg-[hsl(97,79%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 79%, 65%, 0.4);
css variable
--color-primary: hsl(97, 79%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 79%, 65%)?
HEX: #95EC5F | RGB: rgb(149, 236, 95) | CMYK: 37%, 0%, 60%, 7% | HSV: 97°, 60%, 93%. Copy any format from the conversion table above.
What colors go well with #95EC5F?
The complementary color is HSL(277, 79%, 65%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 79%, 65%) in CSS?
As HSL: color: hsl(97, 79%, 65%); — As HEX: color: #95EC5F; — As RGB: color: rgb(149, 236, 95); — Tailwind CSS: bg-[hsl(97,79%,65%)] — CSS variable: --color-primary: hsl(97, 79%, 65%);