Shades of Mantis #87C065
Tints of Mantis #87C065
RGB
CMYK
RGB Variations
Color information
#87C065 (or 0x87C065) is known color: Mantis. HEX triplet: 87, C0 and 65. RGB value is (135,192,101). Sum of RGB (Red+Green+Blue) = 135+192+101=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #87C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C065 is #783F9A. Grayscale: #A4A4A4. Windows color (decimal): -7880603 or 6668423. OLE color: 6668423.
HSL color Cylindrical-coordinate representation of color #87C065: hue angle of 97.58º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87C065 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 101 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.25 |
| HSL | 97.58º | 0.42% | 0.57% | - |
| HSV(B) | 97.58º | 0.47% | 0.75% | - |
| XYZ | 31.19 | 43.79 | 19.12 | - |
| YUV | 164.58 | 92.12 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 101 | 0.30 | 0 | 0.47 | 0.25 | 97.58 | 0.42 | 0.57 |
| Hex | 87 | C0 | 65 | 1E | 0 | 2F | 19 | 62 | 2A | 39 |
| Octal | 207 | 300 | 145 | 36 | 0 | 57 | 31 | 142 | 52 | 71 |
| Binary | 10000111 | 11000000 | 1100101 | 11110 | 0 | 101111 | 11001 | 1100010 | 101010 | 111001 |
Color Harmonies of #87C065
Complementary color
Monochromatic Colors of #87C065
Black with #87C065
Text Example
Text Example
White with #87C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C065; }
p { color: rgb(135,192,101); }
H1.HeaderClassName
{
color: #87C065;
}
.AnyTagClassName
{
color: #87C065;
}
</style>
background-color css
<style>
a { background-color: #87C065; }
a { background-color: rgb(135,192,101); }
div.DivClassName
{
background-color: #87C065;
}
.BgClassName
{
background-color: #87C065;
}
</style>
border-color css
<style>
span { border-color: #87C065; }
span { border-color: rgb(135,192,101); }
td.TdClassName
{
border-color: #87C065;
}
.TagClassName
{
border-color: #87C065;
}
</style>