Shades of Lawn Green #85DB13
Tints of Lawn Green #85DB13
RGB
CMYK
RGB Variations
Color information
#85DB13 (or 0x85DB13) is known color: Lawn Green. HEX triplet: 85, DB and 13. RGB value is (133,219,19). Sum of RGB (Red+Green+Blue) = 133+219+19=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DB13 is #7A24EC. Grayscale: #ABABAB. Windows color (decimal): -8004845 or 1301381. OLE color: 1301381.
HSL color Cylindrical-coordinate representation of color #85DB13: hue angle of 85.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85DB13 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 19 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.14 |
| HSL | 85.8º | 0.84% | 0.47% | - |
| HSV(B) | 85.8º | 0.91% | 0.86% | - |
| XYZ | 35.12 | 55.7 | 9.52 | - |
| YUV | 170.49 | 42.51 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 19 | 0.39 | 0 | 0.91 | 0.14 | 85.8 | 0.84 | 0.47 |
| Hex | 85 | DB | 13 | 27 | 0 | 5B | E | 56 | 54 | 2F |
| Octal | 205 | 333 | 23 | 47 | 0 | 133 | 16 | 126 | 124 | 57 |
| Binary | 10000101 | 11011011 | 10011 | 100111 | 0 | 1011011 | 1110 | 1010110 | 1010100 | 101111 |
Color Harmonies of #85DB13
Complementary color
Monochromatic Colors of #85DB13
Black with #85DB13
Text Example
Text Example
White with #85DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB13; }
p { color: rgb(133,219,19); }
H1.HeaderClassName
{
color: #85DB13;
}
.AnyTagClassName
{
color: #85DB13;
}
</style>
background-color css
<style>
a { background-color: #85DB13; }
a { background-color: rgb(133,219,19); }
div.DivClassName
{
background-color: #85DB13;
}
.BgClassName
{
background-color: #85DB13;
}
</style>
border-color css
<style>
span { border-color: #85DB13; }
span { border-color: rgb(133,219,19); }
td.TdClassName
{
border-color: #85DB13;
}
.TagClassName
{
border-color: #85DB13;
}
</style>