Shades of Mantis #84C949
Tints of Mantis #84C949
RGB
CMYK
RGB Variations
Color information
#84C949 (or 0x84C949) is known color: Mantis. HEX triplet: 84, C9 and 49. RGB value is (132,201,73). Sum of RGB (Red+Green+Blue) = 132+201+73=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #84C949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C949 is #7B36B6. Grayscale: #A6A6A6. Windows color (decimal): -8074935 or 4835716. OLE color: 4835716.
HSL color Cylindrical-coordinate representation of color #84C949: hue angle of 92.34º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84C949 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 73 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.21 |
| HSL | 92.34º | 0.54% | 0.54% | - |
| HSV(B) | 92.34º | 0.64% | 0.79% | - |
| XYZ | 31.6 | 47.16 | 13.74 | - |
| YUV | 165.78 | 75.64 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 73 | 0.34 | 0 | 0.64 | 0.21 | 92.34 | 0.54 | 0.54 |
| Hex | 84 | C9 | 49 | 22 | 0 | 40 | 15 | 5C | 36 | 36 |
| Octal | 204 | 311 | 111 | 42 | 0 | 100 | 25 | 134 | 66 | 66 |
| Binary | 10000100 | 11001001 | 1001001 | 100010 | 0 | 1000000 | 10101 | 1011100 | 110110 | 110110 |
Color Harmonies of #84C949
Complementary color
Monochromatic Colors of #84C949
Black with #84C949
Text Example
Text Example
White with #84C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C949; }
p { color: rgb(132,201,73); }
H1.HeaderClassName
{
color: #84C949;
}
.AnyTagClassName
{
color: #84C949;
}
</style>
background-color css
<style>
a { background-color: #84C949; }
a { background-color: rgb(132,201,73); }
div.DivClassName
{
background-color: #84C949;
}
.BgClassName
{
background-color: #84C949;
}
</style>
border-color css
<style>
span { border-color: #84C949; }
span { border-color: rgb(132,201,73); }
td.TdClassName
{
border-color: #84C949;
}
.TagClassName
{
border-color: #84C949;
}
</style>