Shades of Mantis #84C46E
Tints of Mantis #84C46E
RGB
CMYK
RGB Variations
Color information
#84C46E (or 0x84C46E) is known color: Mantis. HEX triplet: 84, C4 and 6E. RGB value is (132,196,110). Sum of RGB (Red+Green+Blue) = 132+196+110=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #84C46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C46E is #7B3B91. Grayscale: #A7A7A7. Windows color (decimal): -8076178 or 7259268. OLE color: 7259268.
HSL color Cylindrical-coordinate representation of color #84C46E: hue angle of 104.65º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84C46E is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 110 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.23 |
| HSL | 104.65º | 0.42% | 0.6% | - |
| HSV(B) | 104.65º | 0.44% | 0.77% | - |
| XYZ | 32.07 | 45.51 | 21.85 | - |
| YUV | 167.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 110 | 0.33 | 0 | 0.44 | 0.23 | 104.65 | 0.42 | 0.6 |
| Hex | 84 | C4 | 6E | 21 | 0 | 2C | 17 | 69 | 2A | 3C |
| Octal | 204 | 304 | 156 | 41 | 0 | 54 | 27 | 151 | 52 | 74 |
| Binary | 10000100 | 11000100 | 1101110 | 100001 | 0 | 101100 | 10111 | 1101001 | 101010 | 111100 |
Color Harmonies of #84C46E
Complementary color
Monochromatic Colors of #84C46E
Black with #84C46E
Text Example
Text Example
White with #84C46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C46E; }
p { color: rgb(132,196,110); }
H1.HeaderClassName
{
color: #84C46E;
}
.AnyTagClassName
{
color: #84C46E;
}
</style>
background-color css
<style>
a { background-color: #84C46E; }
a { background-color: rgb(132,196,110); }
div.DivClassName
{
background-color: #84C46E;
}
.BgClassName
{
background-color: #84C46E;
}
</style>
border-color css
<style>
span { border-color: #84C46E; }
span { border-color: rgb(132,196,110); }
td.TdClassName
{
border-color: #84C46E;
}
.TagClassName
{
border-color: #84C46E;
}
</style>