Shades of Mantis #87C872
Tints of Mantis #87C872
RGB
CMYK
RGB Variations
Color information
#87C872 (or 0x87C872) is known color: Mantis. HEX triplet: 87, C8 and 72. RGB value is (135,200,114). Sum of RGB (Red+Green+Blue) = 135+200+114=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #87C872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C872 is #78378D. Grayscale: #ABABAB. Windows color (decimal): -7878542 or 7522439. OLE color: 7522439.
HSL color Cylindrical-coordinate representation of color #87C872: hue angle of 105.35º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87C872 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 200 | 114 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.22 |
| HSL | 105.35º | 0.44% | 0.62% | - |
| HSV(B) | 105.35º | 0.43% | 0.78% | - |
| XYZ | 33.68 | 47.67 | 23.35 | - |
| YUV | 170.76 | 95.97 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 200 | 114 | 0.32 | 0 | 0.43 | 0.22 | 105.35 | 0.44 | 0.62 |
| Hex | 87 | C8 | 72 | 20 | 0 | 2B | 16 | 69 | 2C | 3E |
| Octal | 207 | 310 | 162 | 40 | 0 | 53 | 26 | 151 | 54 | 76 |
| Binary | 10000111 | 11001000 | 1110010 | 100000 | 0 | 101011 | 10110 | 1101001 | 101100 | 111110 |
Color Harmonies of #87C872
Complementary color
Monochromatic Colors of #87C872
Black with #87C872
Text Example
Text Example
White with #87C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C872; }
p { color: rgb(135,200,114); }
H1.HeaderClassName
{
color: #87C872;
}
.AnyTagClassName
{
color: #87C872;
}
</style>
background-color css
<style>
a { background-color: #87C872; }
a { background-color: rgb(135,200,114); }
div.DivClassName
{
background-color: #87C872;
}
.BgClassName
{
background-color: #87C872;
}
</style>
border-color css
<style>
span { border-color: #87C872; }
span { border-color: rgb(135,200,114); }
td.TdClassName
{
border-color: #87C872;
}
.TagClassName
{
border-color: #87C872;
}
</style>