Shades of Mantis #84C372
Tints of Mantis #84C372
RGB
CMYK
RGB Variations
Color information
#84C372 (or 0x84C372) is known color: Mantis. HEX triplet: 84, C3 and 72. RGB value is (132,195,114). Sum of RGB (Red+Green+Blue) = 132+195+114=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #84C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C372 is #7B3C8D. Grayscale: #A7A7A7. Windows color (decimal): -8076430 or 7521156. OLE color: 7521156.
HSL color Cylindrical-coordinate representation of color #84C372: hue angle of 106.67º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84C372 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 114 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.24 |
| HSL | 106.67º | 0.4% | 0.61% | - |
| HSV(B) | 106.67º | 0.42% | 0.76% | - |
| XYZ | 32.07 | 45.15 | 22.94 | - |
| YUV | 166.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 114 | 0.32 | 0 | 0.42 | 0.24 | 106.67 | 0.4 | 0.61 |
| Hex | 84 | C3 | 72 | 20 | 0 | 2A | 18 | 6B | 28 | 3D |
| Octal | 204 | 303 | 162 | 40 | 0 | 52 | 30 | 153 | 50 | 75 |
| Binary | 10000100 | 11000011 | 1110010 | 100000 | 0 | 101010 | 11000 | 1101011 | 101000 | 111101 |
Color Harmonies of #84C372
Complementary color
Monochromatic Colors of #84C372
Black with #84C372
Text Example
Text Example
White with #84C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C372; }
p { color: rgb(132,195,114); }
H1.HeaderClassName
{
color: #84C372;
}
.AnyTagClassName
{
color: #84C372;
}
</style>
background-color css
<style>
a { background-color: #84C372; }
a { background-color: rgb(132,195,114); }
div.DivClassName
{
background-color: #84C372;
}
.BgClassName
{
background-color: #84C372;
}
</style>
border-color css
<style>
span { border-color: #84C372; }
span { border-color: rgb(132,195,114); }
td.TdClassName
{
border-color: #84C372;
}
.TagClassName
{
border-color: #84C372;
}
</style>