Shades of Lawn Green #85DF14
Tints of Lawn Green #85DF14
RGB
CMYK
RGB Variations
Color information
#85DF14 (or 0x85DF14) is known color: Lawn Green. HEX triplet: 85, DF and 14. RGB value is (133,223,20). Sum of RGB (Red+Green+Blue) = 133+223+20=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DF14 is #7A20EB. Grayscale: #ADADAD. Windows color (decimal): -8003820 or 1367941. OLE color: 1367941.
HSL color Cylindrical-coordinate representation of color #85DF14: hue angle of 86.6º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85DF14 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 20 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.13 |
| HSL | 86.6º | 0.84% | 0.48% | - |
| HSV(B) | 86.6º | 0.91% | 0.87% | - |
| XYZ | 36.19 | 57.81 | 9.91 | - |
| YUV | 172.95 | 41.68 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 20 | 0.40 | 0 | 0.91 | 0.13 | 86.6 | 0.84 | 0.48 |
| Hex | 85 | DF | 14 | 28 | 0 | 5B | D | 57 | 54 | 30 |
| Octal | 205 | 337 | 24 | 50 | 0 | 133 | 15 | 127 | 124 | 60 |
| Binary | 10000101 | 11011111 | 10100 | 101000 | 0 | 1011011 | 1101 | 1010111 | 1010100 | 110000 |
Color Harmonies of #85DF14
Complementary color
Monochromatic Colors of #85DF14
Black with #85DF14
Text Example
Text Example
White with #85DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF14; }
p { color: rgb(133,223,20); }
H1.HeaderClassName
{
color: #85DF14;
}
.AnyTagClassName
{
color: #85DF14;
}
</style>
background-color css
<style>
a { background-color: #85DF14; }
a { background-color: rgb(133,223,20); }
div.DivClassName
{
background-color: #85DF14;
}
.BgClassName
{
background-color: #85DF14;
}
</style>
border-color css
<style>
span { border-color: #85DF14; }
span { border-color: rgb(133,223,20); }
td.TdClassName
{
border-color: #85DF14;
}
.TagClassName
{
border-color: #85DF14;
}
</style>