Shades of Light Green #85ED9E
Tints of Light Green #85ED9E
RGB
CMYK
RGB Variations
Color information
#85ED9E (or 0x85ED9E) is known color: Light Green. HEX triplet: 85, ED and 9E. RGB value is (133,237,158). Sum of RGB (Red+Green+Blue) = 133+237+158=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED9E is #7A1261. Grayscale: #C5C5C5. Windows color (decimal): -8000098 or 10415493. OLE color: 10415493.
HSL color Cylindrical-coordinate representation of color #85ED9E: hue angle of 134.42º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ED9E is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 158 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.07 |
| HSL | 134.42º | 0.74% | 0.73% | - |
| HSV(B) | 134.42º | 0.44% | 0.93% | - |
| XYZ | 46.13 | 68.02 | 43.05 | - |
| YUV | 196.9 | 106.04 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 158 | 0.44 | 0 | 0.33 | 0.07 | 134.42 | 0.74 | 0.73 |
| Hex | 85 | ED | 9E | 2C | 0 | 21 | 7 | 86 | 4A | 49 |
| Octal | 205 | 355 | 236 | 54 | 0 | 41 | 7 | 206 | 112 | 111 |
| Binary | 10000101 | 11101101 | 10011110 | 101100 | 0 | 100001 | 111 | 10000110 | 1001010 | 1001001 |
Color Harmonies of #85ED9E
Complementary color
Monochromatic Colors of #85ED9E
Black with #85ED9E
Text Example
Text Example
White with #85ED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED9E; }
p { color: rgb(133,237,158); }
H1.HeaderClassName
{
color: #85ED9E;
}
.AnyTagClassName
{
color: #85ED9E;
}
</style>
background-color css
<style>
a { background-color: #85ED9E; }
a { background-color: rgb(133,237,158); }
div.DivClassName
{
background-color: #85ED9E;
}
.BgClassName
{
background-color: #85ED9E;
}
</style>
border-color css
<style>
span { border-color: #85ED9E; }
span { border-color: rgb(133,237,158); }
td.TdClassName
{
border-color: #85ED9E;
}
.TagClassName
{
border-color: #85ED9E;
}
</style>