HSL(116, 85%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,85%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 85%, 67%) | color: hsl(116, 85%, 67%) | |
| HEX | #6DF263 | color: #6DF263 | |
| RGB | rgb(109, 242, 99) | color: rgb(109, 242, 99) | |
| CMYK | cmyk(55%, 0%, 59%, 5%) | — | |
| HSV | hsv(116, 59%, 95%) | — | |
| HWB | hwb(116 39% 5%) | color: hwb(116 39% 5%) | |
| OKLCH | oklch(0.8567 0.2182 142.22) | color: oklch(0.8567 0.2182 142.22) | |
| Lab | lab(85.83 -63.28 56.92) | color: lab(85.83 -63.28 56.92) | |
| LCH | lch(85.83 85.11 138.03) | color: lch(85.83 85.11 138.03) |
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)
#A7A886 — rgb(167, 168, 134)
Deuteranopia (Green-blind)
#9F958E — rgb(159, 149, 142)
Tritanopia (Blue-blind)
#74A1A7 — rgb(116, 161, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 85%, 67%);
text
color: hsl(116, 85%, 67%);
border
border: 2px solid hsl(116, 85%, 67%);
gradient light
background: linear-gradient(to right, hsl(116, 85%, 87%), hsl(116, 85%, 67%));
gradient dark
background: linear-gradient(to right, hsl(116, 85%, 67%), hsl(116, 85%, 47%))
hex
background-color: #6DF263;
tailwind
bg-[hsl(116,85%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 85%, 67%, 0.4);
css variable
--color-primary: hsl(116, 85%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 85%, 67%)?
HEX: #6DF263 | RGB: rgb(109, 242, 99) | CMYK: 55%, 0%, 59%, 5% | HSV: 116°, 59%, 95%. Copy any format from the conversion table above.
What colors go well with #6DF263?
The complementary color is HSL(296, 85%, 67%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 85%, 67%) in CSS?
As HSL: color: hsl(116, 85%, 67%); — As HEX: color: #6DF263; — As RGB: color: rgb(109, 242, 99); — Tailwind CSS: bg-[hsl(116,85%,67%)] — CSS variable: --color-primary: hsl(116, 85%, 67%);