Shades of Lawn Green #85E400
Tints of Lawn Green #85E400
RGB
CMYK
RGB Variations
Color information
#85E400 (or 0x85E400) is known color: Lawn Green. HEX triplet: 85, E4 and 00. RGB value is (133,228,0). Sum of RGB (Red+Green+Blue) = 133+228+0=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #85E400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E400 is #7A1BFF. Grayscale: #AEAEAE. Windows color (decimal): -8002560 or 58501. OLE color: 58501.
HSL color Cylindrical-coordinate representation of color #85E400: hue angle of 85º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85E400 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.11 |
| HSL | 85º | 1% | 0.45% | - |
| HSV(B) | 85º | 1% | 0.89% | - |
| XYZ | 37.42 | 60.47 | 9.7 | - |
| YUV | 173.6 | 30.03 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 0 | 0.42 | 0 | 1 | 0.11 | 85 | 1 | 0.45 |
| Hex | 85 | E4 | 0 | 2A | 0 | 64 | B | 55 | 64 | 2D |
| Octal | 205 | 344 | 0 | 52 | 0 | 144 | 13 | 125 | 144 | 55 |
| Binary | 10000101 | 11100100 | 0 | 101010 | 0 | 1100100 | 1011 | 1010101 | 1100100 | 101101 |
Color Harmonies of #85E400
Complementary color
Monochromatic Colors of #85E400
Black with #85E400
Text Example
Text Example
White with #85E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E400; }
p { color: rgb(133,228,0); }
H1.HeaderClassName
{
color: #85E400;
}
.AnyTagClassName
{
color: #85E400;
}
</style>
background-color css
<style>
a { background-color: #85E400; }
a { background-color: rgb(133,228,0); }
div.DivClassName
{
background-color: #85E400;
}
.BgClassName
{
background-color: #85E400;
}
</style>
border-color css
<style>
span { border-color: #85E400; }
span { border-color: rgb(133,228,0); }
td.TdClassName
{
border-color: #85E400;
}
.TagClassName
{
border-color: #85E400;
}
</style>