Shades of Mantis #72E237
Tints of Mantis #72E237
RGB
CMYK
RGB Variations
Color information
#72E237 (or 0x72E237) is known color: Mantis. HEX triplet: 72, E2 and 37. RGB value is (114,226,55). Sum of RGB (Red+Green+Blue) = 114+226+55=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 226 (88.67% from 255 or 57.22% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 226 - color contains mainly: green. Hex color #72E237 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72E237 is #8D1DC8. Grayscale: #ADADAD. Windows color (decimal): -9248201 or 3662450. OLE color: 3662450.
HSL color Cylindrical-coordinate representation of color #72E237: hue angle of 99.3º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72E237 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 226 | 55 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.11 |
| HSL | 99.3º | 0.75% | 0.55% | - |
| HSV(B) | 99.3º | 0.76% | 0.89% | - |
| XYZ | 34.83 | 58.25 | 13.02 | - |
| YUV | 173.02 | 61.39 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 226 | 55 | 0.50 | 0 | 0.76 | 0.11 | 99.3 | 0.75 | 0.55 |
| Hex | 72 | E2 | 37 | 32 | 0 | 4C | B | 63 | 4B | 37 |
| Octal | 162 | 342 | 67 | 62 | 0 | 114 | 13 | 143 | 113 | 67 |
| Binary | 1110010 | 11100010 | 110111 | 110010 | 0 | 1001100 | 1011 | 1100011 | 1001011 | 110111 |
Color Harmonies of #72E237
Complementary color
Monochromatic Colors of #72E237
Black with #72E237
Text Example
Text Example
White with #72E237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E237; }
p { color: rgb(114,226,55); }
H1.HeaderClassName
{
color: #72E237;
}
.AnyTagClassName
{
color: #72E237;
}
</style>
background-color css
<style>
a { background-color: #72E237; }
a { background-color: rgb(114,226,55); }
div.DivClassName
{
background-color: #72E237;
}
.BgClassName
{
background-color: #72E237;
}
</style>
border-color css
<style>
span { border-color: #72E237; }
span { border-color: rgb(114,226,55); }
td.TdClassName
{
border-color: #72E237;
}
.TagClassName
{
border-color: #72E237;
}
</style>