Shades of Mantis #72E845
Tints of Mantis #72E845
RGB
CMYK
RGB Variations
Color information
#72E845 (or 0x72E845) is known color: Mantis. HEX triplet: 72, E8 and 45. RGB value is (114,232,69). Sum of RGB (Red+Green+Blue) = 114+232+69=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 232 (91.02% from 255 or 55.90% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 232 - color contains mainly: green. Hex color #72E845 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72E845 is #8D17BA. Grayscale: #B2B2B2. Windows color (decimal): -9246651 or 4581490. OLE color: 4581490.
HSL color Cylindrical-coordinate representation of color #72E845: hue angle of 103.44º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72E845 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 232 | 69 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.09 |
| HSL | 103.44º | 0.78% | 0.59% | - |
| HSV(B) | 103.44º | 0.7% | 0.91% | - |
| XYZ | 36.87 | 61.72 | 15.6 | - |
| YUV | 178.14 | 66.41 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 232 | 69 | 0.51 | 0 | 0.70 | 0.09 | 103.44 | 0.78 | 0.59 |
| Hex | 72 | E8 | 45 | 33 | 0 | 46 | 9 | 67 | 4E | 3B |
| Octal | 162 | 350 | 105 | 63 | 0 | 106 | 11 | 147 | 116 | 73 |
| Binary | 1110010 | 11101000 | 1000101 | 110011 | 0 | 1000110 | 1001 | 1100111 | 1001110 | 111011 |
Color Harmonies of #72E845
Complementary color
Monochromatic Colors of #72E845
Black with #72E845
Text Example
Text Example
White with #72E845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E845; }
p { color: rgb(114,232,69); }
H1.HeaderClassName
{
color: #72E845;
}
.AnyTagClassName
{
color: #72E845;
}
</style>
background-color css
<style>
a { background-color: #72E845; }
a { background-color: rgb(114,232,69); }
div.DivClassName
{
background-color: #72E845;
}
.BgClassName
{
background-color: #72E845;
}
</style>
border-color css
<style>
span { border-color: #72E845; }
span { border-color: rgb(114,232,69); }
td.TdClassName
{
border-color: #72E845;
}
.TagClassName
{
border-color: #72E845;
}
</style>