Shades of Lawn Green #85DE14
Tints of Lawn Green #85DE14
RGB
CMYK
RGB Variations
Color information
#85DE14 (or 0x85DE14) is known color: Lawn Green. HEX triplet: 85, DE and 14. RGB value is (133,222,20). Sum of RGB (Red+Green+Blue) = 133+222+20=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 222 (87.11% from 255 or 59.2% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DE14 is #7A21EB. Grayscale: #ADADAD. Windows color (decimal): -8004076 or 1367685. OLE color: 1367685.
HSL color Cylindrical-coordinate representation of color #85DE14: hue angle of 86.44º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85DE14 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 20 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.13 |
| HSL | 86.44º | 0.83% | 0.47% | - |
| HSV(B) | 86.44º | 0.91% | 0.87% | - |
| XYZ | 35.92 | 57.28 | 9.82 | - |
| YUV | 172.36 | 42.01 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 20 | 0.40 | 0 | 0.91 | 0.13 | 86.44 | 0.83 | 0.47 |
| Hex | 85 | DE | 14 | 28 | 0 | 5B | D | 56 | 53 | 2F |
| Octal | 205 | 336 | 24 | 50 | 0 | 133 | 15 | 126 | 123 | 57 |
| Binary | 10000101 | 11011110 | 10100 | 101000 | 0 | 1011011 | 1101 | 1010110 | 1010011 | 101111 |
Color Harmonies of #85DE14
Complementary color
Monochromatic Colors of #85DE14
Black with #85DE14
Text Example
Text Example
White with #85DE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DE14; }
p { color: rgb(133,222,20); }
H1.HeaderClassName
{
color: #85DE14;
}
.AnyTagClassName
{
color: #85DE14;
}
</style>
background-color css
<style>
a { background-color: #85DE14; }
a { background-color: rgb(133,222,20); }
div.DivClassName
{
background-color: #85DE14;
}
.BgClassName
{
background-color: #85DE14;
}
</style>
border-color css
<style>
span { border-color: #85DE14; }
span { border-color: rgb(133,222,20); }
td.TdClassName
{
border-color: #85DE14;
}
.TagClassName
{
border-color: #85DE14;
}
</style>