Shades of Lawn Green #85DB0C
Tints of Lawn Green #85DB0C
RGB
CMYK
RGB Variations
Color information
#85DB0C (or 0x85DB0C) is known color: Lawn Green. HEX triplet: 85, DB and 0C. RGB value is (133,219,12). Sum of RGB (Red+Green+Blue) = 133+219+12=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DB0C is #7A24F3. Grayscale: #AAAAAA. Windows color (decimal): -8004852 or 842629. OLE color: 842629.
HSL color Cylindrical-coordinate representation of color #85DB0C: hue angle of 84.93º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85DB0C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 12 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.14 |
| HSL | 84.93º | 0.9% | 0.45% | - |
| HSV(B) | 84.93º | 0.95% | 0.86% | - |
| XYZ | 35.07 | 55.68 | 9.25 | - |
| YUV | 169.69 | 39.01 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 12 | 0.39 | 0 | 0.95 | 0.14 | 84.93 | 0.9 | 0.45 |
| Hex | 85 | DB | C | 27 | 0 | 5F | E | 55 | 5A | 2D |
| Octal | 205 | 333 | 14 | 47 | 0 | 137 | 16 | 125 | 132 | 55 |
| Binary | 10000101 | 11011011 | 1100 | 100111 | 0 | 1011111 | 1110 | 1010101 | 1011010 | 101101 |
Color Harmonies of #85DB0C
Complementary color
Monochromatic Colors of #85DB0C
Black with #85DB0C
Text Example
Text Example
White with #85DB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB0C; }
p { color: rgb(133,219,12); }
H1.HeaderClassName
{
color: #85DB0C;
}
.AnyTagClassName
{
color: #85DB0C;
}
</style>
background-color css
<style>
a { background-color: #85DB0C; }
a { background-color: rgb(133,219,12); }
div.DivClassName
{
background-color: #85DB0C;
}
.BgClassName
{
background-color: #85DB0C;
}
</style>
border-color css
<style>
span { border-color: #85DB0C; }
span { border-color: rgb(133,219,12); }
td.TdClassName
{
border-color: #85DB0C;
}
.TagClassName
{
border-color: #85DB0C;
}
</style>