HSL(75, 52%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(75,52%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(75, 52%, 65%) | color: hsl(75, 52%, 65%) | |
| HEX | #BDD477 | color: #BDD477 | |
| RGB | rgb(189, 212, 119) | color: rgb(189, 212, 119) | |
| CMYK | cmyk(11%, 0%, 44%, 17%) | — | |
| HSV | hsv(75, 44%, 83%) | — | |
| HWB | hwb(75 46% 17%) | color: hwb(75 46% 17%) | |
| OKLCH | oklch(0.8321 0.1215 120.49) | color: oklch(0.8321 0.1215 120.49) | |
| Lab | lab(81.42 -22.14 43.32) | color: lab(81.42 -22.14 43.32) | |
| LCH | lch(81.42 48.65 117.07) | color: lch(81.42 48.65 117.07) |
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)
#C7C78E — rgb(199, 199, 142)
Deuteranopia (Green-blind)
#C6C493 — rgb(198, 196, 147)
Tritanopia (Blue-blind)
#BE9FA3 — rgb(190, 159, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(75, 52%, 65%);
text
color: hsl(75, 52%, 65%);
border
border: 2px solid hsl(75, 52%, 65%);
gradient light
background: linear-gradient(to right, hsl(75, 52%, 85%), hsl(75, 52%, 65%));
gradient dark
background: linear-gradient(to right, hsl(75, 52%, 65%), hsl(75, 52%, 45%))
hex
background-color: #BDD477;
tailwind
bg-[hsl(75,52%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(75, 52%, 65%, 0.4);
css variable
--color-primary: hsl(75, 52%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(75, 52%, 65%)?
HEX: #BDD477 | RGB: rgb(189, 212, 119) | CMYK: 11%, 0%, 44%, 17% | HSV: 75°, 44%, 83%. Copy any format from the conversion table above.
What colors go well with #BDD477?
The complementary color is HSL(255, 52%, 65%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(75, 52%, 65%) in CSS?
As HSL: color: hsl(75, 52%, 65%); — As HEX: color: #BDD477; — As RGB: color: rgb(189, 212, 119); — Tailwind CSS: bg-[hsl(75,52%,65%)] — CSS variable: --color-primary: hsl(75, 52%, 65%);