Shades of Mantis #84C048
Tints of Mantis #84C048
RGB
CMYK
RGB Variations
Color information
#84C048 (or 0x84C048) is known color: Mantis. HEX triplet: 84, C0 and 48. RGB value is (132,192,72). Sum of RGB (Red+Green+Blue) = 132+192+72=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #84C048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C048 is #7B3FB7. Grayscale: #A0A0A0. Windows color (decimal): -8077240 or 4767876. OLE color: 4767876.
HSL color Cylindrical-coordinate representation of color #84C048: hue angle of 90º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84C048 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 72 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.25 |
| HSL | 90º | 0.49% | 0.52% | - |
| HSV(B) | 90º | 0.63% | 0.75% | - |
| XYZ | 29.54 | 43.07 | 12.89 | - |
| YUV | 160.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 72 | 0.31 | 0 | 0.63 | 0.25 | 90 | 0.49 | 0.52 |
| Hex | 84 | C0 | 48 | 1F | 0 | 3F | 19 | 5A | 31 | 34 |
| Octal | 204 | 300 | 110 | 37 | 0 | 77 | 31 | 132 | 61 | 64 |
| Binary | 10000100 | 11000000 | 1001000 | 11111 | 0 | 111111 | 11001 | 1011010 | 110001 | 110100 |
Color Harmonies of #84C048
Complementary color
Monochromatic Colors of #84C048
Black with #84C048
Text Example
Text Example
White with #84C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C048; }
p { color: rgb(132,192,72); }
H1.HeaderClassName
{
color: #84C048;
}
.AnyTagClassName
{
color: #84C048;
}
</style>
background-color css
<style>
a { background-color: #84C048; }
a { background-color: rgb(132,192,72); }
div.DivClassName
{
background-color: #84C048;
}
.BgClassName
{
background-color: #84C048;
}
</style>
border-color css
<style>
span { border-color: #84C048; }
span { border-color: rgb(132,192,72); }
td.TdClassName
{
border-color: #84C048;
}
.TagClassName
{
border-color: #84C048;
}
</style>