Shades of Mantis #84C573
Tints of Mantis #84C573
RGB
CMYK
RGB Variations
Color information
#84C573 (or 0x84C573) is known color: Mantis. HEX triplet: 84, C5 and 73. RGB value is (132,197,115). Sum of RGB (Red+Green+Blue) = 132+197+115=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #84C573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C573 is #7B3A8C. Grayscale: #A8A8A8. Windows color (decimal): -8075917 or 7587204. OLE color: 7587204.
HSL color Cylindrical-coordinate representation of color #84C573: hue angle of 107.56º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84C573 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 115 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.23 |
| HSL | 107.56º | 0.41% | 0.61% | - |
| HSV(B) | 107.56º | 0.42% | 0.77% | - |
| XYZ | 32.58 | 46.08 | 23.4 | - |
| YUV | 168.22 | 97.97 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 115 | 0.33 | 0 | 0.42 | 0.23 | 107.56 | 0.41 | 0.61 |
| Hex | 84 | C5 | 73 | 21 | 0 | 2A | 17 | 6C | 29 | 3D |
| Octal | 204 | 305 | 163 | 41 | 0 | 52 | 27 | 154 | 51 | 75 |
| Binary | 10000100 | 11000101 | 1110011 | 100001 | 0 | 101010 | 10111 | 1101100 | 101001 | 111101 |
Color Harmonies of #84C573
Complementary color
Monochromatic Colors of #84C573
Black with #84C573
Text Example
Text Example
White with #84C573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C573; }
p { color: rgb(132,197,115); }
H1.HeaderClassName
{
color: #84C573;
}
.AnyTagClassName
{
color: #84C573;
}
</style>
background-color css
<style>
a { background-color: #84C573; }
a { background-color: rgb(132,197,115); }
div.DivClassName
{
background-color: #84C573;
}
.BgClassName
{
background-color: #84C573;
}
</style>
border-color css
<style>
span { border-color: #84C573; }
span { border-color: rgb(132,197,115); }
td.TdClassName
{
border-color: #84C573;
}
.TagClassName
{
border-color: #84C573;
}
</style>