Shades of Mantis #72D459
Tints of Mantis #72D459
RGB
CMYK
RGB Variations
Color information
#72D459 (or 0x72D459) is known color: Mantis. HEX triplet: 72, D4 and 59. RGB value is (114,212,89). Sum of RGB (Red+Green+Blue) = 114+212+89=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #72D459 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D459 is #8D2BA6. Grayscale: #A9A9A9. Windows color (decimal): -9251751 or 5887090. OLE color: 5887090.
HSL color Cylindrical-coordinate representation of color #72D459: hue angle of 107.8º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72D459 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 212 | 89 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.17 |
| HSL | 107.8º | 0.59% | 0.59% | - |
| HSV(B) | 107.8º | 0.58% | 0.83% | - |
| XYZ | 32.29 | 51.39 | 17.67 | - |
| YUV | 168.68 | 83.03 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 212 | 89 | 0.46 | 0 | 0.58 | 0.17 | 107.8 | 0.59 | 0.59 |
| Hex | 72 | D4 | 59 | 2E | 0 | 3A | 11 | 6C | 3B | 3B |
| Octal | 162 | 324 | 131 | 56 | 0 | 72 | 21 | 154 | 73 | 73 |
| Binary | 1110010 | 11010100 | 1011001 | 101110 | 0 | 111010 | 10001 | 1101100 | 111011 | 111011 |
Color Harmonies of #72D459
Complementary color
Monochromatic Colors of #72D459
Black with #72D459
Text Example
Text Example
White with #72D459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D459; }
p { color: rgb(114,212,89); }
H1.HeaderClassName
{
color: #72D459;
}
.AnyTagClassName
{
color: #72D459;
}
</style>
background-color css
<style>
a { background-color: #72D459; }
a { background-color: rgb(114,212,89); }
div.DivClassName
{
background-color: #72D459;
}
.BgClassName
{
background-color: #72D459;
}
</style>
border-color css
<style>
span { border-color: #72D459; }
span { border-color: rgb(114,212,89); }
td.TdClassName
{
border-color: #72D459;
}
.TagClassName
{
border-color: #72D459;
}
</style>