HSL(74, 100%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,100%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 100%, 73%) | color: hsl(74, 100%, 73%) | |
| HEX | #DFFF75 | color: #DFFF75 | |
| RGB | rgb(223, 255, 117) | color: rgb(223, 255, 117) | |
| CMYK | cmyk(13%, 0%, 54%, 0%) | — | |
| HSV | hsv(74, 54%, 100%) | — | |
| HWB | hwb(74 46% 0%) | color: hwb(74 46% 0%) | |
| OKLCH | oklch(0.9498 0.1673 120.56) | color: oklch(0.9498 0.1673 120.56) | |
| Lab | lab(95.37 -29.79 61.51) | color: lab(95.37 -29.79 61.51) | |
| LCH | lch(95.37 68.34 115.84) | color: lch(95.37 68.34 115.84) |
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)
#EDED96 — rgb(237, 237, 150)
Deuteranopia (Green-blind)
#EBE99E — rgb(235, 233, 158)
Tritanopia (Blue-blind)
#E1B1B7 — rgb(225, 177, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 100%, 73%);
text
color: hsl(74, 100%, 73%);
border
border: 2px solid hsl(74, 100%, 73%);
gradient light
background: linear-gradient(to right, hsl(74, 100%, 93%), hsl(74, 100%, 73%));
gradient dark
background: linear-gradient(to right, hsl(74, 100%, 73%), hsl(74, 100%, 53%))
hex
background-color: #DFFF75;
tailwind
bg-[hsl(74,100%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 100%, 73%, 0.4);
css variable
--color-primary: hsl(74, 100%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 100%, 73%)?
HEX: #DFFF75 | RGB: rgb(223, 255, 117) | CMYK: 13%, 0%, 54%, 0% | HSV: 74°, 54%, 100%. Copy any format from the conversion table above.
What colors go well with #DFFF75?
The complementary color is HSL(254, 100%, 73%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 100%, 73%) in CSS?
As HSL: color: hsl(74, 100%, 73%); — As HEX: color: #DFFF75; — As RGB: color: rgb(223, 255, 117); — Tailwind CSS: bg-[hsl(74,100%,73%)] — CSS variable: --color-primary: hsl(74, 100%, 73%);