Shades of Mantis #84D756
Tints of Mantis #84D756
RGB
CMYK
RGB Variations
Color information
#84D756 (or 0x84D756) is known color: Mantis. HEX triplet: 84, D7 and 56. RGB value is (132,215,86). Sum of RGB (Red+Green+Blue) = 132+215+86=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #84D756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D756 is #7B28A9. Grayscale: #AFAFAF. Windows color (decimal): -8071338 or 5691268. OLE color: 5691268.
HSL color Cylindrical-coordinate representation of color #84D756: hue angle of 98.6º degrees, saturation: 0.62, 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 #84D756 is Cyan = 0.39, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 86 | - |
| CMYK | 0.39 | 0 | 0.6 | 0.16 |
| HSL | 98.6º | 0.62% | 0.59% | - |
| HSV(B) | 98.6º | 0.6% | 0.84% | - |
| XYZ | 35.5 | 54.18 | 17.39 | - |
| YUV | 175.48 | 77.5 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 86 | 0.39 | 0 | 0.6 | 0.16 | 98.6 | 0.62 | 0.59 |
| Hex | 84 | D7 | 56 | 27 | 0 | 3C | 10 | 63 | 3E | 3B |
| Octal | 204 | 327 | 126 | 47 | 0 | 74 | 20 | 143 | 76 | 73 |
| Binary | 10000100 | 11010111 | 1010110 | 100111 | 0 | 111100 | 10000 | 1100011 | 111110 | 111011 |
Color Harmonies of #84D756
Complementary color
Monochromatic Colors of #84D756
Black with #84D756
Text Example
Text Example
White with #84D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D756; }
p { color: rgb(132,215,86); }
H1.HeaderClassName
{
color: #84D756;
}
.AnyTagClassName
{
color: #84D756;
}
</style>
background-color css
<style>
a { background-color: #84D756; }
a { background-color: rgb(132,215,86); }
div.DivClassName
{
background-color: #84D756;
}
.BgClassName
{
background-color: #84D756;
}
</style>
border-color css
<style>
span { border-color: #84D756; }
span { border-color: rgb(132,215,86); }
td.TdClassName
{
border-color: #84D756;
}
.TagClassName
{
border-color: #84D756;
}
</style>