Shades of Mantis #84C249
Tints of Mantis #84C249
RGB
CMYK
RGB Variations
Color information
#84C249 (or 0x84C249) is known color: Mantis. HEX triplet: 84, C2 and 49. RGB value is (132,194,73). Sum of RGB (Red+Green+Blue) = 132+194+73=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #84C249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C249 is #7B3DB6. Grayscale: #A2A2A2. Windows color (decimal): -8076727 or 4833924. OLE color: 4833924.
HSL color Cylindrical-coordinate representation of color #84C249: hue angle of 90.74º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84C249 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 73 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.24 |
| HSL | 90.74º | 0.5% | 0.52% | - |
| HSV(B) | 90.74º | 0.62% | 0.76% | - |
| XYZ | 30.01 | 43.97 | 13.21 | - |
| YUV | 161.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 73 | 0.32 | 0 | 0.62 | 0.24 | 90.74 | 0.5 | 0.52 |
| Hex | 84 | C2 | 49 | 20 | 0 | 3E | 18 | 5B | 32 | 34 |
| Octal | 204 | 302 | 111 | 40 | 0 | 76 | 30 | 133 | 62 | 64 |
| Binary | 10000100 | 11000010 | 1001001 | 100000 | 0 | 111110 | 11000 | 1011011 | 110010 | 110100 |
Color Harmonies of #84C249
Complementary color
Monochromatic Colors of #84C249
Black with #84C249
Text Example
Text Example
White with #84C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C249; }
p { color: rgb(132,194,73); }
H1.HeaderClassName
{
color: #84C249;
}
.AnyTagClassName
{
color: #84C249;
}
</style>
background-color css
<style>
a { background-color: #84C249; }
a { background-color: rgb(132,194,73); }
div.DivClassName
{
background-color: #84C249;
}
.BgClassName
{
background-color: #84C249;
}
</style>
border-color css
<style>
span { border-color: #84C249; }
span { border-color: rgb(132,194,73); }
td.TdClassName
{
border-color: #84C249;
}
.TagClassName
{
border-color: #84C249;
}
</style>