HSL(102, 50%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,50%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 50%, 75%) | color: hsl(102, 50%, 75%) | |
| HEX | #B3DF9F | color: #B3DF9F | |
| RGB | rgb(179, 223, 159) | color: rgb(179, 223, 159) | |
| CMYK | cmyk(20%, 0%, 29%, 13%) | — | |
| HSV | hsv(101, 29%, 87%) | — | |
| HWB | hwb(101 62% 13%) | color: hwb(101 62% 13%) | |
| OKLCH | oklch(0.8564 0.0976 136.11) | color: oklch(0.8564 0.0976 136.11) | |
| Lab | lab(84.41 -25.89 26.83) | color: lab(84.41 -25.89 26.83) | |
| LCH | lch(84.41 37.28 133.98) | color: lch(84.41 37.28 133.98) |
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)
#C6C6AE — rgb(198, 198, 174)
Deuteranopia (Green-blind)
#C4C0B2 — rgb(196, 192, 178)
Tritanopia (Blue-blind)
#B5BBBD — rgb(181, 187, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 50%, 75%);
text
color: hsl(102, 50%, 75%);
border
border: 2px solid hsl(102, 50%, 75%);
gradient light
background: linear-gradient(to right, hsl(102, 50%, 95%), hsl(102, 50%, 75%));
gradient dark
background: linear-gradient(to right, hsl(102, 50%, 75%), hsl(102, 50%, 55%))
hex
background-color: #B3DF9F;
tailwind
bg-[hsl(102,50%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 50%, 75%, 0.4);
css variable
--color-primary: hsl(102, 50%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 50%, 75%)?
HEX: #B3DF9F | RGB: rgb(179, 223, 159) | CMYK: 20%, 0%, 29%, 13% | HSV: 101°, 29%, 87%. Copy any format from the conversion table above.
What colors go well with #B3DF9F?
The complementary color is HSL(282, 50%, 75%). 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, 50%, 75%) in CSS?
As HSL: color: hsl(102, 50%, 75%); — As HEX: color: #B3DF9F; — As RGB: color: rgb(179, 223, 159); — Tailwind CSS: bg-[hsl(102,50%,75%)] — CSS variable: --color-primary: hsl(102, 50%, 75%);