Shades of Mantis #72DB54
Tints of Mantis #72DB54
RGB
CMYK
RGB Variations
Color information
#72DB54 (or 0x72DB54) is known color: Mantis. HEX triplet: 72, DB and 54. RGB value is (114,219,84). Sum of RGB (Red+Green+Blue) = 114+219+84=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DB54 is #8D24AB. Grayscale: #ACACAC. Windows color (decimal): -9249964 or 5561202. OLE color: 5561202.
HSL color Cylindrical-coordinate representation of color #72DB54: hue angle of 106.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72DB54 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 84 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.14 |
| HSL | 106.67º | 0.65% | 0.59% | - |
| HSV(B) | 106.67º | 0.62% | 0.86% | - |
| XYZ | 33.87 | 54.88 | 17.2 | - |
| YUV | 172.22 | 78.21 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 84 | 0.48 | 0 | 0.62 | 0.14 | 106.67 | 0.65 | 0.59 |
| Hex | 72 | DB | 54 | 30 | 0 | 3E | E | 6B | 41 | 3B |
| Octal | 162 | 333 | 124 | 60 | 0 | 76 | 16 | 153 | 101 | 73 |
| Binary | 1110010 | 11011011 | 1010100 | 110000 | 0 | 111110 | 1110 | 1101011 | 1000001 | 111011 |
Color Harmonies of #72DB54
Complementary color
Monochromatic Colors of #72DB54
Black with #72DB54
Text Example
Text Example
White with #72DB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB54; }
p { color: rgb(114,219,84); }
H1.HeaderClassName
{
color: #72DB54;
}
.AnyTagClassName
{
color: #72DB54;
}
</style>
background-color css
<style>
a { background-color: #72DB54; }
a { background-color: rgb(114,219,84); }
div.DivClassName
{
background-color: #72DB54;
}
.BgClassName
{
background-color: #72DB54;
}
</style>
border-color css
<style>
span { border-color: #72DB54; }
span { border-color: rgb(114,219,84); }
td.TdClassName
{
border-color: #72DB54;
}
.TagClassName
{
border-color: #72DB54;
}
</style>