Shades of Mantis #84C56A
Tints of Mantis #84C56A
RGB
CMYK
RGB Variations
Color information
#84C56A (or 0x84C56A) is known color: Mantis. HEX triplet: 84, C5 and 6A. RGB value is (132,197,106). Sum of RGB (Red+Green+Blue) = 132+197+106=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #84C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C56A is #7B3A95. Grayscale: #A7A7A7. Windows color (decimal): -8075926 or 6997380. OLE color: 6997380.
HSL color Cylindrical-coordinate representation of color #84C56A: hue angle of 102.86º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84C56A is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 106 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.23 |
| HSL | 102.86º | 0.44% | 0.59% | - |
| HSV(B) | 102.86º | 0.46% | 0.77% | - |
| XYZ | 32.08 | 45.88 | 20.8 | - |
| YUV | 167.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 106 | 0.33 | 0 | 0.46 | 0.23 | 102.86 | 0.44 | 0.59 |
| Hex | 84 | C5 | 6A | 21 | 0 | 2E | 17 | 67 | 2C | 3B |
| Octal | 204 | 305 | 152 | 41 | 0 | 56 | 27 | 147 | 54 | 73 |
| Binary | 10000100 | 11000101 | 1101010 | 100001 | 0 | 101110 | 10111 | 1100111 | 101100 | 111011 |
Color Harmonies of #84C56A
Complementary color
Monochromatic Colors of #84C56A
Black with #84C56A
Text Example
Text Example
White with #84C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C56A; }
p { color: rgb(132,197,106); }
H1.HeaderClassName
{
color: #84C56A;
}
.AnyTagClassName
{
color: #84C56A;
}
</style>
background-color css
<style>
a { background-color: #84C56A; }
a { background-color: rgb(132,197,106); }
div.DivClassName
{
background-color: #84C56A;
}
.BgClassName
{
background-color: #84C56A;
}
</style>
border-color css
<style>
span { border-color: #84C56A; }
span { border-color: rgb(132,197,106); }
td.TdClassName
{
border-color: #84C56A;
}
.TagClassName
{
border-color: #84C56A;
}
</style>