Shades of Lawn Green #85D80D
Tints of Lawn Green #85D80D
RGB
CMYK
RGB Variations
Color information
#85D80D (or 0x85D80D) is known color: Lawn Green. HEX triplet: 85, D8 and 0D. RGB value is (133,216,13). Sum of RGB (Red+Green+Blue) = 133+216+13=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #85D80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D80D is #7A27F2. Grayscale: #A8A8A8. Windows color (decimal): -8005619 or 907397. OLE color: 907397.
HSL color Cylindrical-coordinate representation of color #85D80D: hue angle of 84.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85D80D is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 216 | 13 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.15 |
| HSL | 84.53º | 0.89% | 0.45% | - |
| HSV(B) | 84.53º | 0.94% | 0.85% | - |
| XYZ | 34.3 | 54.13 | 9.02 | - |
| YUV | 168.04 | 40.5 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 216 | 13 | 0.38 | 0 | 0.94 | 0.15 | 84.53 | 0.89 | 0.45 |
| Hex | 85 | D8 | D | 26 | 0 | 5E | F | 55 | 59 | 2D |
| Octal | 205 | 330 | 15 | 46 | 0 | 136 | 17 | 125 | 131 | 55 |
| Binary | 10000101 | 11011000 | 1101 | 100110 | 0 | 1011110 | 1111 | 1010101 | 1011001 | 101101 |
Color Harmonies of #85D80D
Complementary color
Monochromatic Colors of #85D80D
Black with #85D80D
Text Example
Text Example
White with #85D80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D80D; }
p { color: rgb(133,216,13); }
H1.HeaderClassName
{
color: #85D80D;
}
.AnyTagClassName
{
color: #85D80D;
}
</style>
background-color css
<style>
a { background-color: #85D80D; }
a { background-color: rgb(133,216,13); }
div.DivClassName
{
background-color: #85D80D;
}
.BgClassName
{
background-color: #85D80D;
}
</style>
border-color css
<style>
span { border-color: #85D80D; }
span { border-color: rgb(133,216,13); }
td.TdClassName
{
border-color: #85D80D;
}
.TagClassName
{
border-color: #85D80D;
}
</style>