Shades of Mantis #84C043
Tints of Mantis #84C043
RGB
CMYK
RGB Variations
Color information
#84C043 (or 0x84C043) is known color: Mantis. HEX triplet: 84, C0 and 43. RGB value is (132,192,67). Sum of RGB (Red+Green+Blue) = 132+192+67=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #84C043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C043 is #7B3FBC. Grayscale: #A0A0A0. Windows color (decimal): -8077245 or 4440196. OLE color: 4440196.
HSL color Cylindrical-coordinate representation of color #84C043: hue angle of 88.8º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84C043 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 67 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.25 |
| HSL | 88.8º | 0.5% | 0.51% | - |
| HSV(B) | 88.8º | 0.65% | 0.75% | - |
| XYZ | 29.38 | 43.01 | 12.06 | - |
| YUV | 159.81 | 75.62 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 67 | 0.31 | 0 | 0.65 | 0.25 | 88.8 | 0.5 | 0.51 |
| Hex | 84 | C0 | 43 | 1F | 0 | 41 | 19 | 59 | 32 | 33 |
| Octal | 204 | 300 | 103 | 37 | 0 | 101 | 31 | 131 | 62 | 63 |
| Binary | 10000100 | 11000000 | 1000011 | 11111 | 0 | 1000001 | 11001 | 1011001 | 110010 | 110011 |
Color Harmonies of #84C043
Complementary color
Monochromatic Colors of #84C043
Black with #84C043
Text Example
Text Example
White with #84C043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C043; }
p { color: rgb(132,192,67); }
H1.HeaderClassName
{
color: #84C043;
}
.AnyTagClassName
{
color: #84C043;
}
</style>
background-color css
<style>
a { background-color: #84C043; }
a { background-color: rgb(132,192,67); }
div.DivClassName
{
background-color: #84C043;
}
.BgClassName
{
background-color: #84C043;
}
</style>
border-color css
<style>
span { border-color: #84C043; }
span { border-color: rgb(132,192,67); }
td.TdClassName
{
border-color: #84C043;
}
.TagClassName
{
border-color: #84C043;
}
</style>