Shades of Lawn Green #85D705
Tints of Lawn Green #85D705
RGB
CMYK
RGB Variations
Color information
#85D705 (or 0x85D705) is known color: Lawn Green. HEX triplet: 85, D7 and 05. RGB value is (133,215,5). Sum of RGB (Red+Green+Blue) = 133+215+5=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 215 (84.38% from 255 or 60.91% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 215 - color contains mainly: green. Hex color #85D705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D705 is #7A28FA. Grayscale: #A7A7A7. Windows color (decimal): -8005883 or 382853. OLE color: 382853.
HSL color Cylindrical-coordinate representation of color #85D705: hue angle of 83.43º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85D705 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 215 | 5 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.16 |
| HSL | 83.43º | 0.95% | 0.43% | - |
| HSV(B) | 83.43º | 0.98% | 0.84% | - |
| XYZ | 34 | 53.6 | 8.7 | - |
| YUV | 166.54 | 36.83 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 215 | 5 | 0.38 | 0 | 0.98 | 0.16 | 83.43 | 0.95 | 0.43 |
| Hex | 85 | D7 | 5 | 26 | 0 | 62 | 10 | 53 | 5F | 2B |
| Octal | 205 | 327 | 5 | 46 | 0 | 142 | 20 | 123 | 137 | 53 |
| Binary | 10000101 | 11010111 | 101 | 100110 | 0 | 1100010 | 10000 | 1010011 | 1011111 | 101011 |
Color Harmonies of #85D705
Complementary color
Monochromatic Colors of #85D705
Black with #85D705
Text Example
Text Example
White with #85D705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D705; }
p { color: rgb(133,215,5); }
H1.HeaderClassName
{
color: #85D705;
}
.AnyTagClassName
{
color: #85D705;
}
</style>
background-color css
<style>
a { background-color: #85D705; }
a { background-color: rgb(133,215,5); }
div.DivClassName
{
background-color: #85D705;
}
.BgClassName
{
background-color: #85D705;
}
</style>
border-color css
<style>
span { border-color: #85D705; }
span { border-color: rgb(133,215,5); }
td.TdClassName
{
border-color: #85D705;
}
.TagClassName
{
border-color: #85D705;
}
</style>