Shades of Lawn Green #85E111
Tints of Lawn Green #85E111
RGB
CMYK
RGB Variations
Color information
#85E111 (or 0x85E111) is known color: Lawn Green. HEX triplet: 85, E1 and 11. RGB value is (133,225,17). Sum of RGB (Red+Green+Blue) = 133+225+17=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #85E111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E111 is #7A1EEE. Grayscale: #AEAEAE. Windows color (decimal): -8003311 or 1171845. OLE color: 1171845.
HSL color Cylindrical-coordinate representation of color #85E111: hue angle of 86.54º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85E111 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 225 | 17 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.12 |
| HSL | 86.54º | 0.86% | 0.47% | - |
| HSV(B) | 86.54º | 0.92% | 0.88% | - |
| XYZ | 36.7 | 58.88 | 9.96 | - |
| YUV | 173.78 | 39.52 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 225 | 17 | 0.41 | 0 | 0.92 | 0.12 | 86.54 | 0.86 | 0.47 |
| Hex | 85 | E1 | 11 | 29 | 0 | 5C | C | 57 | 56 | 2F |
| Octal | 205 | 341 | 21 | 51 | 0 | 134 | 14 | 127 | 126 | 57 |
| Binary | 10000101 | 11100001 | 10001 | 101001 | 0 | 1011100 | 1100 | 1010111 | 1010110 | 101111 |
Color Harmonies of #85E111
Complementary color
Monochromatic Colors of #85E111
Black with #85E111
Text Example
Text Example
White with #85E111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E111; }
p { color: rgb(133,225,17); }
H1.HeaderClassName
{
color: #85E111;
}
.AnyTagClassName
{
color: #85E111;
}
</style>
background-color css
<style>
a { background-color: #85E111; }
a { background-color: rgb(133,225,17); }
div.DivClassName
{
background-color: #85E111;
}
.BgClassName
{
background-color: #85E111;
}
</style>
border-color css
<style>
span { border-color: #85E111; }
span { border-color: rgb(133,225,17); }
td.TdClassName
{
border-color: #85E111;
}
.TagClassName
{
border-color: #85E111;
}
</style>