HSL(97, 82%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,82%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 82%, 74%) | color: hsl(97, 82%, 74%) | |
| HEX | #B0F386 | color: #B0F386 | |
| RGB | rgb(176, 243, 134) | color: rgb(176, 243, 134) | |
| CMYK | cmyk(28%, 0%, 45%, 5%) | — | |
| HSV | hsv(97, 45%, 95%) | — | |
| HWB | hwb(97 52% 5%) | color: hwb(97 52% 5%) | |
| OKLCH | oklch(0.8951 0.1557 134.41) | color: oklch(0.8951 0.1557 134.41) | |
| Lab | lab(89.42 -39.61 45.83) | color: lab(89.42 -39.61 45.83) | |
| LCH | lch(89.42 60.58 130.84) | color: lch(89.42 60.58 130.84) |
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)
#CDCEA0 — rgb(205, 206, 160)
Deuteranopia (Green-blind)
#C9C4A7 — rgb(201, 196, 167)
Tritanopia (Blue-blind)
#B3B5BA — rgb(179, 181, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 82%, 74%);
text
color: hsl(97, 82%, 74%);
border
border: 2px solid hsl(97, 82%, 74%);
gradient light
background: linear-gradient(to right, hsl(97, 82%, 94%), hsl(97, 82%, 74%));
gradient dark
background: linear-gradient(to right, hsl(97, 82%, 74%), hsl(97, 82%, 54%))
hex
background-color: #B0F386;
tailwind
bg-[hsl(97,82%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 82%, 74%, 0.4);
css variable
--color-primary: hsl(97, 82%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 82%, 74%)?
HEX: #B0F386 | RGB: rgb(176, 243, 134) | CMYK: 28%, 0%, 45%, 5% | HSV: 97°, 45%, 95%. Copy any format from the conversion table above.
What colors go well with #B0F386?
The complementary color is HSL(277, 82%, 74%). 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, 82%, 74%) in CSS?
As HSL: color: hsl(97, 82%, 74%); — As HEX: color: #B0F386; — As RGB: color: rgb(176, 243, 134); — Tailwind CSS: bg-[hsl(97,82%,74%)] — CSS variable: --color-primary: hsl(97, 82%, 74%);