HSL(133, 90%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,90%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 90%, 64%) | color: hsl(133, 90%, 64%) | |
| HEX | #51F674 | color: #51F674 | |
| RGB | rgb(81, 246, 116) | color: rgb(81, 246, 116) | |
| CMYK | cmyk(67%, 0%, 53%, 4%) | — | |
| HSV | hsv(133, 67%, 96%) | — | |
| HWB | hwb(133 32% 4%) | color: hwb(133 32% 4%) | |
| OKLCH | oklch(0.8603 0.2202 147.08) | color: oklch(0.8603 0.2202 147.08) | |
| Lab | lab(86.46 -68.53 49.87) | color: lab(86.46 -68.53 49.87) | |
| LCH | lch(86.46 84.75 143.96) | color: lch(86.46 84.75 143.96) |
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)
#989A93 — rgb(152, 154, 147)
Deuteranopia (Green-blind)
#8F839B — rgb(143, 131, 155)
Tritanopia (Blue-blind)
#59ACB2 — rgb(89, 172, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 90%, 64%);
text
color: hsl(133, 90%, 64%);
border
border: 2px solid hsl(133, 90%, 64%);
gradient light
background: linear-gradient(to right, hsl(133, 90%, 84%), hsl(133, 90%, 64%));
gradient dark
background: linear-gradient(to right, hsl(133, 90%, 64%), hsl(133, 90%, 44%))
hex
background-color: #51F674;
tailwind
bg-[hsl(133,90%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 90%, 64%, 0.4);
css variable
--color-primary: hsl(133, 90%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 90%, 64%)?
HEX: #51F674 | RGB: rgb(81, 246, 116) | CMYK: 67%, 0%, 53%, 4% | HSV: 133°, 67%, 96%. Copy any format from the conversion table above.
What colors go well with #51F674?
The complementary color is HSL(313, 90%, 64%). 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%, 64%) in CSS?
As HSL: color: hsl(133, 90%, 64%); — As HEX: color: #51F674; — As RGB: color: rgb(81, 246, 116); — Tailwind CSS: bg-[hsl(133,90%,64%)] — CSS variable: --color-primary: hsl(133, 90%, 64%);