HSL(106, 85%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,85%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 85%, 65%) | color: hsl(106, 85%, 65%) | |
| HEX | #7DF25A | color: #7DF25A | |
| RGB | rgb(125, 242, 90) | color: rgb(125, 242, 90) | |
| CMYK | cmyk(48%, 0%, 63%, 5%) | — | |
| HSV | hsv(106, 63%, 95%) | — | |
| HWB | hwb(106 35% 5%) | color: hwb(106 35% 5%) | |
| OKLCH | oklch(0.8618 0.2177 139.21) | color: oklch(0.8618 0.2177 139.21) | |
| Lab | lab(86.31 -59.97 61.4) | color: lab(86.31 -59.97 61.4) | |
| LCH | lch(86.31 85.83 134.32) | color: lch(86.31 85.83 134.32) |
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)
#B0B17F — rgb(176, 177, 127)
Deuteranopia (Green-blind)
#A9A088 — rgb(169, 160, 136)
Tritanopia (Blue-blind)
#839CA2 — rgb(131, 156, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 85%, 65%);
text
color: hsl(106, 85%, 65%);
border
border: 2px solid hsl(106, 85%, 65%);
gradient light
background: linear-gradient(to right, hsl(106, 85%, 85%), hsl(106, 85%, 65%));
gradient dark
background: linear-gradient(to right, hsl(106, 85%, 65%), hsl(106, 85%, 45%))
hex
background-color: #7DF25A;
tailwind
bg-[hsl(106,85%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 85%, 65%, 0.4);
css variable
--color-primary: hsl(106, 85%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 85%, 65%)?
HEX: #7DF25A | RGB: rgb(125, 242, 90) | CMYK: 48%, 0%, 63%, 5% | HSV: 106°, 63%, 95%. Copy any format from the conversion table above.
What colors go well with #7DF25A?
The complementary color is HSL(286, 85%, 65%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 85%, 65%) in CSS?
As HSL: color: hsl(106, 85%, 65%); — As HEX: color: #7DF25A; — As RGB: color: rgb(125, 242, 90); — Tailwind CSS: bg-[hsl(106,85%,65%)] — CSS variable: --color-primary: hsl(106, 85%, 65%);