Shades of Mantis #84CC60
Tints of Mantis #84CC60
RGB
CMYK
RGB Variations
Color information
#84CC60 (or 0x84CC60) is known color: Mantis. HEX triplet: 84, CC and 60. RGB value is (132,204,96). Sum of RGB (Red+Green+Blue) = 132+204+96=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CC60 is #7B339F. Grayscale: #AAAAAA. Windows color (decimal): -8074144 or 6343812. OLE color: 6343812.
HSL color Cylindrical-coordinate representation of color #84CC60: hue angle of 100º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84CC60 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 96 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.2 |
| HSL | 100º | 0.51% | 0.59% | - |
| HSV(B) | 100º | 0.53% | 0.8% | - |
| XYZ | 33.22 | 48.94 | 18.76 | - |
| YUV | 170.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 96 | 0.35 | 0 | 0.53 | 0.2 | 100 | 0.51 | 0.59 |
| Hex | 84 | CC | 60 | 23 | 0 | 35 | 14 | 64 | 33 | 3B |
| Octal | 204 | 314 | 140 | 43 | 0 | 65 | 24 | 144 | 63 | 73 |
| Binary | 10000100 | 11001100 | 1100000 | 100011 | 0 | 110101 | 10100 | 1100100 | 110011 | 111011 |
Color Harmonies of #84CC60
Complementary color
Monochromatic Colors of #84CC60
Black with #84CC60
Text Example
Text Example
White with #84CC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CC60; }
p { color: rgb(132,204,96); }
H1.HeaderClassName
{
color: #84CC60;
}
.AnyTagClassName
{
color: #84CC60;
}
</style>
background-color css
<style>
a { background-color: #84CC60; }
a { background-color: rgb(132,204,96); }
div.DivClassName
{
background-color: #84CC60;
}
.BgClassName
{
background-color: #84CC60;
}
</style>
border-color css
<style>
span { border-color: #84CC60; }
span { border-color: rgb(132,204,96); }
td.TdClassName
{
border-color: #84CC60;
}
.TagClassName
{
border-color: #84CC60;
}
</style>