Shades of Mantis #72E547
Tints of Mantis #72E547
RGB
CMYK
RGB Variations
Color information
#72E547 (or 0x72E547) is known color: Mantis. HEX triplet: 72, E5 and 47. RGB value is (114,229,71). Sum of RGB (Red+Green+Blue) = 114+229+71=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 229 (89.84% from 255 or 55.31% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 229 - color contains mainly: green. Hex color #72E547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72E547 is #8D1AB8. Grayscale: #B1B1B1. Windows color (decimal): -9247417 or 4711794. OLE color: 4711794.
HSL color Cylindrical-coordinate representation of color #72E547: hue angle of 103.67º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72E547 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 229 | 71 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.10 |
| HSL | 103.67º | 0.75% | 0.59% | - |
| HSV(B) | 103.67º | 0.69% | 0.9% | - |
| XYZ | 36.1 | 60.07 | 15.65 | - |
| YUV | 176.6 | 68.4 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 229 | 71 | 0.50 | 0 | 0.69 | 0.10 | 103.67 | 0.75 | 0.59 |
| Hex | 72 | E5 | 47 | 32 | 0 | 45 | A | 68 | 4B | 3B |
| Octal | 162 | 345 | 107 | 62 | 0 | 105 | 12 | 150 | 113 | 73 |
| Binary | 1110010 | 11100101 | 1000111 | 110010 | 0 | 1000101 | 1010 | 1101000 | 1001011 | 111011 |
Color Harmonies of #72E547
Complementary color
Monochromatic Colors of #72E547
Black with #72E547
Text Example
Text Example
White with #72E547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E547; }
p { color: rgb(114,229,71); }
H1.HeaderClassName
{
color: #72E547;
}
.AnyTagClassName
{
color: #72E547;
}
</style>
background-color css
<style>
a { background-color: #72E547; }
a { background-color: rgb(114,229,71); }
div.DivClassName
{
background-color: #72E547;
}
.BgClassName
{
background-color: #72E547;
}
</style>
border-color css
<style>
span { border-color: #72E547; }
span { border-color: rgb(114,229,71); }
td.TdClassName
{
border-color: #72E547;
}
.TagClassName
{
border-color: #72E547;
}
</style>