Shades of Mantis #84C549
Tints of Mantis #84C549
RGB
CMYK
RGB Variations
Color information
#84C549 (or 0x84C549) is known color: Mantis. HEX triplet: 84, C5 and 49. RGB value is (132,197,73). Sum of RGB (Red+Green+Blue) = 132+197+73=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #84C549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C549 is #7B3AB6. Grayscale: #A3A3A3. Windows color (decimal): -8075959 or 4834692. OLE color: 4834692.
HSL color Cylindrical-coordinate representation of color #84C549: hue angle of 91.45º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84C549 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 73 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.23 |
| HSL | 91.45º | 0.52% | 0.53% | - |
| HSV(B) | 91.45º | 0.63% | 0.77% | - |
| XYZ | 30.68 | 45.32 | 13.43 | - |
| YUV | 163.43 | 76.97 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 73 | 0.33 | 0 | 0.63 | 0.23 | 91.45 | 0.52 | 0.53 |
| Hex | 84 | C5 | 49 | 21 | 0 | 3F | 17 | 5B | 34 | 35 |
| Octal | 204 | 305 | 111 | 41 | 0 | 77 | 27 | 133 | 64 | 65 |
| Binary | 10000100 | 11000101 | 1001001 | 100001 | 0 | 111111 | 10111 | 1011011 | 110100 | 110101 |
Color Harmonies of #84C549
Complementary color
Monochromatic Colors of #84C549
Black with #84C549
Text Example
Text Example
White with #84C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C549; }
p { color: rgb(132,197,73); }
H1.HeaderClassName
{
color: #84C549;
}
.AnyTagClassName
{
color: #84C549;
}
</style>
background-color css
<style>
a { background-color: #84C549; }
a { background-color: rgb(132,197,73); }
div.DivClassName
{
background-color: #84C549;
}
.BgClassName
{
background-color: #84C549;
}
</style>
border-color css
<style>
span { border-color: #84C549; }
span { border-color: rgb(132,197,73); }
td.TdClassName
{
border-color: #84C549;
}
.TagClassName
{
border-color: #84C549;
}
</style>