Shades of Mantis #84C556
Tints of Mantis #84C556
RGB
CMYK
RGB Variations
Color information
#84C556 (or 0x84C556) is known color: Mantis. HEX triplet: 84, C5 and 56. RGB value is (132,197,86). Sum of RGB (Red+Green+Blue) = 132+197+86=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #84C556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C556 is #7B3AA9. Grayscale: #A5A5A5. Windows color (decimal): -8075946 or 5686660. OLE color: 5686660.
HSL color Cylindrical-coordinate representation of color #84C556: hue angle of 95.14º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84C556 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 86 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.23 |
| HSL | 95.14º | 0.49% | 0.55% | - |
| HSV(B) | 95.14º | 0.56% | 0.77% | - |
| XYZ | 31.16 | 45.51 | 15.95 | - |
| YUV | 164.91 | 83.47 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 86 | 0.33 | 0 | 0.56 | 0.23 | 95.14 | 0.49 | 0.55 |
| Hex | 84 | C5 | 56 | 21 | 0 | 38 | 17 | 5F | 31 | 37 |
| Octal | 204 | 305 | 126 | 41 | 0 | 70 | 27 | 137 | 61 | 67 |
| Binary | 10000100 | 11000101 | 1010110 | 100001 | 0 | 111000 | 10111 | 1011111 | 110001 | 110111 |
Color Harmonies of #84C556
Complementary color
Monochromatic Colors of #84C556
Black with #84C556
Text Example
Text Example
White with #84C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C556; }
p { color: rgb(132,197,86); }
H1.HeaderClassName
{
color: #84C556;
}
.AnyTagClassName
{
color: #84C556;
}
</style>
background-color css
<style>
a { background-color: #84C556; }
a { background-color: rgb(132,197,86); }
div.DivClassName
{
background-color: #84C556;
}
.BgClassName
{
background-color: #84C556;
}
</style>
border-color css
<style>
span { border-color: #84C556; }
span { border-color: rgb(132,197,86); }
td.TdClassName
{
border-color: #84C556;
}
.TagClassName
{
border-color: #84C556;
}
</style>