Shades of Mantis #84DC48
Tints of Mantis #84DC48
RGB
CMYK
RGB Variations
Color information
#84DC48 (or 0x84DC48) is known color: Mantis. HEX triplet: 84, DC and 48. RGB value is (132,220,72). Sum of RGB (Red+Green+Blue) = 132+220+72=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DC48 is #7B23B7. Grayscale: #B1B1B1. Windows color (decimal): -8070072 or 4775044. OLE color: 4775044.
HSL color Cylindrical-coordinate representation of color #84DC48: hue angle of 95.68º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84DC48 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 72 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.14 |
| HSL | 95.68º | 0.68% | 0.57% | - |
| HSV(B) | 95.68º | 0.67% | 0.86% | - |
| XYZ | 36.28 | 56.56 | 15.14 | - |
| YUV | 176.82 | 68.85 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 72 | 0.40 | 0 | 0.67 | 0.14 | 95.68 | 0.68 | 0.57 |
| Hex | 84 | DC | 48 | 28 | 0 | 43 | E | 60 | 44 | 39 |
| Octal | 204 | 334 | 110 | 50 | 0 | 103 | 16 | 140 | 104 | 71 |
| Binary | 10000100 | 11011100 | 1001000 | 101000 | 0 | 1000011 | 1110 | 1100000 | 1000100 | 111001 |
Color Harmonies of #84DC48
Complementary color
Monochromatic Colors of #84DC48
Black with #84DC48
Text Example
Text Example
White with #84DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC48; }
p { color: rgb(132,220,72); }
H1.HeaderClassName
{
color: #84DC48;
}
.AnyTagClassName
{
color: #84DC48;
}
</style>
background-color css
<style>
a { background-color: #84DC48; }
a { background-color: rgb(132,220,72); }
div.DivClassName
{
background-color: #84DC48;
}
.BgClassName
{
background-color: #84DC48;
}
</style>
border-color css
<style>
span { border-color: #84DC48; }
span { border-color: rgb(132,220,72); }
td.TdClassName
{
border-color: #84DC48;
}
.TagClassName
{
border-color: #84DC48;
}
</style>