Shades of Lawn Green #85DE00
Tints of Lawn Green #85DE00
RGB
CMYK
RGB Variations
Color information
#85DE00 (or 0x85DE00) is known color: Lawn Green. HEX triplet: 85, DE and 00. RGB value is (133,222,0). Sum of RGB (Red+Green+Blue) = 133+222+0=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 222 (87.11% from 255 or 62.54% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DE00 is #7A21FF. Grayscale: #AAAAAA. Windows color (decimal): -8004096 or 56965. OLE color: 56965.
HSL color Cylindrical-coordinate representation of color #85DE00: hue angle of 84.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85DE00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.13 |
| HSL | 84.05º | 1% | 0.44% | - |
| HSV(B) | 84.05º | 1% | 0.87% | - |
| XYZ | 35.79 | 57.23 | 9.16 | - |
| YUV | 170.08 | 32.01 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 0 | 0.40 | 0 | 1 | 0.13 | 84.05 | 1 | 0.44 |
| Hex | 85 | DE | 0 | 28 | 0 | 64 | D | 54 | 64 | 2C |
| Octal | 205 | 336 | 0 | 50 | 0 | 144 | 15 | 124 | 144 | 54 |
| Binary | 10000101 | 11011110 | 0 | 101000 | 0 | 1100100 | 1101 | 1010100 | 1100100 | 101100 |
Color Harmonies of #85DE00
Complementary color
Monochromatic Colors of #85DE00
Black with #85DE00
Text Example
Text Example
White with #85DE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DE00; }
p { color: rgb(133,222,0); }
H1.HeaderClassName
{
color: #85DE00;
}
.AnyTagClassName
{
color: #85DE00;
}
</style>
background-color css
<style>
a { background-color: #85DE00; }
a { background-color: rgb(133,222,0); }
div.DivClassName
{
background-color: #85DE00;
}
.BgClassName
{
background-color: #85DE00;
}
</style>
border-color css
<style>
span { border-color: #85DE00; }
span { border-color: rgb(133,222,0); }
td.TdClassName
{
border-color: #85DE00;
}
.TagClassName
{
border-color: #85DE00;
}
</style>