Shades of Light Green #85E599
Tints of Light Green #85E599
RGB
CMYK
RGB Variations
Color information
#85E599 (or 0x85E599) is known color: Light Green. HEX triplet: 85, E5 and 99. RGB value is (133,229,153). Sum of RGB (Red+Green+Blue) = 133+229+153=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #85E599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E599 is #7A1A66. Grayscale: #BFBFBF. Windows color (decimal): -8002151 or 10085765. OLE color: 10085765.
HSL color Cylindrical-coordinate representation of color #85E599: hue angle of 132.5º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E599 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 229 | 153 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.10 |
| HSL | 132.5º | 0.65% | 0.71% | - |
| HSV(B) | 132.5º | 0.42% | 0.9% | - |
| XYZ | 43.44 | 63.33 | 40.07 | - |
| YUV | 191.63 | 106.2 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 229 | 153 | 0.42 | 0 | 0.33 | 0.10 | 132.5 | 0.65 | 0.71 |
| Hex | 85 | E5 | 99 | 2A | 0 | 21 | A | 84 | 41 | 47 |
| Octal | 205 | 345 | 231 | 52 | 0 | 41 | 12 | 204 | 101 | 107 |
| Binary | 10000101 | 11100101 | 10011001 | 101010 | 0 | 100001 | 1010 | 10000100 | 1000001 | 1000111 |
Color Harmonies of #85E599
Complementary color
Monochromatic Colors of #85E599
Black with #85E599
Text Example
Text Example
White with #85E599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E599; }
p { color: rgb(133,229,153); }
H1.HeaderClassName
{
color: #85E599;
}
.AnyTagClassName
{
color: #85E599;
}
</style>
background-color css
<style>
a { background-color: #85E599; }
a { background-color: rgb(133,229,153); }
div.DivClassName
{
background-color: #85E599;
}
.BgClassName
{
background-color: #85E599;
}
</style>
border-color css
<style>
span { border-color: #85E599; }
span { border-color: rgb(133,229,153); }
td.TdClassName
{
border-color: #85E599;
}
.TagClassName
{
border-color: #85E599;
}
</style>