Shades of Lawn Green #85D70F
Tints of Lawn Green #85D70F
RGB
CMYK
RGB Variations
Color information
#85D70F (or 0x85D70F) is known color: Lawn Green. HEX triplet: 85, D7 and 0F. RGB value is (133,215,15). Sum of RGB (Red+Green+Blue) = 133+215+15=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #85D70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D70F is #7A28F0. Grayscale: #A8A8A8. Windows color (decimal): -8005873 or 1038213. OLE color: 1038213.
HSL color Cylindrical-coordinate representation of color #85D70F: hue angle of 84.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85D70F is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 15 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.16 |
| HSL | 84.6º | 0.87% | 0.45% | - |
| HSV(B) | 84.6º | 0.93% | 0.84% | - |
| XYZ | 34.06 | 53.62 | 9.01 | - |
| YUV | 167.68 | 41.83 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 15 | 0.38 | 0 | 0.93 | 0.16 | 84.6 | 0.87 | 0.45 |
| Hex | 85 | D7 | F | 26 | 0 | 5D | 10 | 55 | 57 | 2D |
| Octal | 205 | 327 | 17 | 46 | 0 | 135 | 20 | 125 | 127 | 55 |
| Binary | 10000101 | 11010111 | 1111 | 100110 | 0 | 1011101 | 10000 | 1010101 | 1010111 | 101101 |
Color Harmonies of #85D70F
Complementary color
Monochromatic Colors of #85D70F
Black with #85D70F
Text Example
Text Example
White with #85D70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D70F; }
p { color: rgb(133,215,15); }
H1.HeaderClassName
{
color: #85D70F;
}
.AnyTagClassName
{
color: #85D70F;
}
</style>
background-color css
<style>
a { background-color: #85D70F; }
a { background-color: rgb(133,215,15); }
div.DivClassName
{
background-color: #85D70F;
}
.BgClassName
{
background-color: #85D70F;
}
</style>
border-color css
<style>
span { border-color: #85D70F; }
span { border-color: rgb(133,215,15); }
td.TdClassName
{
border-color: #85D70F;
}
.TagClassName
{
border-color: #85D70F;
}
</style>