Shades of Mantis #72E644
Tints of Mantis #72E644
RGB
CMYK
RGB Variations
Color information
#72E644 (or 0x72E644) is known color: Mantis. HEX triplet: 72, E6 and 44. RGB value is (114,230,68). Sum of RGB (Red+Green+Blue) = 114+230+68=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 230 (90.23% from 255 or 55.83% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 230 - color contains mainly: green. Hex color #72E644 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72E644 is #8D19BB. Grayscale: #B1B1B1. Windows color (decimal): -9247164 or 4515442. OLE color: 4515442.
HSL color Cylindrical-coordinate representation of color #72E644: hue angle of 102.96º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72E644 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 230 | 68 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.10 |
| HSL | 102.96º | 0.76% | 0.58% | - |
| HSV(B) | 102.96º | 0.7% | 0.9% | - |
| XYZ | 36.28 | 60.59 | 15.25 | - |
| YUV | 176.85 | 66.57 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 230 | 68 | 0.50 | 0 | 0.70 | 0.10 | 102.96 | 0.76 | 0.58 |
| Hex | 72 | E6 | 44 | 32 | 0 | 46 | A | 67 | 4C | 3A |
| Octal | 162 | 346 | 104 | 62 | 0 | 106 | 12 | 147 | 114 | 72 |
| Binary | 1110010 | 11100110 | 1000100 | 110010 | 0 | 1000110 | 1010 | 1100111 | 1001100 | 111010 |
Color Harmonies of #72E644
Complementary color
Monochromatic Colors of #72E644
Black with #72E644
Text Example
Text Example
White with #72E644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E644; }
p { color: rgb(114,230,68); }
H1.HeaderClassName
{
color: #72E644;
}
.AnyTagClassName
{
color: #72E644;
}
</style>
background-color css
<style>
a { background-color: #72E644; }
a { background-color: rgb(114,230,68); }
div.DivClassName
{
background-color: #72E644;
}
.BgClassName
{
background-color: #72E644;
}
</style>
border-color css
<style>
span { border-color: #72E644; }
span { border-color: rgb(114,230,68); }
td.TdClassName
{
border-color: #72E644;
}
.TagClassName
{
border-color: #72E644;
}
</style>