HSL(133, 90%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,90%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 90%, 72%) | color: hsl(133, 90%, 72%) | |
| HEX | #77F893 | color: #77F893 | |
| RGB | rgb(119, 248, 147) | color: rgb(119, 248, 147) | |
| CMYK | cmyk(52%, 0%, 41%, 3%) | — | |
| HSV | hsv(133, 52%, 97%) | — | |
| HWB | hwb(133 47% 3%) | color: hwb(133 47% 3%) | |
| OKLCH | oklch(0.8816 0.18 148.67) | color: oklch(0.8816 0.18 148.67) | |
| Lab | lab(88.52 -56.73 37.85) | color: lab(88.52 -56.73 37.85) | |
| LCH | lch(88.52 68.2 146.29) | color: lch(88.52 68.2 146.29) |
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)
#AFB0AB — rgb(175, 176, 171)
Deuteranopia (Green-blind)
#A79EB1 — rgb(167, 158, 177)
Tritanopia (Blue-blind)
#7DBFC3 — rgb(125, 191, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 90%, 72%);
text
color: hsl(133, 90%, 72%);
border
border: 2px solid hsl(133, 90%, 72%);
gradient light
background: linear-gradient(to right, hsl(133, 90%, 92%), hsl(133, 90%, 72%));
gradient dark
background: linear-gradient(to right, hsl(133, 90%, 72%), hsl(133, 90%, 52%))
hex
background-color: #77F893;
tailwind
bg-[hsl(133,90%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 90%, 72%, 0.4);
css variable
--color-primary: hsl(133, 90%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 90%, 72%)?
HEX: #77F893 | RGB: rgb(119, 248, 147) | CMYK: 52%, 0%, 41%, 3% | HSV: 133°, 52%, 97%. Copy any format from the conversion table above.
What colors go well with #77F893?
The complementary color is HSL(313, 90%, 72%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 90%, 72%) in CSS?
As HSL: color: hsl(133, 90%, 72%); — As HEX: color: #77F893; — As RGB: color: rgb(119, 248, 147); — Tailwind CSS: bg-[hsl(133,90%,72%)] — CSS variable: --color-primary: hsl(133, 90%, 72%);