Shades of Mantis #72E536
Tints of Mantis #72E536
RGB
CMYK
RGB Variations
Color information
#72E536 (or 0x72E536) is known color: Mantis. HEX triplet: 72, E5 and 36. RGB value is (114,229,54). Sum of RGB (Red+Green+Blue) = 114+229+54=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 229 (89.84% from 255 or 57.68% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 229 - color contains mainly: green. Hex color #72E536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72E536 is #8D1AC9. Grayscale: #AFAFAF. Windows color (decimal): -9247434 or 3597682. OLE color: 3597682.
HSL color Cylindrical-coordinate representation of color #72E536: hue angle of 99.43º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72E536 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 229 | 54 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.10 |
| HSL | 99.43º | 0.77% | 0.55% | - |
| HSV(B) | 99.43º | 0.76% | 0.9% | - |
| XYZ | 35.62 | 59.88 | 13.17 | - |
| YUV | 174.67 | 59.9 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 229 | 54 | 0.50 | 0 | 0.76 | 0.10 | 99.43 | 0.77 | 0.55 |
| Hex | 72 | E5 | 36 | 32 | 0 | 4C | A | 63 | 4D | 37 |
| Octal | 162 | 345 | 66 | 62 | 0 | 114 | 12 | 143 | 115 | 67 |
| Binary | 1110010 | 11100101 | 110110 | 110010 | 0 | 1001100 | 1010 | 1100011 | 1001101 | 110111 |
Color Harmonies of #72E536
Complementary color
Monochromatic Colors of #72E536
Black with #72E536
Text Example
Text Example
White with #72E536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E536; }
p { color: rgb(114,229,54); }
H1.HeaderClassName
{
color: #72E536;
}
.AnyTagClassName
{
color: #72E536;
}
</style>
background-color css
<style>
a { background-color: #72E536; }
a { background-color: rgb(114,229,54); }
div.DivClassName
{
background-color: #72E536;
}
.BgClassName
{
background-color: #72E536;
}
</style>
border-color css
<style>
span { border-color: #72E536; }
span { border-color: rgb(114,229,54); }
td.TdClassName
{
border-color: #72E536;
}
.TagClassName
{
border-color: #72E536;
}
</style>