Shades of Mantis #84C570
Tints of Mantis #84C570
RGB
CMYK
RGB Variations
Color information
#84C570 (or 0x84C570) is known color: Mantis. HEX triplet: 84, C5 and 70. RGB value is (132,197,112). Sum of RGB (Red+Green+Blue) = 132+197+112=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #84C570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C570 is #7B3A8F. Grayscale: #A8A8A8. Windows color (decimal): -8075920 or 7390596. OLE color: 7390596.
HSL color Cylindrical-coordinate representation of color #84C570: hue angle of 105.88º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84C570 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 112 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.23 |
| HSL | 105.88º | 0.42% | 0.61% | - |
| HSV(B) | 105.88º | 0.43% | 0.77% | - |
| XYZ | 32.41 | 46.01 | 22.5 | - |
| YUV | 167.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 112 | 0.33 | 0 | 0.43 | 0.23 | 105.88 | 0.42 | 0.61 |
| Hex | 84 | C5 | 70 | 21 | 0 | 2B | 17 | 6A | 2A | 3D |
| Octal | 204 | 305 | 160 | 41 | 0 | 53 | 27 | 152 | 52 | 75 |
| Binary | 10000100 | 11000101 | 1110000 | 100001 | 0 | 101011 | 10111 | 1101010 | 101010 | 111101 |
Color Harmonies of #84C570
Complementary color
Monochromatic Colors of #84C570
Black with #84C570
Text Example
Text Example
White with #84C570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C570; }
p { color: rgb(132,197,112); }
H1.HeaderClassName
{
color: #84C570;
}
.AnyTagClassName
{
color: #84C570;
}
</style>
background-color css
<style>
a { background-color: #84C570; }
a { background-color: rgb(132,197,112); }
div.DivClassName
{
background-color: #84C570;
}
.BgClassName
{
background-color: #84C570;
}
</style>
border-color css
<style>
span { border-color: #84C570; }
span { border-color: rgb(132,197,112); }
td.TdClassName
{
border-color: #84C570;
}
.TagClassName
{
border-color: #84C570;
}
</style>