Shades of Mantis #84C46F
Tints of Mantis #84C46F
RGB
CMYK
RGB Variations
Color information
#84C46F (or 0x84C46F) is known color: Mantis. HEX triplet: 84, C4 and 6F. RGB value is (132,196,111). Sum of RGB (Red+Green+Blue) = 132+196+111=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #84C46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C46F is #7B3B90. Grayscale: #A7A7A7. Windows color (decimal): -8076177 or 7324804. OLE color: 7324804.
HSL color Cylindrical-coordinate representation of color #84C46F: hue angle of 105.18º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84C46F is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 111 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.23 |
| HSL | 105.18º | 0.42% | 0.6% | - |
| HSV(B) | 105.18º | 0.43% | 0.77% | - |
| XYZ | 32.12 | 45.53 | 22.13 | - |
| YUV | 167.17 | 96.3 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 111 | 0.33 | 0 | 0.43 | 0.23 | 105.18 | 0.42 | 0.6 |
| Hex | 84 | C4 | 6F | 21 | 0 | 2B | 17 | 69 | 2A | 3C |
| Octal | 204 | 304 | 157 | 41 | 0 | 53 | 27 | 151 | 52 | 74 |
| Binary | 10000100 | 11000100 | 1101111 | 100001 | 0 | 101011 | 10111 | 1101001 | 101010 | 111100 |
Color Harmonies of #84C46F
Complementary color
Monochromatic Colors of #84C46F
Black with #84C46F
Text Example
Text Example
White with #84C46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C46F; }
p { color: rgb(132,196,111); }
H1.HeaderClassName
{
color: #84C46F;
}
.AnyTagClassName
{
color: #84C46F;
}
</style>
background-color css
<style>
a { background-color: #84C46F; }
a { background-color: rgb(132,196,111); }
div.DivClassName
{
background-color: #84C46F;
}
.BgClassName
{
background-color: #84C46F;
}
</style>
border-color css
<style>
span { border-color: #84C46F; }
span { border-color: rgb(132,196,111); }
td.TdClassName
{
border-color: #84C46F;
}
.TagClassName
{
border-color: #84C46F;
}
</style>