Shades of Lawn Green #85D808
Tints of Lawn Green #85D808
RGB
CMYK
RGB Variations
Color information
#85D808 (or 0x85D808) is known color: Lawn Green. HEX triplet: 85, D8 and 08. RGB value is (133,216,8). Sum of RGB (Red+Green+Blue) = 133+216+8=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #85D808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D808 is #7A27F7. Grayscale: #A8A8A8. Windows color (decimal): -8005624 or 579717. OLE color: 579717.
HSL color Cylindrical-coordinate representation of color #85D808: hue angle of 83.94º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85D808 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 8 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.15 |
| HSL | 83.94º | 0.93% | 0.44% | - |
| HSV(B) | 83.94º | 0.96% | 0.85% | - |
| XYZ | 34.27 | 54.12 | 8.87 | - |
| YUV | 167.47 | 38 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 8 | 0.38 | 0 | 0.96 | 0.15 | 83.94 | 0.93 | 0.44 |
| Hex | 85 | D8 | 8 | 26 | 0 | 60 | F | 54 | 5D | 2C |
| Octal | 205 | 330 | 10 | 46 | 0 | 140 | 17 | 124 | 135 | 54 |
| Binary | 10000101 | 11011000 | 1000 | 100110 | 0 | 1100000 | 1111 | 1010100 | 1011101 | 101100 |
Color Harmonies of #85D808
Complementary color
Monochromatic Colors of #85D808
Black with #85D808
Text Example
Text Example
White with #85D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D808; }
p { color: rgb(133,216,8); }
H1.HeaderClassName
{
color: #85D808;
}
.AnyTagClassName
{
color: #85D808;
}
</style>
background-color css
<style>
a { background-color: #85D808; }
a { background-color: rgb(133,216,8); }
div.DivClassName
{
background-color: #85D808;
}
.BgClassName
{
background-color: #85D808;
}
</style>
border-color css
<style>
span { border-color: #85D808; }
span { border-color: rgb(133,216,8); }
td.TdClassName
{
border-color: #85D808;
}
.TagClassName
{
border-color: #85D808;
}
</style>