HSL(121, 98%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,98%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 98%, 79%) | color: hsl(121, 98%, 79%) | |
| HEX | #95FE97 | color: #95FE97 | |
| RGB | rgb(149, 254, 151) | color: rgb(149, 254, 151) | |
| CMYK | cmyk(41%, 0%, 41%, 0%) | — | |
| HSV | hsv(121, 41%, 100%) | — | |
| HWB | hwb(121 59% 0%) | color: hwb(121 59% 0%) | |
| OKLCH | oklch(0.9089 0.1693 144.42) | color: oklch(0.9089 0.1693 144.42) | |
| Lab | lab(91.46 -50.57 39.92) | color: lab(91.46 -50.57 39.92) | |
| LCH | lch(91.46 64.43 141.71) | color: lch(91.46 64.43 141.71) |
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)
#C2C3B0 — rgb(194, 195, 176)
Deuteranopia (Green-blind)
#BCB5B6 — rgb(188, 181, 182)
Tritanopia (Blue-blind)
#9AC4C8 — rgb(154, 196, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 98%, 79%);
text
color: hsl(121, 98%, 79%);
border
border: 2px solid hsl(121, 98%, 79%);
gradient light
background: linear-gradient(to right, hsl(121, 98%, 99%), hsl(121, 98%, 79%));
gradient dark
background: linear-gradient(to right, hsl(121, 98%, 79%), hsl(121, 98%, 59%))
hex
background-color: #95FE97;
tailwind
bg-[hsl(121,98%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 98%, 79%, 0.4);
css variable
--color-primary: hsl(121, 98%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 98%, 79%)?
HEX: #95FE97 | RGB: rgb(149, 254, 151) | CMYK: 41%, 0%, 41%, 0% | HSV: 121°, 41%, 100%. Copy any format from the conversion table above.
What colors go well with #95FE97?
The complementary color is HSL(301, 98%, 79%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 98%, 79%) in CSS?
As HSL: color: hsl(121, 98%, 79%); — As HEX: color: #95FE97; — As RGB: color: rgb(149, 254, 151); — Tailwind CSS: bg-[hsl(121,98%,79%)] — CSS variable: --color-primary: hsl(121, 98%, 79%);