Shades of Mantis #84C360
Tints of Mantis #84C360
RGB
CMYK
RGB Variations
Color information
#84C360 (or 0x84C360) is known color: Mantis. HEX triplet: 84, C3 and 60. RGB value is (132,195,96). Sum of RGB (Red+Green+Blue) = 132+195+96=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #84C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C360 is #7B3C9F. Grayscale: #A5A5A5. Windows color (decimal): -8076448 or 6341508. OLE color: 6341508.
HSL color Cylindrical-coordinate representation of color #84C360: hue angle of 98.18º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84C360 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 96 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.24 |
| HSL | 98.18º | 0.45% | 0.57% | - |
| HSV(B) | 98.18º | 0.51% | 0.76% | - |
| XYZ | 31.14 | 44.78 | 18.07 | - |
| YUV | 164.88 | 89.13 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 96 | 0.32 | 0 | 0.51 | 0.24 | 98.18 | 0.45 | 0.57 |
| Hex | 84 | C3 | 60 | 20 | 0 | 33 | 18 | 62 | 2D | 39 |
| Octal | 204 | 303 | 140 | 40 | 0 | 63 | 30 | 142 | 55 | 71 |
| Binary | 10000100 | 11000011 | 1100000 | 100000 | 0 | 110011 | 11000 | 1100010 | 101101 | 111001 |
Color Harmonies of #84C360
Complementary color
Monochromatic Colors of #84C360
Black with #84C360
Text Example
Text Example
White with #84C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C360; }
p { color: rgb(132,195,96); }
H1.HeaderClassName
{
color: #84C360;
}
.AnyTagClassName
{
color: #84C360;
}
</style>
background-color css
<style>
a { background-color: #84C360; }
a { background-color: rgb(132,195,96); }
div.DivClassName
{
background-color: #84C360;
}
.BgClassName
{
background-color: #84C360;
}
</style>
border-color css
<style>
span { border-color: #84C360; }
span { border-color: rgb(132,195,96); }
td.TdClassName
{
border-color: #84C360;
}
.TagClassName
{
border-color: #84C360;
}
</style>