Shades of Mantis #84C44C
Tints of Mantis #84C44C
RGB
CMYK
RGB Variations
Color information
#84C44C (or 0x84C44C) is known color: Mantis. HEX triplet: 84, C4 and 4C. RGB value is (132,196,76). Sum of RGB (Red+Green+Blue) = 132+196+76=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #84C44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C44C is #7B3BB3. Grayscale: #A3A3A3. Windows color (decimal): -8076212 or 5031044. OLE color: 5031044.
HSL color Cylindrical-coordinate representation of color #84C44C: hue angle of 92º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84C44C is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 76 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.23 |
| HSL | 92º | 0.5% | 0.53% | - |
| HSV(B) | 92º | 0.61% | 0.77% | - |
| XYZ | 30.56 | 44.91 | 13.89 | - |
| YUV | 163.18 | 78.8 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 76 | 0.33 | 0 | 0.61 | 0.23 | 92 | 0.5 | 0.53 |
| Hex | 84 | C4 | 4C | 21 | 0 | 3D | 17 | 5C | 32 | 35 |
| Octal | 204 | 304 | 114 | 41 | 0 | 75 | 27 | 134 | 62 | 65 |
| Binary | 10000100 | 11000100 | 1001100 | 100001 | 0 | 111101 | 10111 | 1011100 | 110010 | 110101 |
Color Harmonies of #84C44C
Complementary color
Monochromatic Colors of #84C44C
Black with #84C44C
Text Example
Text Example
White with #84C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C44C; }
p { color: rgb(132,196,76); }
H1.HeaderClassName
{
color: #84C44C;
}
.AnyTagClassName
{
color: #84C44C;
}
</style>
background-color css
<style>
a { background-color: #84C44C; }
a { background-color: rgb(132,196,76); }
div.DivClassName
{
background-color: #84C44C;
}
.BgClassName
{
background-color: #84C44C;
}
</style>
border-color css
<style>
span { border-color: #84C44C; }
span { border-color: rgb(132,196,76); }
td.TdClassName
{
border-color: #84C44C;
}
.TagClassName
{
border-color: #84C44C;
}
</style>