Shades of Mantis #87C045
Tints of Mantis #87C045
RGB
CMYK
RGB Variations
Color information
#87C045 (or 0x87C045) is known color: Mantis. HEX triplet: 87, C0 and 45. RGB value is (135,192,69). Sum of RGB (Red+Green+Blue) = 135+192+69=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #87C045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87C045 is #783FBA. Grayscale: #A1A1A1. Windows color (decimal): -7880635 or 4571271. OLE color: 4571271.
HSL color Cylindrical-coordinate representation of color #87C045: hue angle of 87.8º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87C045 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 69 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.25 |
| HSL | 87.8º | 0.49% | 0.51% | - |
| HSV(B) | 87.8º | 0.64% | 0.75% | - |
| XYZ | 29.92 | 43.28 | 12.41 | - |
| YUV | 160.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 69 | 0.30 | 0 | 0.64 | 0.25 | 87.8 | 0.49 | 0.51 |
| Hex | 87 | C0 | 45 | 1E | 0 | 40 | 19 | 58 | 31 | 33 |
| Octal | 207 | 300 | 105 | 36 | 0 | 100 | 31 | 130 | 61 | 63 |
| Binary | 10000111 | 11000000 | 1000101 | 11110 | 0 | 1000000 | 11001 | 1011000 | 110001 | 110011 |
Color Harmonies of #87C045
Complementary color
Monochromatic Colors of #87C045
Black with #87C045
Text Example
Text Example
White with #87C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C045; }
p { color: rgb(135,192,69); }
H1.HeaderClassName
{
color: #87C045;
}
.AnyTagClassName
{
color: #87C045;
}
</style>
background-color css
<style>
a { background-color: #87C045; }
a { background-color: rgb(135,192,69); }
div.DivClassName
{
background-color: #87C045;
}
.BgClassName
{
background-color: #87C045;
}
</style>
border-color css
<style>
span { border-color: #87C045; }
span { border-color: rgb(135,192,69); }
td.TdClassName
{
border-color: #87C045;
}
.TagClassName
{
border-color: #87C045;
}
</style>