Shades of Mantis #72E83B
Tints of Mantis #72E83B
RGB
CMYK
RGB Variations
Color information
#72E83B (or 0x72E83B) is known color: Mantis. HEX triplet: 72, E8 and 3B. RGB value is (114,232,59). Sum of RGB (Red+Green+Blue) = 114+232+59=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 232 (91.02% from 255 or 57.28% from 405); Blue value is 59 (23.44% from 255 or 14.57% from 405); Max value from RGB is 232 - color contains mainly: green. Hex color #72E83B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72E83B is #8D17C4. Grayscale: #B1B1B1. Windows color (decimal): -9246661 or 3926130. OLE color: 3926130.
HSL color Cylindrical-coordinate representation of color #72E83B: hue angle of 100.92º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72E83B is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 232 | 59 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.09 |
| HSL | 100.92º | 0.79% | 0.57% | - |
| HSV(B) | 100.92º | 0.75% | 0.91% | - |
| XYZ | 36.59 | 61.61 | 14.1 | - |
| YUV | 177 | 61.41 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 232 | 59 | 0.51 | 0 | 0.75 | 0.09 | 100.92 | 0.79 | 0.57 |
| Hex | 72 | E8 | 3B | 33 | 0 | 4B | 9 | 65 | 4F | 39 |
| Octal | 162 | 350 | 73 | 63 | 0 | 113 | 11 | 145 | 117 | 71 |
| Binary | 1110010 | 11101000 | 111011 | 110011 | 0 | 1001011 | 1001 | 1100101 | 1001111 | 111001 |
Color Harmonies of #72E83B
Complementary color
Monochromatic Colors of #72E83B
Black with #72E83B
Text Example
Text Example
White with #72E83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E83B; }
p { color: rgb(114,232,59); }
H1.HeaderClassName
{
color: #72E83B;
}
.AnyTagClassName
{
color: #72E83B;
}
</style>
background-color css
<style>
a { background-color: #72E83B; }
a { background-color: rgb(114,232,59); }
div.DivClassName
{
background-color: #72E83B;
}
.BgClassName
{
background-color: #72E83B;
}
</style>
border-color css
<style>
span { border-color: #72E83B; }
span { border-color: rgb(114,232,59); }
td.TdClassName
{
border-color: #72E83B;
}
.TagClassName
{
border-color: #72E83B;
}
</style>