Shades of Mantis #84C256
Tints of Mantis #84C256
RGB
CMYK
RGB Variations
Color information
#84C256 (or 0x84C256) is known color: Mantis. HEX triplet: 84, C2 and 56. RGB value is (132,194,86). Sum of RGB (Red+Green+Blue) = 132+194+86=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #84C256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C256 is #7B3DA9. Grayscale: #A3A3A3. Windows color (decimal): -8076714 or 5685892. OLE color: 5685892.
HSL color Cylindrical-coordinate representation of color #84C256: hue angle of 94.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84C256 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 86 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.24 |
| HSL | 94.44º | 0.47% | 0.55% | - |
| HSV(B) | 94.44º | 0.56% | 0.76% | - |
| XYZ | 30.49 | 44.16 | 15.72 | - |
| YUV | 163.15 | 84.46 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 86 | 0.32 | 0 | 0.56 | 0.24 | 94.44 | 0.47 | 0.55 |
| Hex | 84 | C2 | 56 | 20 | 0 | 38 | 18 | 5E | 2F | 37 |
| Octal | 204 | 302 | 126 | 40 | 0 | 70 | 30 | 136 | 57 | 67 |
| Binary | 10000100 | 11000010 | 1010110 | 100000 | 0 | 111000 | 11000 | 1011110 | 101111 | 110111 |
Color Harmonies of #84C256
Complementary color
Monochromatic Colors of #84C256
Black with #84C256
Text Example
Text Example
White with #84C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C256; }
p { color: rgb(132,194,86); }
H1.HeaderClassName
{
color: #84C256;
}
.AnyTagClassName
{
color: #84C256;
}
</style>
background-color css
<style>
a { background-color: #84C256; }
a { background-color: rgb(132,194,86); }
div.DivClassName
{
background-color: #84C256;
}
.BgClassName
{
background-color: #84C256;
}
</style>
border-color css
<style>
span { border-color: #84C256; }
span { border-color: rgb(132,194,86); }
td.TdClassName
{
border-color: #84C256;
}
.TagClassName
{
border-color: #84C256;
}
</style>