Shades of Mantis #87C366
Tints of Mantis #87C366
RGB
CMYK
RGB Variations
Color information
#87C366 (or 0x87C366) is known color: Mantis. HEX triplet: 87, C3 and 66. RGB value is (135,195,102). Sum of RGB (Red+Green+Blue) = 135+195+102=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #87C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C366 is #783C99. Grayscale: #A6A6A6. Windows color (decimal): -7879834 or 6734727. OLE color: 6734727.
HSL color Cylindrical-coordinate representation of color #87C366: hue angle of 98.71º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87C366 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 195 | 102 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.24 |
| HSL | 98.71º | 0.44% | 0.58% | - |
| HSV(B) | 98.71º | 0.48% | 0.76% | - |
| XYZ | 31.91 | 45.14 | 19.6 | - |
| YUV | 166.46 | 91.62 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 195 | 102 | 0.31 | 0 | 0.48 | 0.24 | 98.71 | 0.44 | 0.58 |
| Hex | 87 | C3 | 66 | 1F | 0 | 30 | 18 | 63 | 2C | 3A |
| Octal | 207 | 303 | 146 | 37 | 0 | 60 | 30 | 143 | 54 | 72 |
| Binary | 10000111 | 11000011 | 1100110 | 11111 | 0 | 110000 | 11000 | 1100011 | 101100 | 111010 |
Color Harmonies of #87C366
Complementary color
Monochromatic Colors of #87C366
Black with #87C366
Text Example
Text Example
White with #87C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C366; }
p { color: rgb(135,195,102); }
H1.HeaderClassName
{
color: #87C366;
}
.AnyTagClassName
{
color: #87C366;
}
</style>
background-color css
<style>
a { background-color: #87C366; }
a { background-color: rgb(135,195,102); }
div.DivClassName
{
background-color: #87C366;
}
.BgClassName
{
background-color: #87C366;
}
</style>
border-color css
<style>
span { border-color: #87C366; }
span { border-color: rgb(135,195,102); }
td.TdClassName
{
border-color: #87C366;
}
.TagClassName
{
border-color: #87C366;
}
</style>