Shades of Mantis #84D85D
Tints of Mantis #84D85D
RGB
CMYK
RGB Variations
Color information
#84D85D (or 0x84D85D) is known color: Mantis. HEX triplet: 84, D8 and 5D. RGB value is (132,216,93). Sum of RGB (Red+Green+Blue) = 132+216+93=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #84D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D85D is #7B27A2. Grayscale: #B1B1B1. Windows color (decimal): -8071075 or 6150276. OLE color: 6150276.
HSL color Cylindrical-coordinate representation of color #84D85D: hue angle of 100.98º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84D85D is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 93 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.15 |
| HSL | 100.98º | 0.61% | 0.61% | - |
| HSV(B) | 100.98º | 0.57% | 0.85% | - |
| XYZ | 36.05 | 54.81 | 19.03 | - |
| YUV | 176.86 | 80.67 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 93 | 0.39 | 0 | 0.57 | 0.15 | 100.98 | 0.61 | 0.61 |
| Hex | 84 | D8 | 5D | 27 | 0 | 39 | F | 65 | 3D | 3D |
| Octal | 204 | 330 | 135 | 47 | 0 | 71 | 17 | 145 | 75 | 75 |
| Binary | 10000100 | 11011000 | 1011101 | 100111 | 0 | 111001 | 1111 | 1100101 | 111101 | 111101 |
Color Harmonies of #84D85D
Complementary color
Monochromatic Colors of #84D85D
Black with #84D85D
Text Example
Text Example
White with #84D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D85D; }
p { color: rgb(132,216,93); }
H1.HeaderClassName
{
color: #84D85D;
}
.AnyTagClassName
{
color: #84D85D;
}
</style>
background-color css
<style>
a { background-color: #84D85D; }
a { background-color: rgb(132,216,93); }
div.DivClassName
{
background-color: #84D85D;
}
.BgClassName
{
background-color: #84D85D;
}
</style>
border-color css
<style>
span { border-color: #84D85D; }
span { border-color: rgb(132,216,93); }
td.TdClassName
{
border-color: #84D85D;
}
.TagClassName
{
border-color: #84D85D;
}
</style>