Shades of Mantis #84C064
Tints of Mantis #84C064
RGB
CMYK
RGB Variations
Color information
#84C064 (or 0x84C064) is known color: Mantis. HEX triplet: 84, C0 and 64. RGB value is (132,192,100). Sum of RGB (Red+Green+Blue) = 132+192+100=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #84C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C064 is #7B3F9B. Grayscale: #A3A3A3. Windows color (decimal): -8077212 or 6602884. OLE color: 6602884.
HSL color Cylindrical-coordinate representation of color #84C064: hue angle of 99.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84C064 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 100 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.25 |
| HSL | 99.13º | 0.42% | 0.57% | - |
| HSV(B) | 99.13º | 0.48% | 0.75% | - |
| XYZ | 30.67 | 43.52 | 18.84 | - |
| YUV | 163.57 | 92.12 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 100 | 0.31 | 0 | 0.48 | 0.25 | 99.13 | 0.42 | 0.57 |
| Hex | 84 | C0 | 64 | 1F | 0 | 30 | 19 | 63 | 2A | 39 |
| Octal | 204 | 300 | 144 | 37 | 0 | 60 | 31 | 143 | 52 | 71 |
| Binary | 10000100 | 11000000 | 1100100 | 11111 | 0 | 110000 | 11001 | 1100011 | 101010 | 111001 |
Color Harmonies of #84C064
Complementary color
Monochromatic Colors of #84C064
Black with #84C064
Text Example
Text Example
White with #84C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C064; }
p { color: rgb(132,192,100); }
H1.HeaderClassName
{
color: #84C064;
}
.AnyTagClassName
{
color: #84C064;
}
</style>
background-color css
<style>
a { background-color: #84C064; }
a { background-color: rgb(132,192,100); }
div.DivClassName
{
background-color: #84C064;
}
.BgClassName
{
background-color: #84C064;
}
</style>
border-color css
<style>
span { border-color: #84C064; }
span { border-color: rgb(132,192,100); }
td.TdClassName
{
border-color: #84C064;
}
.TagClassName
{
border-color: #84C064;
}
</style>