Shades of Mantis #87C052
Tints of Mantis #87C052
RGB
CMYK
RGB Variations
Color information
#87C052 (or 0x87C052) is known color: Mantis. HEX triplet: 87, C0 and 52. RGB value is (135,192,82). Sum of RGB (Red+Green+Blue) = 135+192+82=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #87C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C052 is #783FAD. Grayscale: #A2A2A2. Windows color (decimal): -7880622 or 5423239. OLE color: 5423239.
HSL color Cylindrical-coordinate representation of color #87C052: hue angle of 91.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #87C052 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 82 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.25 |
| HSL | 91.09º | 0.47% | 0.54% | - |
| HSV(B) | 91.09º | 0.57% | 0.75% | - |
| XYZ | 30.36 | 43.46 | 14.77 | - |
| YUV | 162.42 | 82.62 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 82 | 0.30 | 0 | 0.57 | 0.25 | 91.09 | 0.47 | 0.54 |
| Hex | 87 | C0 | 52 | 1E | 0 | 39 | 19 | 5B | 2F | 36 |
| Octal | 207 | 300 | 122 | 36 | 0 | 71 | 31 | 133 | 57 | 66 |
| Binary | 10000111 | 11000000 | 1010010 | 11110 | 0 | 111001 | 11001 | 1011011 | 101111 | 110110 |
Color Harmonies of #87C052
Complementary color
Monochromatic Colors of #87C052
Black with #87C052
Text Example
Text Example
White with #87C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C052; }
p { color: rgb(135,192,82); }
H1.HeaderClassName
{
color: #87C052;
}
.AnyTagClassName
{
color: #87C052;
}
</style>
background-color css
<style>
a { background-color: #87C052; }
a { background-color: rgb(135,192,82); }
div.DivClassName
{
background-color: #87C052;
}
.BgClassName
{
background-color: #87C052;
}
</style>
border-color css
<style>
span { border-color: #87C052; }
span { border-color: rgb(135,192,82); }
td.TdClassName
{
border-color: #87C052;
}
.TagClassName
{
border-color: #87C052;
}
</style>