Shades of Mantis #72D044
Tints of Mantis #72D044
RGB
CMYK
RGB Variations
Color information
#72D044 (or 0x72D044) is known color: Mantis. HEX triplet: 72, D0 and 44. RGB value is (114,208,68). Sum of RGB (Red+Green+Blue) = 114+208+68=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #72D044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D044 is #8D2FBB. Grayscale: #A4A4A4. Windows color (decimal): -9252796 or 4509810. OLE color: 4509810.
HSL color Cylindrical-coordinate representation of color #72D044: hue angle of 100.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72D044 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 208 | 68 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.18 |
| HSL | 100.29º | 0.6% | 0.54% | - |
| HSV(B) | 100.29º | 0.67% | 0.82% | - |
| XYZ | 30.54 | 49.11 | 13.34 | - |
| YUV | 163.93 | 73.86 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 208 | 68 | 0.45 | 0 | 0.67 | 0.18 | 100.29 | 0.6 | 0.54 |
| Hex | 72 | D0 | 44 | 2D | 0 | 43 | 12 | 64 | 3C | 36 |
| Octal | 162 | 320 | 104 | 55 | 0 | 103 | 22 | 144 | 74 | 66 |
| Binary | 1110010 | 11010000 | 1000100 | 101101 | 0 | 1000011 | 10010 | 1100100 | 111100 | 110110 |
Color Harmonies of #72D044
Complementary color
Monochromatic Colors of #72D044
Black with #72D044
Text Example
Text Example
White with #72D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D044; }
p { color: rgb(114,208,68); }
H1.HeaderClassName
{
color: #72D044;
}
.AnyTagClassName
{
color: #72D044;
}
</style>
background-color css
<style>
a { background-color: #72D044; }
a { background-color: rgb(114,208,68); }
div.DivClassName
{
background-color: #72D044;
}
.BgClassName
{
background-color: #72D044;
}
</style>
border-color css
<style>
span { border-color: #72D044; }
span { border-color: rgb(114,208,68); }
td.TdClassName
{
border-color: #72D044;
}
.TagClassName
{
border-color: #72D044;
}
</style>