Shades of Lawn Green #85DB02
Tints of Lawn Green #85DB02
RGB
CMYK
RGB Variations
Color information
#85DB02 (or 0x85DB02) is known color: Lawn Green. HEX triplet: 85, DB and 02. RGB value is (133,219,2). Sum of RGB (Red+Green+Blue) = 133+219+2=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 219 (85.94% from 255 or 61.86% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DB02 is #7A24FD. Grayscale: #A9A9A9. Windows color (decimal): -8004862 or 187269. OLE color: 187269.
HSL color Cylindrical-coordinate representation of color #85DB02: hue angle of 83.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85DB02 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.14 |
| HSL | 83.78º | 0.98% | 0.43% | - |
| HSV(B) | 83.78º | 0.99% | 0.86% | - |
| XYZ | 35.02 | 55.65 | 8.95 | - |
| YUV | 168.55 | 34.01 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 2 | 0.39 | 0 | 0.99 | 0.14 | 83.78 | 0.98 | 0.43 |
| Hex | 85 | DB | 2 | 27 | 0 | 63 | E | 54 | 62 | 2B |
| Octal | 205 | 333 | 2 | 47 | 0 | 143 | 16 | 124 | 142 | 53 |
| Binary | 10000101 | 11011011 | 10 | 100111 | 0 | 1100011 | 1110 | 1010100 | 1100010 | 101011 |
Color Harmonies of #85DB02
Complementary color
Monochromatic Colors of #85DB02
Black with #85DB02
Text Example
Text Example
White with #85DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB02; }
p { color: rgb(133,219,2); }
H1.HeaderClassName
{
color: #85DB02;
}
.AnyTagClassName
{
color: #85DB02;
}
</style>
background-color css
<style>
a { background-color: #85DB02; }
a { background-color: rgb(133,219,2); }
div.DivClassName
{
background-color: #85DB02;
}
.BgClassName
{
background-color: #85DB02;
}
</style>
border-color css
<style>
span { border-color: #85DB02; }
span { border-color: rgb(133,219,2); }
td.TdClassName
{
border-color: #85DB02;
}
.TagClassName
{
border-color: #85DB02;
}
</style>