Shades of Mantis #72DB46
Tints of Mantis #72DB46
RGB
CMYK
RGB Variations
Color information
#72DB46 (or 0x72DB46) is known color: Mantis. HEX triplet: 72, DB and 46. RGB value is (114,219,70). Sum of RGB (Red+Green+Blue) = 114+219+70=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DB46 is #8D24B9. Grayscale: #ABABAB. Windows color (decimal): -9249978 or 4643698. OLE color: 4643698.
HSL color Cylindrical-coordinate representation of color #72DB46: hue angle of 102.28º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72DB46 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 70 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.14 |
| HSL | 102.28º | 0.67% | 0.57% | - |
| HSV(B) | 102.28º | 0.68% | 0.86% | - |
| XYZ | 33.38 | 54.68 | 14.59 | - |
| YUV | 170.62 | 71.21 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 70 | 0.48 | 0 | 0.68 | 0.14 | 102.28 | 0.67 | 0.57 |
| Hex | 72 | DB | 46 | 30 | 0 | 44 | E | 66 | 43 | 39 |
| Octal | 162 | 333 | 106 | 60 | 0 | 104 | 16 | 146 | 103 | 71 |
| Binary | 1110010 | 11011011 | 1000110 | 110000 | 0 | 1000100 | 1110 | 1100110 | 1000011 | 111001 |
Color Harmonies of #72DB46
Complementary color
Monochromatic Colors of #72DB46
Black with #72DB46
Text Example
Text Example
White with #72DB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB46; }
p { color: rgb(114,219,70); }
H1.HeaderClassName
{
color: #72DB46;
}
.AnyTagClassName
{
color: #72DB46;
}
</style>
background-color css
<style>
a { background-color: #72DB46; }
a { background-color: rgb(114,219,70); }
div.DivClassName
{
background-color: #72DB46;
}
.BgClassName
{
background-color: #72DB46;
}
</style>
border-color css
<style>
span { border-color: #72DB46; }
span { border-color: rgb(114,219,70); }
td.TdClassName
{
border-color: #72DB46;
}
.TagClassName
{
border-color: #72DB46;
}
</style>