Shades of Lawn Green #85D707
Tints of Lawn Green #85D707
RGB
CMYK
RGB Variations
Color information
#85D707 (or 0x85D707) is known color: Lawn Green. HEX triplet: 85, D7 and 07. RGB value is (133,215,7). Sum of RGB (Red+Green+Blue) = 133+215+7=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 215 (84.38% from 255 or 60.56% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 215 - color contains mainly: green. Hex color #85D707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D707 is #7A28F8. Grayscale: #A7A7A7. Windows color (decimal): -8005881 or 513925. OLE color: 513925.
HSL color Cylindrical-coordinate representation of color #85D707: hue angle of 83.65º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85D707 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 7 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.16 |
| HSL | 83.65º | 0.94% | 0.44% | - |
| HSV(B) | 83.65º | 0.97% | 0.84% | - |
| XYZ | 34.01 | 53.6 | 8.75 | - |
| YUV | 166.77 | 37.83 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 7 | 0.38 | 0 | 0.97 | 0.16 | 83.65 | 0.94 | 0.44 |
| Hex | 85 | D7 | 7 | 26 | 0 | 61 | 10 | 54 | 5E | 2C |
| Octal | 205 | 327 | 7 | 46 | 0 | 141 | 20 | 124 | 136 | 54 |
| Binary | 10000101 | 11010111 | 111 | 100110 | 0 | 1100001 | 10000 | 1010100 | 1011110 | 101100 |
Color Harmonies of #85D707
Complementary color
Monochromatic Colors of #85D707
Black with #85D707
Text Example
Text Example
White with #85D707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D707; }
p { color: rgb(133,215,7); }
H1.HeaderClassName
{
color: #85D707;
}
.AnyTagClassName
{
color: #85D707;
}
</style>
background-color css
<style>
a { background-color: #85D707; }
a { background-color: rgb(133,215,7); }
div.DivClassName
{
background-color: #85D707;
}
.BgClassName
{
background-color: #85D707;
}
</style>
border-color css
<style>
span { border-color: #85D707; }
span { border-color: rgb(133,215,7); }
td.TdClassName
{
border-color: #85D707;
}
.TagClassName
{
border-color: #85D707;
}
</style>