Shades of Mantis #72E53A
Tints of Mantis #72E53A
RGB
CMYK
RGB Variations
Color information
#72E53A (or 0x72E53A) is known color: Mantis. HEX triplet: 72, E5 and 3A. RGB value is (114,229,58). Sum of RGB (Red+Green+Blue) = 114+229+58=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 229 (89.84% from 255 or 57.11% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 229 - color contains mainly: green. Hex color #72E53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72E53A is #8D1AC5. Grayscale: #AFAFAF. Windows color (decimal): -9247430 or 3859826. OLE color: 3859826.
HSL color Cylindrical-coordinate representation of color #72E53A: hue angle of 100.35º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72E53A is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 229 | 58 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.10 |
| HSL | 100.35º | 0.77% | 0.56% | - |
| HSV(B) | 100.35º | 0.75% | 0.9% | - |
| XYZ | 35.72 | 59.92 | 13.69 | - |
| YUV | 175.12 | 61.9 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 229 | 58 | 0.50 | 0 | 0.75 | 0.10 | 100.35 | 0.77 | 0.56 |
| Hex | 72 | E5 | 3A | 32 | 0 | 4B | A | 64 | 4D | 38 |
| Octal | 162 | 345 | 72 | 62 | 0 | 113 | 12 | 144 | 115 | 70 |
| Binary | 1110010 | 11100101 | 111010 | 110010 | 0 | 1001011 | 1010 | 1100100 | 1001101 | 111000 |
Color Harmonies of #72E53A
Complementary color
Monochromatic Colors of #72E53A
Black with #72E53A
Text Example
Text Example
White with #72E53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E53A; }
p { color: rgb(114,229,58); }
H1.HeaderClassName
{
color: #72E53A;
}
.AnyTagClassName
{
color: #72E53A;
}
</style>
background-color css
<style>
a { background-color: #72E53A; }
a { background-color: rgb(114,229,58); }
div.DivClassName
{
background-color: #72E53A;
}
.BgClassName
{
background-color: #72E53A;
}
</style>
border-color css
<style>
span { border-color: #72E53A; }
span { border-color: rgb(114,229,58); }
td.TdClassName
{
border-color: #72E53A;
}
.TagClassName
{
border-color: #72E53A;
}
</style>