Shades of Mantis #72DC49
Tints of Mantis #72DC49
RGB
CMYK
RGB Variations
Color information
#72DC49 (or 0x72DC49) is known color: Mantis. HEX triplet: 72, DC and 49. RGB value is (114,220,73). Sum of RGB (Red+Green+Blue) = 114+220+73=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DC49 is #8D23B6. Grayscale: #ACACAC. Windows color (decimal): -9249719 or 4840562. OLE color: 4840562.
HSL color Cylindrical-coordinate representation of color #72DC49: hue angle of 103.27º 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 #72DC49 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 73 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.14 |
| HSL | 103.27º | 0.68% | 0.57% | - |
| HSV(B) | 103.27º | 0.67% | 0.86% | - |
| XYZ | 33.74 | 55.24 | 15.19 | - |
| YUV | 171.55 | 72.38 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 73 | 0.48 | 0 | 0.67 | 0.14 | 103.27 | 0.68 | 0.57 |
| Hex | 72 | DC | 49 | 30 | 0 | 43 | E | 67 | 44 | 39 |
| Octal | 162 | 334 | 111 | 60 | 0 | 103 | 16 | 147 | 104 | 71 |
| Binary | 1110010 | 11011100 | 1001001 | 110000 | 0 | 1000011 | 1110 | 1100111 | 1000100 | 111001 |
Color Harmonies of #72DC49
Complementary color
Monochromatic Colors of #72DC49
Black with #72DC49
Text Example
Text Example
White with #72DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DC49; }
p { color: rgb(114,220,73); }
H1.HeaderClassName
{
color: #72DC49;
}
.AnyTagClassName
{
color: #72DC49;
}
</style>
background-color css
<style>
a { background-color: #72DC49; }
a { background-color: rgb(114,220,73); }
div.DivClassName
{
background-color: #72DC49;
}
.BgClassName
{
background-color: #72DC49;
}
</style>
border-color css
<style>
span { border-color: #72DC49; }
span { border-color: rgb(114,220,73); }
td.TdClassName
{
border-color: #72DC49;
}
.TagClassName
{
border-color: #72DC49;
}
</style>