Shades of Mantis #72C949
Tints of Mantis #72C949
RGB
CMYK
RGB Variations
Color information
#72C949 (or 0x72C949) is known color: Mantis. HEX triplet: 72, C9 and 49. RGB value is (114,201,73). Sum of RGB (Red+Green+Blue) = 114+201+73=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #72C949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C949 is #8D36B6. Grayscale: #A0A0A0. Windows color (decimal): -9254583 or 4835698. OLE color: 4835698.
HSL color Cylindrical-coordinate representation of color #72C949: hue angle of 100.78º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72C949 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 201 | 73 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.21 |
| HSL | 100.78º | 0.54% | 0.54% | - |
| HSV(B) | 100.78º | 0.64% | 0.79% | - |
| XYZ | 29.03 | 45.83 | 13.62 | - |
| YUV | 160.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 201 | 73 | 0.43 | 0 | 0.64 | 0.21 | 100.78 | 0.54 | 0.54 |
| Hex | 72 | C9 | 49 | 2B | 0 | 40 | 15 | 65 | 36 | 36 |
| Octal | 162 | 311 | 111 | 53 | 0 | 100 | 25 | 145 | 66 | 66 |
| Binary | 1110010 | 11001001 | 1001001 | 101011 | 0 | 1000000 | 10101 | 1100101 | 110110 | 110110 |
Color Harmonies of #72C949
Complementary color
Monochromatic Colors of #72C949
Black with #72C949
Text Example
Text Example
White with #72C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C949; }
p { color: rgb(114,201,73); }
H1.HeaderClassName
{
color: #72C949;
}
.AnyTagClassName
{
color: #72C949;
}
</style>
background-color css
<style>
a { background-color: #72C949; }
a { background-color: rgb(114,201,73); }
div.DivClassName
{
background-color: #72C949;
}
.BgClassName
{
background-color: #72C949;
}
</style>
border-color css
<style>
span { border-color: #72C949; }
span { border-color: rgb(114,201,73); }
td.TdClassName
{
border-color: #72C949;
}
.TagClassName
{
border-color: #72C949;
}
</style>