Shades of Lawn Green #85DC10
Tints of Lawn Green #85DC10
RGB
CMYK
RGB Variations
Color information
#85DC10 (or 0x85DC10) is known color: Lawn Green. HEX triplet: 85, DC and 10. RGB value is (133,220,16). Sum of RGB (Red+Green+Blue) = 133+220+16=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DC10 is #7A23EF. Grayscale: #ABABAB. Windows color (decimal): -8004592 or 1105029. OLE color: 1105029.
HSL color Cylindrical-coordinate representation of color #85DC10: hue angle of 85.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85DC10 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 16 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.14 |
| HSL | 85.59º | 0.86% | 0.46% | - |
| HSV(B) | 85.59º | 0.93% | 0.86% | - |
| XYZ | 35.36 | 56.21 | 9.48 | - |
| YUV | 170.73 | 40.68 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 16 | 0.40 | 0 | 0.93 | 0.14 | 85.59 | 0.86 | 0.46 |
| Hex | 85 | DC | 10 | 28 | 0 | 5D | E | 56 | 56 | 2E |
| Octal | 205 | 334 | 20 | 50 | 0 | 135 | 16 | 126 | 126 | 56 |
| Binary | 10000101 | 11011100 | 10000 | 101000 | 0 | 1011101 | 1110 | 1010110 | 1010110 | 101110 |
Color Harmonies of #85DC10
Complementary color
Monochromatic Colors of #85DC10
Black with #85DC10
Text Example
Text Example
White with #85DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DC10; }
p { color: rgb(133,220,16); }
H1.HeaderClassName
{
color: #85DC10;
}
.AnyTagClassName
{
color: #85DC10;
}
</style>
background-color css
<style>
a { background-color: #85DC10; }
a { background-color: rgb(133,220,16); }
div.DivClassName
{
background-color: #85DC10;
}
.BgClassName
{
background-color: #85DC10;
}
</style>
border-color css
<style>
span { border-color: #85DC10; }
span { border-color: rgb(133,220,16); }
td.TdClassName
{
border-color: #85DC10;
}
.TagClassName
{
border-color: #85DC10;
}
</style>