Shades of Lawn Green #85DD02
Tints of Lawn Green #85DD02
RGB
CMYK
RGB Variations
Color information
#85DD02 (or 0x85DD02) is known color: Lawn Green. HEX triplet: 85, DD and 02. RGB value is (133,221,2). Sum of RGB (Red+Green+Blue) = 133+221+2=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DD02 is #7A22FD. Grayscale: #AAAAAA. Windows color (decimal): -8004350 or 187781. OLE color: 187781.
HSL color Cylindrical-coordinate representation of color #85DD02: hue angle of 84.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85DD02 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 2 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.13 |
| HSL | 84.11º | 0.98% | 0.44% | - |
| HSV(B) | 84.11º | 0.99% | 0.87% | - |
| XYZ | 35.54 | 56.7 | 9.13 | - |
| YUV | 169.72 | 33.35 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 2 | 0.40 | 0 | 0.99 | 0.13 | 84.11 | 0.98 | 0.44 |
| Hex | 85 | DD | 2 | 28 | 0 | 63 | D | 54 | 62 | 2C |
| Octal | 205 | 335 | 2 | 50 | 0 | 143 | 15 | 124 | 142 | 54 |
| Binary | 10000101 | 11011101 | 10 | 101000 | 0 | 1100011 | 1101 | 1010100 | 1100010 | 101100 |
Color Harmonies of #85DD02
Complementary color
Monochromatic Colors of #85DD02
Black with #85DD02
Text Example
Text Example
White with #85DD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD02; }
p { color: rgb(133,221,2); }
H1.HeaderClassName
{
color: #85DD02;
}
.AnyTagClassName
{
color: #85DD02;
}
</style>
background-color css
<style>
a { background-color: #85DD02; }
a { background-color: rgb(133,221,2); }
div.DivClassName
{
background-color: #85DD02;
}
.BgClassName
{
background-color: #85DD02;
}
</style>
border-color css
<style>
span { border-color: #85DD02; }
span { border-color: rgb(133,221,2); }
td.TdClassName
{
border-color: #85DD02;
}
.TagClassName
{
border-color: #85DD02;
}
</style>