Shades of Mantis #84C156
Tints of Mantis #84C156
RGB
CMYK
RGB Variations
Color information
#84C156 (or 0x84C156) is known color: Mantis. HEX triplet: 84, C1 and 56. RGB value is (132,193,86). Sum of RGB (Red+Green+Blue) = 132+193+86=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #84C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C156 is #7B3EA9. Grayscale: #A2A2A2. Windows color (decimal): -8076970 or 5685636. OLE color: 5685636.
HSL color Cylindrical-coordinate representation of color #84C156: hue angle of 94.21º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84C156 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 86 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.24 |
| HSL | 94.21º | 0.46% | 0.55% | - |
| HSV(B) | 94.21º | 0.55% | 0.76% | - |
| XYZ | 30.27 | 43.72 | 15.65 | - |
| YUV | 162.56 | 84.79 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 86 | 0.32 | 0 | 0.55 | 0.24 | 94.21 | 0.46 | 0.55 |
| Hex | 84 | C1 | 56 | 20 | 0 | 37 | 18 | 5E | 2E | 37 |
| Octal | 204 | 301 | 126 | 40 | 0 | 67 | 30 | 136 | 56 | 67 |
| Binary | 10000100 | 11000001 | 1010110 | 100000 | 0 | 110111 | 11000 | 1011110 | 101110 | 110111 |
Color Harmonies of #84C156
Complementary color
Monochromatic Colors of #84C156
Black with #84C156
Text Example
Text Example
White with #84C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C156; }
p { color: rgb(132,193,86); }
H1.HeaderClassName
{
color: #84C156;
}
.AnyTagClassName
{
color: #84C156;
}
</style>
background-color css
<style>
a { background-color: #84C156; }
a { background-color: rgb(132,193,86); }
div.DivClassName
{
background-color: #84C156;
}
.BgClassName
{
background-color: #84C156;
}
</style>
border-color css
<style>
span { border-color: #84C156; }
span { border-color: rgb(132,193,86); }
td.TdClassName
{
border-color: #84C156;
}
.TagClassName
{
border-color: #84C156;
}
</style>