Shades of Mantis #84C870
Tints of Mantis #84C870
RGB
CMYK
RGB Variations
Color information
#84C870 (or 0x84C870) is known color: Mantis. HEX triplet: 84, C8 and 70. RGB value is (132,200,112). Sum of RGB (Red+Green+Blue) = 132+200+112=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #84C870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C870 is #7B378F. Grayscale: #A9A9A9. Windows color (decimal): -8075152 or 7391364. OLE color: 7391364.
HSL color Cylindrical-coordinate representation of color #84C870: hue angle of 106.36º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84C870 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 112 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.22 |
| HSL | 106.36º | 0.44% | 0.61% | - |
| HSV(B) | 106.36º | 0.44% | 0.78% | - |
| XYZ | 33.09 | 47.38 | 22.73 | - |
| YUV | 169.64 | 95.47 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 112 | 0.34 | 0 | 0.44 | 0.22 | 106.36 | 0.44 | 0.61 |
| Hex | 84 | C8 | 70 | 22 | 0 | 2C | 16 | 6A | 2C | 3D |
| Octal | 204 | 310 | 160 | 42 | 0 | 54 | 26 | 152 | 54 | 75 |
| Binary | 10000100 | 11001000 | 1110000 | 100010 | 0 | 101100 | 10110 | 1101010 | 101100 | 111101 |
Color Harmonies of #84C870
Complementary color
Monochromatic Colors of #84C870
Black with #84C870
Text Example
Text Example
White with #84C870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C870; }
p { color: rgb(132,200,112); }
H1.HeaderClassName
{
color: #84C870;
}
.AnyTagClassName
{
color: #84C870;
}
</style>
background-color css
<style>
a { background-color: #84C870; }
a { background-color: rgb(132,200,112); }
div.DivClassName
{
background-color: #84C870;
}
.BgClassName
{
background-color: #84C870;
}
</style>
border-color css
<style>
span { border-color: #84C870; }
span { border-color: rgb(132,200,112); }
td.TdClassName
{
border-color: #84C870;
}
.TagClassName
{
border-color: #84C870;
}
</style>