Shades of Mantis #72E451
Tints of Mantis #72E451
RGB
CMYK
RGB Variations
Color information
#72E451 (or 0x72E451) is known color: Mantis. HEX triplet: 72, E4 and 51. RGB value is (114,228,81). Sum of RGB (Red+Green+Blue) = 114+228+81=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 228 (89.45% from 255 or 53.90% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 228 - color contains mainly: green. Hex color #72E451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E451 is #8D1BAE. Grayscale: #B1B1B1. Windows color (decimal): -9247663 or 5366898. OLE color: 5366898.
HSL color Cylindrical-coordinate representation of color #72E451: hue angle of 106.53º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72E451 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 228 | 81 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.11 |
| HSL | 106.53º | 0.73% | 0.61% | - |
| HSV(B) | 106.53º | 0.64% | 0.89% | - |
| XYZ | 36.17 | 59.66 | 17.39 | - |
| YUV | 177.16 | 73.73 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 228 | 81 | 0.50 | 0 | 0.64 | 0.11 | 106.53 | 0.73 | 0.61 |
| Hex | 72 | E4 | 51 | 32 | 0 | 40 | B | 6B | 49 | 3D |
| Octal | 162 | 344 | 121 | 62 | 0 | 100 | 13 | 153 | 111 | 75 |
| Binary | 1110010 | 11100100 | 1010001 | 110010 | 0 | 1000000 | 1011 | 1101011 | 1001001 | 111101 |
Color Harmonies of #72E451
Complementary color
Monochromatic Colors of #72E451
Black with #72E451
Text Example
Text Example
White with #72E451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E451; }
p { color: rgb(114,228,81); }
H1.HeaderClassName
{
color: #72E451;
}
.AnyTagClassName
{
color: #72E451;
}
</style>
background-color css
<style>
a { background-color: #72E451; }
a { background-color: rgb(114,228,81); }
div.DivClassName
{
background-color: #72E451;
}
.BgClassName
{
background-color: #72E451;
}
</style>
border-color css
<style>
span { border-color: #72E451; }
span { border-color: rgb(114,228,81); }
td.TdClassName
{
border-color: #72E451;
}
.TagClassName
{
border-color: #72E451;
}
</style>