Shades of Mantis #84D960
Tints of Mantis #84D960
RGB
CMYK
RGB Variations
Color information
#84D960 (or 0x84D960) is known color: Mantis. HEX triplet: 84, D9 and 60. RGB value is (132,217,96). Sum of RGB (Red+Green+Blue) = 132+217+96=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #84D960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D960 is #7B269F. Grayscale: #B2B2B2. Windows color (decimal): -8070816 or 6347140. OLE color: 6347140.
HSL color Cylindrical-coordinate representation of color #84D960: hue angle of 102.15º 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 #84D960 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 96 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.15 |
| HSL | 102.15º | 0.61% | 0.61% | - |
| HSV(B) | 102.15º | 0.56% | 0.85% | - |
| XYZ | 36.44 | 55.38 | 19.83 | - |
| YUV | 177.79 | 81.84 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 96 | 0.39 | 0 | 0.56 | 0.15 | 102.15 | 0.61 | 0.61 |
| Hex | 84 | D9 | 60 | 27 | 0 | 38 | F | 66 | 3D | 3D |
| Octal | 204 | 331 | 140 | 47 | 0 | 70 | 17 | 146 | 75 | 75 |
| Binary | 10000100 | 11011001 | 1100000 | 100111 | 0 | 111000 | 1111 | 1100110 | 111101 | 111101 |
Color Harmonies of #84D960
Complementary color
Monochromatic Colors of #84D960
Black with #84D960
Text Example
Text Example
White with #84D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D960; }
p { color: rgb(132,217,96); }
H1.HeaderClassName
{
color: #84D960;
}
.AnyTagClassName
{
color: #84D960;
}
</style>
background-color css
<style>
a { background-color: #84D960; }
a { background-color: rgb(132,217,96); }
div.DivClassName
{
background-color: #84D960;
}
.BgClassName
{
background-color: #84D960;
}
</style>
border-color css
<style>
span { border-color: #84D960; }
span { border-color: rgb(132,217,96); }
td.TdClassName
{
border-color: #84D960;
}
.TagClassName
{
border-color: #84D960;
}
</style>