HSL(101, 45%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,45%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 45%, 48%) | color: hsl(101, 45%, 48%) | |
| HEX | #66B143 | color: #66B143 | |
| RGB | rgb(102, 177, 67) | color: rgb(102, 177, 67) | |
| CMYK | cmyk(42%, 0%, 62%, 31%) | — | |
| HSV | hsv(101, 62%, 69%) | — | |
| HWB | hwb(101 26% 31%) | color: hwb(101 26% 31%) | |
| OKLCH | oklch(0.6879 0.1633 137.08) | color: oklch(0.6879 0.1633 137.08) | |
| Lab | lab(65.49 -43.28 47.84) | color: lab(65.49 -43.28 47.84) | |
| LCH | lch(65.49 64.51 132.14) | color: lch(65.49 64.51 132.14) |
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)
#86875E — rgb(134, 135, 94)
Deuteranopia (Green-blind)
#827D64 — rgb(130, 125, 100)
Tritanopia (Blue-blind)
#6A7377 — rgb(106, 115, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 45%, 48%);
text
color: hsl(101, 45%, 48%);
border
border: 2px solid hsl(101, 45%, 48%);
gradient light
background: linear-gradient(to right, hsl(101, 45%, 68%), hsl(101, 45%, 48%));
gradient dark
background: linear-gradient(to right, hsl(101, 45%, 48%), hsl(101, 45%, 28%))
hex
background-color: #66B143;
tailwind
bg-[hsl(101,45%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 45%, 48%, 0.4);
css variable
--color-primary: hsl(101, 45%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 45%, 48%)?
HEX: #66B143 | RGB: rgb(102, 177, 67) | CMYK: 42%, 0%, 62%, 31% | HSV: 101°, 62%, 69%. Copy any format from the conversion table above.
What colors go well with #66B143?
The complementary color is HSL(281, 45%, 48%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 45%, 48%) in CSS?
As HSL: color: hsl(101, 45%, 48%); — As HEX: color: #66B143; — As RGB: color: rgb(102, 177, 67); — Tailwind CSS: bg-[hsl(101,45%,48%)] — CSS variable: --color-primary: hsl(101, 45%, 48%);