Shades of Lawn Green #85DD08
Tints of Lawn Green #85DD08
RGB
CMYK
RGB Variations
Color information
#85DD08 (or 0x85DD08) is known color: Lawn Green. HEX triplet: 85, DD and 08. RGB value is (133,221,8). Sum of RGB (Red+Green+Blue) = 133+221+8=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DD08 is #7A22F7. Grayscale: #ABABAB. Windows color (decimal): -8004344 or 580997. OLE color: 580997.
HSL color Cylindrical-coordinate representation of color #85DD08: hue angle of 84.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85DD08 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 8 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.13 |
| HSL | 84.79º | 0.93% | 0.45% | - |
| HSV(B) | 84.79º | 0.96% | 0.87% | - |
| XYZ | 35.57 | 56.72 | 9.3 | - |
| YUV | 170.41 | 36.35 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 8 | 0.40 | 0 | 0.96 | 0.13 | 84.79 | 0.93 | 0.45 |
| Hex | 85 | DD | 8 | 28 | 0 | 60 | D | 55 | 5D | 2D |
| Octal | 205 | 335 | 10 | 50 | 0 | 140 | 15 | 125 | 135 | 55 |
| Binary | 10000101 | 11011101 | 1000 | 101000 | 0 | 1100000 | 1101 | 1010101 | 1011101 | 101101 |
Color Harmonies of #85DD08
Complementary color
Monochromatic Colors of #85DD08
Black with #85DD08
Text Example
Text Example
White with #85DD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD08; }
p { color: rgb(133,221,8); }
H1.HeaderClassName
{
color: #85DD08;
}
.AnyTagClassName
{
color: #85DD08;
}
</style>
background-color css
<style>
a { background-color: #85DD08; }
a { background-color: rgb(133,221,8); }
div.DivClassName
{
background-color: #85DD08;
}
.BgClassName
{
background-color: #85DD08;
}
</style>
border-color css
<style>
span { border-color: #85DD08; }
span { border-color: rgb(133,221,8); }
td.TdClassName
{
border-color: #85DD08;
}
.TagClassName
{
border-color: #85DD08;
}
</style>