Shades of Mantis #85BA70
Tints of Mantis #85BA70
RGB
CMYK
RGB Variations
Color information
#85BA70 (or 0x85BA70) is known color: Mantis. HEX triplet: 85, BA and 70. RGB value is (133,186,112). Sum of RGB (Red+Green+Blue) = 133+186+112=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA70 is #7A458F. Grayscale: #A1A1A1. Windows color (decimal): -8013200 or 7387781. OLE color: 7387781.
HSL color Cylindrical-coordinate representation of color #85BA70: hue angle of 102.97º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BA70 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 112 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.27 |
| HSL | 102.97º | 0.35% | 0.58% | - |
| HSV(B) | 102.97º | 0.4% | 0.73% | - |
| XYZ | 30.16 | 41.27 | 21.71 | - |
| YUV | 161.72 | 99.94 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 112 | 0.28 | 0 | 0.40 | 0.27 | 102.97 | 0.35 | 0.58 |
| Hex | 85 | BA | 70 | 1C | 0 | 28 | 1B | 67 | 23 | 3A |
| Octal | 205 | 272 | 160 | 34 | 0 | 50 | 33 | 147 | 43 | 72 |
| Binary | 10000101 | 10111010 | 1110000 | 11100 | 0 | 101000 | 11011 | 1100111 | 100011 | 111010 |
Color Harmonies of #85BA70
Complementary color
Monochromatic Colors of #85BA70
Black with #85BA70
Text Example
Text Example
White with #85BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA70; }
p { color: rgb(133,186,112); }
H1.HeaderClassName
{
color: #85BA70;
}
.AnyTagClassName
{
color: #85BA70;
}
</style>
background-color css
<style>
a { background-color: #85BA70; }
a { background-color: rgb(133,186,112); }
div.DivClassName
{
background-color: #85BA70;
}
.BgClassName
{
background-color: #85BA70;
}
</style>
border-color css
<style>
span { border-color: #85BA70; }
span { border-color: rgb(133,186,112); }
td.TdClassName
{
border-color: #85BA70;
}
.TagClassName
{
border-color: #85BA70;
}
</style>