Shades of Mantis #72C059
Tints of Mantis #72C059
RGB
CMYK
RGB Variations
Color information
#72C059 (or 0x72C059) is known color: Mantis. HEX triplet: 72, C0 and 59. RGB value is (114,192,89). Sum of RGB (Red+Green+Blue) = 114+192+89=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #72C059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C059 is #8D3FA6. Grayscale: #9D9D9D. Windows color (decimal): -9256871 or 5881970. OLE color: 5881970.
HSL color Cylindrical-coordinate representation of color #72C059: hue angle of 105.44º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72C059 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 89 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.25 |
| HSL | 105.44º | 0.45% | 0.55% | - |
| HSV(B) | 105.44º | 0.54% | 0.75% | - |
| XYZ | 27.59 | 42 | 16.1 | - |
| YUV | 156.94 | 89.66 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 89 | 0.41 | 0 | 0.54 | 0.25 | 105.44 | 0.45 | 0.55 |
| Hex | 72 | C0 | 59 | 29 | 0 | 36 | 19 | 69 | 2D | 37 |
| Octal | 162 | 300 | 131 | 51 | 0 | 66 | 31 | 151 | 55 | 67 |
| Binary | 1110010 | 11000000 | 1011001 | 101001 | 0 | 110110 | 11001 | 1101001 | 101101 | 110111 |
Color Harmonies of #72C059
Complementary color
Monochromatic Colors of #72C059
Black with #72C059
Text Example
Text Example
White with #72C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C059; }
p { color: rgb(114,192,89); }
H1.HeaderClassName
{
color: #72C059;
}
.AnyTagClassName
{
color: #72C059;
}
</style>
background-color css
<style>
a { background-color: #72C059; }
a { background-color: rgb(114,192,89); }
div.DivClassName
{
background-color: #72C059;
}
.BgClassName
{
background-color: #72C059;
}
</style>
border-color css
<style>
span { border-color: #72C059; }
span { border-color: rgb(114,192,89); }
td.TdClassName
{
border-color: #72C059;
}
.TagClassName
{
border-color: #72C059;
}
</style>