Shades of Mantis #72E649
Tints of Mantis #72E649
RGB
CMYK
RGB Variations
Color information
#72E649 (or 0x72E649) is known color: Mantis. HEX triplet: 72, E6 and 49. RGB value is (114,230,73). Sum of RGB (Red+Green+Blue) = 114+230+73=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 230 (90.23% from 255 or 55.16% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 230 - color contains mainly: green. Hex color #72E649 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72E649 is #8D19B6. Grayscale: #B1B1B1. Windows color (decimal): -9247159 or 4843122. OLE color: 4843122.
HSL color Cylindrical-coordinate representation of color #72E649: hue angle of 104.33º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72E649 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 230 | 73 | - |
| CMYK | 0.50 | 0 | 0.68 | 0.10 |
| HSL | 104.33º | 0.76% | 0.59% | - |
| HSV(B) | 104.33º | 0.68% | 0.9% | - |
| XYZ | 36.44 | 60.65 | 16.09 | - |
| YUV | 177.42 | 69.07 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 230 | 73 | 0.50 | 0 | 0.68 | 0.10 | 104.33 | 0.76 | 0.59 |
| Hex | 72 | E6 | 49 | 32 | 0 | 44 | A | 68 | 4C | 3B |
| Octal | 162 | 346 | 111 | 62 | 0 | 104 | 12 | 150 | 114 | 73 |
| Binary | 1110010 | 11100110 | 1001001 | 110010 | 0 | 1000100 | 1010 | 1101000 | 1001100 | 111011 |
Color Harmonies of #72E649
Complementary color
Monochromatic Colors of #72E649
Black with #72E649
Text Example
Text Example
White with #72E649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E649; }
p { color: rgb(114,230,73); }
H1.HeaderClassName
{
color: #72E649;
}
.AnyTagClassName
{
color: #72E649;
}
</style>
background-color css
<style>
a { background-color: #72E649; }
a { background-color: rgb(114,230,73); }
div.DivClassName
{
background-color: #72E649;
}
.BgClassName
{
background-color: #72E649;
}
</style>
border-color css
<style>
span { border-color: #72E649; }
span { border-color: rgb(114,230,73); }
td.TdClassName
{
border-color: #72E649;
}
.TagClassName
{
border-color: #72E649;
}
</style>