Shades of Mantis #87BA71
Tints of Mantis #87BA71
RGB
CMYK
RGB Variations
Color information
#87BA71 (or 0x87BA71) is known color: Mantis. HEX triplet: 87, BA and 71. RGB value is (135,186,113). Sum of RGB (Red+Green+Blue) = 135+186+113=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #87BA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87BA71 is #78458E. Grayscale: #A2A2A2. Windows color (decimal): -7882127 or 7453319. OLE color: 7453319.
HSL color Cylindrical-coordinate representation of color #87BA71: hue angle of 101.92º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87BA71 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 186 | 113 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.27 |
| HSL | 101.92º | 0.35% | 0.59% | - |
| HSV(B) | 101.92º | 0.39% | 0.73% | - |
| XYZ | 30.53 | 41.46 | 22.02 | - |
| YUV | 162.43 | 100.1 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 186 | 113 | 0.27 | 0 | 0.39 | 0.27 | 101.92 | 0.35 | 0.59 |
| Hex | 87 | BA | 71 | 1B | 0 | 27 | 1B | 66 | 23 | 3B |
| Octal | 207 | 272 | 161 | 33 | 0 | 47 | 33 | 146 | 43 | 73 |
| Binary | 10000111 | 10111010 | 1110001 | 11011 | 0 | 100111 | 11011 | 1100110 | 100011 | 111011 |
Color Harmonies of #87BA71
Complementary color
Monochromatic Colors of #87BA71
Black with #87BA71
Text Example
Text Example
White with #87BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BA71; }
p { color: rgb(135,186,113); }
H1.HeaderClassName
{
color: #87BA71;
}
.AnyTagClassName
{
color: #87BA71;
}
</style>
background-color css
<style>
a { background-color: #87BA71; }
a { background-color: rgb(135,186,113); }
div.DivClassName
{
background-color: #87BA71;
}
.BgClassName
{
background-color: #87BA71;
}
</style>
border-color css
<style>
span { border-color: #87BA71; }
span { border-color: rgb(135,186,113); }
td.TdClassName
{
border-color: #87BA71;
}
.TagClassName
{
border-color: #87BA71;
}
</style>