Shades of Mantis #72DB43
Tints of Mantis #72DB43
RGB
CMYK
RGB Variations
Color information
#72DB43 (or 0x72DB43) is known color: Mantis. HEX triplet: 72, DB and 43. RGB value is (114,219,67). Sum of RGB (Red+Green+Blue) = 114+219+67=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DB43 is #8D24BC. Grayscale: #AAAAAA. Windows color (decimal): -9249981 or 4447090. OLE color: 4447090.
HSL color Cylindrical-coordinate representation of color #72DB43: hue angle of 101.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72DB43 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 67 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.14 |
| HSL | 101.45º | 0.68% | 0.56% | - |
| HSV(B) | 101.45º | 0.69% | 0.86% | - |
| XYZ | 33.28 | 54.65 | 14.1 | - |
| YUV | 170.28 | 69.71 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 67 | 0.48 | 0 | 0.69 | 0.14 | 101.45 | 0.68 | 0.56 |
| Hex | 72 | DB | 43 | 30 | 0 | 45 | E | 65 | 44 | 38 |
| Octal | 162 | 333 | 103 | 60 | 0 | 105 | 16 | 145 | 104 | 70 |
| Binary | 1110010 | 11011011 | 1000011 | 110000 | 0 | 1000101 | 1110 | 1100101 | 1000100 | 111000 |
Color Harmonies of #72DB43
Complementary color
Monochromatic Colors of #72DB43
Black with #72DB43
Text Example
Text Example
White with #72DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB43; }
p { color: rgb(114,219,67); }
H1.HeaderClassName
{
color: #72DB43;
}
.AnyTagClassName
{
color: #72DB43;
}
</style>
background-color css
<style>
a { background-color: #72DB43; }
a { background-color: rgb(114,219,67); }
div.DivClassName
{
background-color: #72DB43;
}
.BgClassName
{
background-color: #72DB43;
}
</style>
border-color css
<style>
span { border-color: #72DB43; }
span { border-color: rgb(114,219,67); }
td.TdClassName
{
border-color: #72DB43;
}
.TagClassName
{
border-color: #72DB43;
}
</style>