Shades of Mantis #87C258
Tints of Mantis #87C258
RGB
CMYK
RGB Variations
Color information
#87C258 (or 0x87C258) is known color: Mantis. HEX triplet: 87, C2 and 58. RGB value is (135,194,88). Sum of RGB (Red+Green+Blue) = 135+194+88=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #87C258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C258 is #783DA7. Grayscale: #A4A4A4. Windows color (decimal): -7880104 or 5816967. OLE color: 5816967.
HSL color Cylindrical-coordinate representation of color #87C258: hue angle of 93.4º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #87C258 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 194 | 88 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.24 |
| HSL | 93.4º | 0.46% | 0.55% | - |
| HSV(B) | 93.4º | 0.55% | 0.76% | - |
| XYZ | 31.04 | 44.44 | 16.17 | - |
| YUV | 164.28 | 84.95 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 88 | 0.30 | 0 | 0.55 | 0.24 | 93.4 | 0.46 | 0.55 |
| Hex | 87 | C2 | 58 | 1E | 0 | 37 | 18 | 5D | 2E | 37 |
| Octal | 207 | 302 | 130 | 36 | 0 | 67 | 30 | 135 | 56 | 67 |
| Binary | 10000111 | 11000010 | 1011000 | 11110 | 0 | 110111 | 11000 | 1011101 | 101110 | 110111 |
Color Harmonies of #87C258
Complementary color
Monochromatic Colors of #87C258
Black with #87C258
Text Example
Text Example
White with #87C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C258; }
p { color: rgb(135,194,88); }
H1.HeaderClassName
{
color: #87C258;
}
.AnyTagClassName
{
color: #87C258;
}
</style>
background-color css
<style>
a { background-color: #87C258; }
a { background-color: rgb(135,194,88); }
div.DivClassName
{
background-color: #87C258;
}
.BgClassName
{
background-color: #87C258;
}
</style>
border-color css
<style>
span { border-color: #87C258; }
span { border-color: rgb(135,194,88); }
td.TdClassName
{
border-color: #87C258;
}
.TagClassName
{
border-color: #87C258;
}
</style>