Shades of Mantis #72DB4F
Tints of Mantis #72DB4F
RGB
CMYK
RGB Variations
Color information
#72DB4F (or 0x72DB4F) is known color: Mantis. HEX triplet: 72, DB and 4F. RGB value is (114,219,79). Sum of RGB (Red+Green+Blue) = 114+219+79=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DB4F is #8D24B0. Grayscale: #ACACAC. Windows color (decimal): -9249969 or 5233522. OLE color: 5233522.
HSL color Cylindrical-coordinate representation of color #72DB4F: hue angle of 105º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72DB4F is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 79 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.14 |
| HSL | 105º | 0.66% | 0.58% | - |
| HSV(B) | 105º | 0.64% | 0.86% | - |
| XYZ | 33.68 | 54.8 | 16.2 | - |
| YUV | 171.65 | 75.71 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 79 | 0.48 | 0 | 0.64 | 0.14 | 105 | 0.66 | 0.58 |
| Hex | 72 | DB | 4F | 30 | 0 | 40 | E | 69 | 42 | 3A |
| Octal | 162 | 333 | 117 | 60 | 0 | 100 | 16 | 151 | 102 | 72 |
| Binary | 1110010 | 11011011 | 1001111 | 110000 | 0 | 1000000 | 1110 | 1101001 | 1000010 | 111010 |
Color Harmonies of #72DB4F
Complementary color
Monochromatic Colors of #72DB4F
Black with #72DB4F
Text Example
Text Example
White with #72DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB4F; }
p { color: rgb(114,219,79); }
H1.HeaderClassName
{
color: #72DB4F;
}
.AnyTagClassName
{
color: #72DB4F;
}
</style>
background-color css
<style>
a { background-color: #72DB4F; }
a { background-color: rgb(114,219,79); }
div.DivClassName
{
background-color: #72DB4F;
}
.BgClassName
{
background-color: #72DB4F;
}
</style>
border-color css
<style>
span { border-color: #72DB4F; }
span { border-color: rgb(114,219,79); }
td.TdClassName
{
border-color: #72DB4F;
}
.TagClassName
{
border-color: #72DB4F;
}
</style>