Shades of Lawn Green #85DC11
Tints of Lawn Green #85DC11
RGB
CMYK
RGB Variations
Color information
#85DC11 (or 0x85DC11) is known color: Lawn Green. HEX triplet: 85, DC and 11. RGB value is (133,220,17). Sum of RGB (Red+Green+Blue) = 133+220+17=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DC11 is #7A23EE. Grayscale: #ABABAB. Windows color (decimal): -8004591 or 1170565. OLE color: 1170565.
HSL color Cylindrical-coordinate representation of color #85DC11: hue angle of 85.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85DC11 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 17 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.14 |
| HSL | 85.71º | 0.86% | 0.46% | - |
| HSV(B) | 85.71º | 0.92% | 0.86% | - |
| XYZ | 35.37 | 56.21 | 9.52 | - |
| YUV | 170.85 | 41.18 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 17 | 0.40 | 0 | 0.92 | 0.14 | 85.71 | 0.86 | 0.46 |
| Hex | 85 | DC | 11 | 28 | 0 | 5C | E | 56 | 56 | 2E |
| Octal | 205 | 334 | 21 | 50 | 0 | 134 | 16 | 126 | 126 | 56 |
| Binary | 10000101 | 11011100 | 10001 | 101000 | 0 | 1011100 | 1110 | 1010110 | 1010110 | 101110 |
Color Harmonies of #85DC11
Complementary color
Monochromatic Colors of #85DC11
Black with #85DC11
Text Example
Text Example
White with #85DC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DC11; }
p { color: rgb(133,220,17); }
H1.HeaderClassName
{
color: #85DC11;
}
.AnyTagClassName
{
color: #85DC11;
}
</style>
background-color css
<style>
a { background-color: #85DC11; }
a { background-color: rgb(133,220,17); }
div.DivClassName
{
background-color: #85DC11;
}
.BgClassName
{
background-color: #85DC11;
}
</style>
border-color css
<style>
span { border-color: #85DC11; }
span { border-color: rgb(133,220,17); }
td.TdClassName
{
border-color: #85DC11;
}
.TagClassName
{
border-color: #85DC11;
}
</style>