Shades of Mantis #72DB57
Tints of Mantis #72DB57
RGB
CMYK
RGB Variations
Color information
#72DB57 (or 0x72DB57) is known color: Mantis. HEX triplet: 72, DB and 57. RGB value is (114,219,87). Sum of RGB (Red+Green+Blue) = 114+219+87=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DB57 is #8D24A8. Grayscale: #ACACAC. Windows color (decimal): -9249961 or 5757810. OLE color: 5757810.
HSL color Cylindrical-coordinate representation of color #72DB57: hue angle of 107.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72DB57 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 87 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.14 |
| HSL | 107.73º | 0.65% | 0.6% | - |
| HSV(B) | 107.73º | 0.6% | 0.86% | - |
| XYZ | 33.99 | 54.93 | 17.83 | - |
| YUV | 172.56 | 79.71 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 87 | 0.48 | 0 | 0.60 | 0.14 | 107.73 | 0.65 | 0.6 |
| Hex | 72 | DB | 57 | 30 | 0 | 3C | E | 6C | 41 | 3C |
| Octal | 162 | 333 | 127 | 60 | 0 | 74 | 16 | 154 | 101 | 74 |
| Binary | 1110010 | 11011011 | 1010111 | 110000 | 0 | 111100 | 1110 | 1101100 | 1000001 | 111100 |
Color Harmonies of #72DB57
Complementary color
Monochromatic Colors of #72DB57
Black with #72DB57
Text Example
Text Example
White with #72DB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB57; }
p { color: rgb(114,219,87); }
H1.HeaderClassName
{
color: #72DB57;
}
.AnyTagClassName
{
color: #72DB57;
}
</style>
background-color css
<style>
a { background-color: #72DB57; }
a { background-color: rgb(114,219,87); }
div.DivClassName
{
background-color: #72DB57;
}
.BgClassName
{
background-color: #72DB57;
}
</style>
border-color css
<style>
span { border-color: #72DB57; }
span { border-color: rgb(114,219,87); }
td.TdClassName
{
border-color: #72DB57;
}
.TagClassName
{
border-color: #72DB57;
}
</style>