Shades of Mantis #84D65D
Tints of Mantis #84D65D
RGB
CMYK
RGB Variations
Color information
#84D65D (or 0x84D65D) is known color: Mantis. HEX triplet: 84, D6 and 5D. RGB value is (132,214,93). Sum of RGB (Red+Green+Blue) = 132+214+93=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #84D65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D65D is #7B29A2. Grayscale: #B0B0B0. Windows color (decimal): -8071587 or 6149764. OLE color: 6149764.
HSL color Cylindrical-coordinate representation of color #84D65D: hue angle of 100.66º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84D65D is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 93 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.16 |
| HSL | 100.66º | 0.6% | 0.6% | - |
| HSV(B) | 100.66º | 0.57% | 0.84% | - |
| XYZ | 35.54 | 53.79 | 18.87 | - |
| YUV | 175.69 | 81.33 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 93 | 0.38 | 0 | 0.57 | 0.16 | 100.66 | 0.6 | 0.6 |
| Hex | 84 | D6 | 5D | 26 | 0 | 39 | 10 | 65 | 3C | 3C |
| Octal | 204 | 326 | 135 | 46 | 0 | 71 | 20 | 145 | 74 | 74 |
| Binary | 10000100 | 11010110 | 1011101 | 100110 | 0 | 111001 | 10000 | 1100101 | 111100 | 111100 |
Color Harmonies of #84D65D
Complementary color
Monochromatic Colors of #84D65D
Black with #84D65D
Text Example
Text Example
White with #84D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D65D; }
p { color: rgb(132,214,93); }
H1.HeaderClassName
{
color: #84D65D;
}
.AnyTagClassName
{
color: #84D65D;
}
</style>
background-color css
<style>
a { background-color: #84D65D; }
a { background-color: rgb(132,214,93); }
div.DivClassName
{
background-color: #84D65D;
}
.BgClassName
{
background-color: #84D65D;
}
</style>
border-color css
<style>
span { border-color: #84D65D; }
span { border-color: rgb(132,214,93); }
td.TdClassName
{
border-color: #84D65D;
}
.TagClassName
{
border-color: #84D65D;
}
</style>