Shades of Mantis #84D556
Tints of Mantis #84D556
RGB
CMYK
RGB Variations
Color information
#84D556 (or 0x84D556) is known color: Mantis. HEX triplet: 84, D5 and 56. RGB value is (132,213,86). Sum of RGB (Red+Green+Blue) = 132+213+86=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #84D556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D556 is #7B2AA9. Grayscale: #AEAEAE. Windows color (decimal): -8071850 or 5690756. OLE color: 5690756.
HSL color Cylindrical-coordinate representation of color #84D556: hue angle of 98.27º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84D556 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 86 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.16 |
| HSL | 98.27º | 0.6% | 0.59% | - |
| HSV(B) | 98.27º | 0.6% | 0.84% | - |
| XYZ | 34.99 | 53.17 | 17.22 | - |
| YUV | 174.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 86 | 0.38 | 0 | 0.60 | 0.16 | 98.27 | 0.6 | 0.59 |
| Hex | 84 | D5 | 56 | 26 | 0 | 3C | 10 | 62 | 3C | 3B |
| Octal | 204 | 325 | 126 | 46 | 0 | 74 | 20 | 142 | 74 | 73 |
| Binary | 10000100 | 11010101 | 1010110 | 100110 | 0 | 111100 | 10000 | 1100010 | 111100 | 111011 |
Color Harmonies of #84D556
Complementary color
Monochromatic Colors of #84D556
Black with #84D556
Text Example
Text Example
White with #84D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D556; }
p { color: rgb(132,213,86); }
H1.HeaderClassName
{
color: #84D556;
}
.AnyTagClassName
{
color: #84D556;
}
</style>
background-color css
<style>
a { background-color: #84D556; }
a { background-color: rgb(132,213,86); }
div.DivClassName
{
background-color: #84D556;
}
.BgClassName
{
background-color: #84D556;
}
</style>
border-color css
<style>
span { border-color: #84D556; }
span { border-color: rgb(132,213,86); }
td.TdClassName
{
border-color: #84D556;
}
.TagClassName
{
border-color: #84D556;
}
</style>