Shades of Mantis #87BD70
Tints of Mantis #87BD70
RGB
CMYK
RGB Variations
Color information
#87BD70 (or 0x87BD70) is known color: Mantis. HEX triplet: 87, BD and 70. RGB value is (135,189,112). Sum of RGB (Red+Green+Blue) = 135+189+112=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87BD70 is #78428F. Grayscale: #A4A4A4. Windows color (decimal): -7881360 or 7388551. OLE color: 7388551.
HSL color Cylindrical-coordinate representation of color #87BD70: hue angle of 102.08º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87BD70 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 112 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.26 |
| HSL | 102.08º | 0.37% | 0.59% | - |
| HSV(B) | 102.08º | 0.41% | 0.74% | - |
| XYZ | 31.11 | 42.72 | 21.93 | - |
| YUV | 164.08 | 98.61 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 112 | 0.29 | 0 | 0.41 | 0.26 | 102.08 | 0.37 | 0.59 |
| Hex | 87 | BD | 70 | 1D | 0 | 29 | 1A | 66 | 25 | 3B |
| Octal | 207 | 275 | 160 | 35 | 0 | 51 | 32 | 146 | 45 | 73 |
| Binary | 10000111 | 10111101 | 1110000 | 11101 | 0 | 101001 | 11010 | 1100110 | 100101 | 111011 |
Color Harmonies of #87BD70
Complementary color
Monochromatic Colors of #87BD70
Black with #87BD70
Text Example
Text Example
White with #87BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD70; }
p { color: rgb(135,189,112); }
H1.HeaderClassName
{
color: #87BD70;
}
.AnyTagClassName
{
color: #87BD70;
}
</style>
background-color css
<style>
a { background-color: #87BD70; }
a { background-color: rgb(135,189,112); }
div.DivClassName
{
background-color: #87BD70;
}
.BgClassName
{
background-color: #87BD70;
}
</style>
border-color css
<style>
span { border-color: #87BD70; }
span { border-color: rgb(135,189,112); }
td.TdClassName
{
border-color: #87BD70;
}
.TagClassName
{
border-color: #87BD70;
}
</style>