Shades of Mantis #87BC5E
Tints of Mantis #87BC5E
RGB
CMYK
RGB Variations
Color information
#87BC5E (or 0x87BC5E) is known color: Mantis. HEX triplet: 87, BC and 5E. RGB value is (135,188,94). Sum of RGB (Red+Green+Blue) = 135+188+94=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #87BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87BC5E is #7843A1. Grayscale: #A1A1A1. Windows color (decimal): -7881634 or 6208647. OLE color: 6208647.
HSL color Cylindrical-coordinate representation of color #87BC5E: hue angle of 93.83º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #87BC5E is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 188 | 94 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.26 |
| HSL | 93.83º | 0.41% | 0.55% | - |
| HSV(B) | 93.83º | 0.5% | 0.74% | - |
| XYZ | 30 | 41.93 | 17.1 | - |
| YUV | 161.44 | 89.94 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 94 | 0.28 | 0 | 0.50 | 0.26 | 93.83 | 0.41 | 0.55 |
| Hex | 87 | BC | 5E | 1C | 0 | 32 | 1A | 5E | 29 | 37 |
| Octal | 207 | 274 | 136 | 34 | 0 | 62 | 32 | 136 | 51 | 67 |
| Binary | 10000111 | 10111100 | 1011110 | 11100 | 0 | 110010 | 11010 | 1011110 | 101001 | 110111 |
Color Harmonies of #87BC5E
Complementary color
Monochromatic Colors of #87BC5E
Black with #87BC5E
Text Example
Text Example
White with #87BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BC5E; }
p { color: rgb(135,188,94); }
H1.HeaderClassName
{
color: #87BC5E;
}
.AnyTagClassName
{
color: #87BC5E;
}
</style>
background-color css
<style>
a { background-color: #87BC5E; }
a { background-color: rgb(135,188,94); }
div.DivClassName
{
background-color: #87BC5E;
}
.BgClassName
{
background-color: #87BC5E;
}
</style>
border-color css
<style>
span { border-color: #87BC5E; }
span { border-color: rgb(135,188,94); }
td.TdClassName
{
border-color: #87BC5E;
}
.TagClassName
{
border-color: #87BC5E;
}
</style>