Shades of Mantis #84C16D
Tints of Mantis #84C16D
RGB
CMYK
RGB Variations
Color information
#84C16D (or 0x84C16D) is known color: Mantis. HEX triplet: 84, C1 and 6D. RGB value is (132,193,109). Sum of RGB (Red+Green+Blue) = 132+193+109=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #84C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C16D is #7B3E92. Grayscale: #A5A5A5. Windows color (decimal): -8076947 or 7192964. OLE color: 7192964.
HSL color Cylindrical-coordinate representation of color #84C16D: hue angle of 103.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84C16D is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 109 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.24 |
| HSL | 103.57º | 0.4% | 0.59% | - |
| HSV(B) | 103.57º | 0.44% | 0.76% | - |
| XYZ | 31.35 | 44.15 | 21.34 | - |
| YUV | 165.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 109 | 0.32 | 0 | 0.44 | 0.24 | 103.57 | 0.4 | 0.59 |
| Hex | 84 | C1 | 6D | 20 | 0 | 2C | 18 | 68 | 28 | 3B |
| Octal | 204 | 301 | 155 | 40 | 0 | 54 | 30 | 150 | 50 | 73 |
| Binary | 10000100 | 11000001 | 1101101 | 100000 | 0 | 101100 | 11000 | 1101000 | 101000 | 111011 |
Color Harmonies of #84C16D
Complementary color
Monochromatic Colors of #84C16D
Black with #84C16D
Text Example
Text Example
White with #84C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C16D; }
p { color: rgb(132,193,109); }
H1.HeaderClassName
{
color: #84C16D;
}
.AnyTagClassName
{
color: #84C16D;
}
</style>
background-color css
<style>
a { background-color: #84C16D; }
a { background-color: rgb(132,193,109); }
div.DivClassName
{
background-color: #84C16D;
}
.BgClassName
{
background-color: #84C16D;
}
</style>
border-color css
<style>
span { border-color: #84C16D; }
span { border-color: rgb(132,193,109); }
td.TdClassName
{
border-color: #84C16D;
}
.TagClassName
{
border-color: #84C16D;
}
</style>