Shades of Mantis #84C553
Tints of Mantis #84C553
RGB
CMYK
RGB Variations
Color information
#84C553 (or 0x84C553) is known color: Mantis. HEX triplet: 84, C5 and 53. RGB value is (132,197,83). Sum of RGB (Red+Green+Blue) = 132+197+83=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #84C553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C553 is #7B3AAC. Grayscale: #A4A4A4. Windows color (decimal): -8075949 or 5490052. OLE color: 5490052.
HSL color Cylindrical-coordinate representation of color #84C553: hue angle of 94.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84C553 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 83 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.23 |
| HSL | 94.21º | 0.5% | 0.55% | - |
| HSV(B) | 94.21º | 0.58% | 0.77% | - |
| XYZ | 31.04 | 45.46 | 15.32 | - |
| YUV | 164.57 | 81.97 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 83 | 0.33 | 0 | 0.58 | 0.23 | 94.21 | 0.5 | 0.55 |
| Hex | 84 | C5 | 53 | 21 | 0 | 3A | 17 | 5E | 32 | 37 |
| Octal | 204 | 305 | 123 | 41 | 0 | 72 | 27 | 136 | 62 | 67 |
| Binary | 10000100 | 11000101 | 1010011 | 100001 | 0 | 111010 | 10111 | 1011110 | 110010 | 110111 |
Color Harmonies of #84C553
Complementary color
Monochromatic Colors of #84C553
Black with #84C553
Text Example
Text Example
White with #84C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C553; }
p { color: rgb(132,197,83); }
H1.HeaderClassName
{
color: #84C553;
}
.AnyTagClassName
{
color: #84C553;
}
</style>
background-color css
<style>
a { background-color: #84C553; }
a { background-color: rgb(132,197,83); }
div.DivClassName
{
background-color: #84C553;
}
.BgClassName
{
background-color: #84C553;
}
</style>
border-color css
<style>
span { border-color: #84C553; }
span { border-color: rgb(132,197,83); }
td.TdClassName
{
border-color: #84C553;
}
.TagClassName
{
border-color: #84C553;
}
</style>