Shades of Lawn Green #85E705
Tints of Lawn Green #85E705
RGB
CMYK
RGB Variations
Color information
#85E705 (or 0x85E705) is known color: Lawn Green. HEX triplet: 85, E7 and 05. RGB value is (133,231,5). Sum of RGB (Red+Green+Blue) = 133+231+5=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 231 (90.62% from 255 or 62.60% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 231 - color contains mainly: green. Hex color #85E705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85E705 is #7A18FA. Grayscale: #B0B0B0. Windows color (decimal): -8001787 or 386949. OLE color: 386949.
HSL color Cylindrical-coordinate representation of color #85E705: hue angle of 86.02º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85E705 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 231 | 5 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.09 |
| HSL | 86.02º | 0.96% | 0.46% | - |
| HSV(B) | 86.02º | 0.98% | 0.91% | - |
| XYZ | 38.28 | 62.15 | 10.12 | - |
| YUV | 175.93 | 31.53 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 231 | 5 | 0.42 | 0 | 0.98 | 0.09 | 86.02 | 0.96 | 0.46 |
| Hex | 85 | E7 | 5 | 2A | 0 | 62 | 9 | 56 | 60 | 2E |
| Octal | 205 | 347 | 5 | 52 | 0 | 142 | 11 | 126 | 140 | 56 |
| Binary | 10000101 | 11100111 | 101 | 101010 | 0 | 1100010 | 1001 | 1010110 | 1100000 | 101110 |
Color Harmonies of #85E705
Complementary color
Monochromatic Colors of #85E705
Black with #85E705
Text Example
Text Example
White with #85E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E705; }
p { color: rgb(133,231,5); }
H1.HeaderClassName
{
color: #85E705;
}
.AnyTagClassName
{
color: #85E705;
}
</style>
background-color css
<style>
a { background-color: #85E705; }
a { background-color: rgb(133,231,5); }
div.DivClassName
{
background-color: #85E705;
}
.BgClassName
{
background-color: #85E705;
}
</style>
border-color css
<style>
span { border-color: #85E705; }
span { border-color: rgb(133,231,5); }
td.TdClassName
{
border-color: #85E705;
}
.TagClassName
{
border-color: #85E705;
}
</style>