Shades of Mantis #87C046
Tints of Mantis #87C046
RGB
CMYK
RGB Variations
Color information
#87C046 (or 0x87C046) is known color: Mantis. HEX triplet: 87, C0 and 46. RGB value is (135,192,70). Sum of RGB (Red+Green+Blue) = 135+192+70=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #87C046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87C046 is #783FB9. Grayscale: #A1A1A1. Windows color (decimal): -7880634 or 4636807. OLE color: 4636807.
HSL color Cylindrical-coordinate representation of color #87C046: hue angle of 88.03º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87C046 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 70 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.25 |
| HSL | 88.03º | 0.49% | 0.51% | - |
| HSV(B) | 88.03º | 0.64% | 0.75% | - |
| XYZ | 29.95 | 43.29 | 12.57 | - |
| YUV | 161.05 | 76.62 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 70 | 0.30 | 0 | 0.64 | 0.25 | 88.03 | 0.49 | 0.51 |
| Hex | 87 | C0 | 46 | 1E | 0 | 40 | 19 | 58 | 31 | 33 |
| Octal | 207 | 300 | 106 | 36 | 0 | 100 | 31 | 130 | 61 | 63 |
| Binary | 10000111 | 11000000 | 1000110 | 11110 | 0 | 1000000 | 11001 | 1011000 | 110001 | 110011 |
Color Harmonies of #87C046
Complementary color
Monochromatic Colors of #87C046
Black with #87C046
Text Example
Text Example
White with #87C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C046; }
p { color: rgb(135,192,70); }
H1.HeaderClassName
{
color: #87C046;
}
.AnyTagClassName
{
color: #87C046;
}
</style>
background-color css
<style>
a { background-color: #87C046; }
a { background-color: rgb(135,192,70); }
div.DivClassName
{
background-color: #87C046;
}
.BgClassName
{
background-color: #87C046;
}
</style>
border-color css
<style>
span { border-color: #87C046; }
span { border-color: rgb(135,192,70); }
td.TdClassName
{
border-color: #87C046;
}
.TagClassName
{
border-color: #87C046;
}
</style>