Shades of Mantis #84D860
Tints of Mantis #84D860
RGB
CMYK
RGB Variations
Color information
#84D860 (or 0x84D860) is known color: Mantis. HEX triplet: 84, D8 and 60. RGB value is (132,216,96). Sum of RGB (Red+Green+Blue) = 132+216+96=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #84D860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D860 is #7B279F. Grayscale: #B1B1B1. Windows color (decimal): -8071072 or 6346884. OLE color: 6346884.
HSL color Cylindrical-coordinate representation of color #84D860: hue angle of 102º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84D860 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 96 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.15 |
| HSL | 102º | 0.61% | 0.61% | - |
| HSV(B) | 102º | 0.56% | 0.85% | - |
| XYZ | 36.18 | 54.86 | 19.75 | - |
| YUV | 177.2 | 82.17 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 96 | 0.39 | 0 | 0.56 | 0.15 | 102 | 0.61 | 0.61 |
| Hex | 84 | D8 | 60 | 27 | 0 | 38 | F | 66 | 3D | 3D |
| Octal | 204 | 330 | 140 | 47 | 0 | 70 | 17 | 146 | 75 | 75 |
| Binary | 10000100 | 11011000 | 1100000 | 100111 | 0 | 111000 | 1111 | 1100110 | 111101 | 111101 |
Color Harmonies of #84D860
Complementary color
Monochromatic Colors of #84D860
Black with #84D860
Text Example
Text Example
White with #84D860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D860; }
p { color: rgb(132,216,96); }
H1.HeaderClassName
{
color: #84D860;
}
.AnyTagClassName
{
color: #84D860;
}
</style>
background-color css
<style>
a { background-color: #84D860; }
a { background-color: rgb(132,216,96); }
div.DivClassName
{
background-color: #84D860;
}
.BgClassName
{
background-color: #84D860;
}
</style>
border-color css
<style>
span { border-color: #84D860; }
span { border-color: rgb(132,216,96); }
td.TdClassName
{
border-color: #84D860;
}
.TagClassName
{
border-color: #84D860;
}
</style>