Shades of Mantis #72E040
Tints of Mantis #72E040
RGB
CMYK
RGB Variations
Color information
#72E040 (or 0x72E040) is known color: Mantis. HEX triplet: 72, E0 and 40. RGB value is (114,224,64). Sum of RGB (Red+Green+Blue) = 114+224+64=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 224 (87.89% from 255 or 55.72% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 224 - color contains mainly: green. Hex color #72E040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72E040 is #8D1FBF. Grayscale: #ADADAD. Windows color (decimal): -9248704 or 4251762. OLE color: 4251762.
HSL color Cylindrical-coordinate representation of color #72E040: hue angle of 101.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72E040 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 64 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.12 |
| HSL | 101.25º | 0.72% | 0.56% | - |
| HSV(B) | 101.25º | 0.71% | 0.88% | - |
| XYZ | 34.52 | 57.26 | 14.08 | - |
| YUV | 172.87 | 66.56 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 64 | 0.49 | 0 | 0.71 | 0.12 | 101.25 | 0.72 | 0.56 |
| Hex | 72 | E0 | 40 | 31 | 0 | 47 | C | 65 | 48 | 38 |
| Octal | 162 | 340 | 100 | 61 | 0 | 107 | 14 | 145 | 110 | 70 |
| Binary | 1110010 | 11100000 | 1000000 | 110001 | 0 | 1000111 | 1100 | 1100101 | 1001000 | 111000 |
Color Harmonies of #72E040
Complementary color
Monochromatic Colors of #72E040
Black with #72E040
Text Example
Text Example
White with #72E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E040; }
p { color: rgb(114,224,64); }
H1.HeaderClassName
{
color: #72E040;
}
.AnyTagClassName
{
color: #72E040;
}
</style>
background-color css
<style>
a { background-color: #72E040; }
a { background-color: rgb(114,224,64); }
div.DivClassName
{
background-color: #72E040;
}
.BgClassName
{
background-color: #72E040;
}
</style>
border-color css
<style>
span { border-color: #72E040; }
span { border-color: rgb(114,224,64); }
td.TdClassName
{
border-color: #72E040;
}
.TagClassName
{
border-color: #72E040;
}
</style>