HSL(102, 57%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,57%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 57%, 75%) | color: hsl(102, 57%, 75%) | |
| HEX | #B1E49B | color: #B1E49B | |
| RGB | rgb(177, 228, 155) | color: rgb(177, 228, 155) | |
| CMYK | cmyk(22%, 0%, 32%, 11%) | — | |
| HSV | hsv(102, 32%, 89%) | — | |
| HWB | hwb(102 61% 11%) | color: hwb(102 61% 11%) | |
| OKLCH | oklch(0.8655 0.1109 136.53) | color: oklch(0.8655 0.1109 136.53) | |
| Lab | lab(85.6 -29.56 30.47) | color: lab(85.6 -29.56 30.47) | |
| LCH | lch(85.6 42.45 134.13) | color: lch(85.6 42.45 134.13) |
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)
#C7C8AD — rgb(199, 200, 173)
Deuteranopia (Green-blind)
#C4C0B1 — rgb(196, 192, 177)
Tritanopia (Blue-blind)
#B4BBBE — rgb(180, 187, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 57%, 75%);
text
color: hsl(102, 57%, 75%);
border
border: 2px solid hsl(102, 57%, 75%);
gradient light
background: linear-gradient(to right, hsl(102, 57%, 95%), hsl(102, 57%, 75%));
gradient dark
background: linear-gradient(to right, hsl(102, 57%, 75%), hsl(102, 57%, 55%))
hex
background-color: #B1E49B;
tailwind
bg-[hsl(102,57%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 57%, 75%, 0.4);
css variable
--color-primary: hsl(102, 57%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 57%, 75%)?
HEX: #B1E49B | RGB: rgb(177, 228, 155) | CMYK: 22%, 0%, 32%, 11% | HSV: 102°, 32%, 89%. Copy any format from the conversion table above.
What colors go well with #B1E49B?
The complementary color is HSL(282, 57%, 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, 57%, 75%) in CSS?
As HSL: color: hsl(102, 57%, 75%); — As HEX: color: #B1E49B; — As RGB: color: rgb(177, 228, 155); — Tailwind CSS: bg-[hsl(102,57%,75%)] — CSS variable: --color-primary: hsl(102, 57%, 75%);