Shades of Mantis #87BC68
Tints of Mantis #87BC68
RGB
CMYK
RGB Variations
Color information
#87BC68 (or 0x87BC68) is known color: Mantis. HEX triplet: 87, BC and 68. RGB value is (135,188,104). Sum of RGB (Red+Green+Blue) = 135+188+104=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #87BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87BC68 is #784397. Grayscale: #A2A2A2. Windows color (decimal): -7881624 or 6864007. OLE color: 6864007.
HSL color Cylindrical-coordinate representation of color #87BC68: hue angle of 97.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87BC68 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 188 | 104 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.26 |
| HSL | 97.86º | 0.39% | 0.57% | - |
| HSV(B) | 97.86º | 0.45% | 0.74% | - |
| XYZ | 30.47 | 42.12 | 19.62 | - |
| YUV | 162.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 104 | 0.28 | 0 | 0.45 | 0.26 | 97.86 | 0.39 | 0.57 |
| Hex | 87 | BC | 68 | 1C | 0 | 2D | 1A | 62 | 27 | 39 |
| Octal | 207 | 274 | 150 | 34 | 0 | 55 | 32 | 142 | 47 | 71 |
| Binary | 10000111 | 10111100 | 1101000 | 11100 | 0 | 101101 | 11010 | 1100010 | 100111 | 111001 |
Color Harmonies of #87BC68
Complementary color
Monochromatic Colors of #87BC68
Black with #87BC68
Text Example
Text Example
White with #87BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BC68; }
p { color: rgb(135,188,104); }
H1.HeaderClassName
{
color: #87BC68;
}
.AnyTagClassName
{
color: #87BC68;
}
</style>
background-color css
<style>
a { background-color: #87BC68; }
a { background-color: rgb(135,188,104); }
div.DivClassName
{
background-color: #87BC68;
}
.BgClassName
{
background-color: #87BC68;
}
</style>
border-color css
<style>
span { border-color: #87BC68; }
span { border-color: rgb(135,188,104); }
td.TdClassName
{
border-color: #87BC68;
}
.TagClassName
{
border-color: #87BC68;
}
</style>