Shades of Mantis #87C946
Tints of Mantis #87C946
RGB
CMYK
RGB Variations
Color information
#87C946 (or 0x87C946) is known color: Mantis. HEX triplet: 87, C9 and 46. RGB value is (135,201,70). Sum of RGB (Red+Green+Blue) = 135+201+70=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #87C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87C946 is #7836B9. Grayscale: #A6A6A6. Windows color (decimal): -7878330 or 4639111. OLE color: 4639111.
HSL color Cylindrical-coordinate representation of color #87C946: hue angle of 90.23º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87C946 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 201 | 70 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.21 |
| HSL | 90.23º | 0.55% | 0.53% | - |
| HSV(B) | 90.23º | 0.65% | 0.79% | - |
| XYZ | 31.98 | 47.37 | 13.25 | - |
| YUV | 166.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 201 | 70 | 0.33 | 0 | 0.65 | 0.21 | 90.23 | 0.55 | 0.53 |
| Hex | 87 | C9 | 46 | 21 | 0 | 41 | 15 | 5A | 37 | 35 |
| Octal | 207 | 311 | 106 | 41 | 0 | 101 | 25 | 132 | 67 | 65 |
| Binary | 10000111 | 11001001 | 1000110 | 100001 | 0 | 1000001 | 10101 | 1011010 | 110111 | 110101 |
Color Harmonies of #87C946
Complementary color
Monochromatic Colors of #87C946
Black with #87C946
Text Example
Text Example
White with #87C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C946; }
p { color: rgb(135,201,70); }
H1.HeaderClassName
{
color: #87C946;
}
.AnyTagClassName
{
color: #87C946;
}
</style>
background-color css
<style>
a { background-color: #87C946; }
a { background-color: rgb(135,201,70); }
div.DivClassName
{
background-color: #87C946;
}
.BgClassName
{
background-color: #87C946;
}
</style>
border-color css
<style>
span { border-color: #87C946; }
span { border-color: rgb(135,201,70); }
td.TdClassName
{
border-color: #87C946;
}
.TagClassName
{
border-color: #87C946;
}
</style>