Shades of Mantis #87C265
Tints of Mantis #87C265
RGB
CMYK
RGB Variations
Color information
#87C265 (or 0x87C265) is known color: Mantis. HEX triplet: 87, C2 and 65. RGB value is (135,194,101). Sum of RGB (Red+Green+Blue) = 135+194+101=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #87C265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C265 is #783D9A. Grayscale: #A6A6A6. Windows color (decimal): -7880091 or 6668935. OLE color: 6668935.
HSL color Cylindrical-coordinate representation of color #87C265: hue angle of 98.06º degrees, saturation: 0.43, 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 #87C265 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 194 | 101 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.24 |
| HSL | 98.06º | 0.43% | 0.58% | - |
| HSV(B) | 98.06º | 0.48% | 0.76% | - |
| XYZ | 31.63 | 44.67 | 19.27 | - |
| YUV | 165.76 | 91.45 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 101 | 0.30 | 0 | 0.48 | 0.24 | 98.06 | 0.43 | 0.58 |
| Hex | 87 | C2 | 65 | 1E | 0 | 30 | 18 | 62 | 2B | 3A |
| Octal | 207 | 302 | 145 | 36 | 0 | 60 | 30 | 142 | 53 | 72 |
| Binary | 10000111 | 11000010 | 1100101 | 11110 | 0 | 110000 | 11000 | 1100010 | 101011 | 111010 |
Color Harmonies of #87C265
Complementary color
Monochromatic Colors of #87C265
Black with #87C265
Text Example
Text Example
White with #87C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C265; }
p { color: rgb(135,194,101); }
H1.HeaderClassName
{
color: #87C265;
}
.AnyTagClassName
{
color: #87C265;
}
</style>
background-color css
<style>
a { background-color: #87C265; }
a { background-color: rgb(135,194,101); }
div.DivClassName
{
background-color: #87C265;
}
.BgClassName
{
background-color: #87C265;
}
</style>
border-color css
<style>
span { border-color: #87C265; }
span { border-color: rgb(135,194,101); }
td.TdClassName
{
border-color: #87C265;
}
.TagClassName
{
border-color: #87C265;
}
</style>