Shades of Mantis #72E73B
Tints of Mantis #72E73B
RGB
CMYK
RGB Variations
Color information
#72E73B (or 0x72E73B) is known color: Mantis. HEX triplet: 72, E7 and 3B. RGB value is (114,231,59). Sum of RGB (Red+Green+Blue) = 114+231+59=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 231 (90.62% from 255 or 57.18% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 231 - color contains mainly: green. Hex color #72E73B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72E73B is #8D18C4. Grayscale: #B0B0B0. Windows color (decimal): -9246917 or 3925874. OLE color: 3925874.
HSL color Cylindrical-coordinate representation of color #72E73B: hue angle of 100.81º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72E73B is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 231 | 59 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.09 |
| HSL | 100.81º | 0.78% | 0.57% | - |
| HSV(B) | 100.81º | 0.74% | 0.91% | - |
| XYZ | 36.3 | 61.05 | 14.01 | - |
| YUV | 176.41 | 61.74 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 231 | 59 | 0.51 | 0 | 0.74 | 0.09 | 100.81 | 0.78 | 0.57 |
| Hex | 72 | E7 | 3B | 33 | 0 | 4A | 9 | 65 | 4E | 39 |
| Octal | 162 | 347 | 73 | 63 | 0 | 112 | 11 | 145 | 116 | 71 |
| Binary | 1110010 | 11100111 | 111011 | 110011 | 0 | 1001010 | 1001 | 1100101 | 1001110 | 111001 |
Color Harmonies of #72E73B
Complementary color
Monochromatic Colors of #72E73B
Black with #72E73B
Text Example
Text Example
White with #72E73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E73B; }
p { color: rgb(114,231,59); }
H1.HeaderClassName
{
color: #72E73B;
}
.AnyTagClassName
{
color: #72E73B;
}
</style>
background-color css
<style>
a { background-color: #72E73B; }
a { background-color: rgb(114,231,59); }
div.DivClassName
{
background-color: #72E73B;
}
.BgClassName
{
background-color: #72E73B;
}
</style>
border-color css
<style>
span { border-color: #72E73B; }
span { border-color: rgb(114,231,59); }
td.TdClassName
{
border-color: #72E73B;
}
.TagClassName
{
border-color: #72E73B;
}
</style>