Shades of Mantis #72DA4D
Tints of Mantis #72DA4D
RGB
CMYK
RGB Variations
Color information
#72DA4D (or 0x72DA4D) is known color: Mantis. HEX triplet: 72, DA and 4D. RGB value is (114,218,77). Sum of RGB (Red+Green+Blue) = 114+218+77=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #72DA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DA4D is #8D25B2. Grayscale: #ABABAB. Windows color (decimal): -9250227 or 5102194. OLE color: 5102194.
HSL color Cylindrical-coordinate representation of color #72DA4D: hue angle of 104.26º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72DA4D is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 218 | 77 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.15 |
| HSL | 104.26º | 0.66% | 0.58% | - |
| HSV(B) | 104.26º | 0.65% | 0.85% | - |
| XYZ | 33.35 | 54.26 | 15.74 | - |
| YUV | 170.83 | 75.04 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 218 | 77 | 0.48 | 0 | 0.65 | 0.15 | 104.26 | 0.66 | 0.58 |
| Hex | 72 | DA | 4D | 30 | 0 | 41 | F | 68 | 42 | 3A |
| Octal | 162 | 332 | 115 | 60 | 0 | 101 | 17 | 150 | 102 | 72 |
| Binary | 1110010 | 11011010 | 1001101 | 110000 | 0 | 1000001 | 1111 | 1101000 | 1000010 | 111010 |
Color Harmonies of #72DA4D
Complementary color
Monochromatic Colors of #72DA4D
Black with #72DA4D
Text Example
Text Example
White with #72DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DA4D; }
p { color: rgb(114,218,77); }
H1.HeaderClassName
{
color: #72DA4D;
}
.AnyTagClassName
{
color: #72DA4D;
}
</style>
background-color css
<style>
a { background-color: #72DA4D; }
a { background-color: rgb(114,218,77); }
div.DivClassName
{
background-color: #72DA4D;
}
.BgClassName
{
background-color: #72DA4D;
}
</style>
border-color css
<style>
span { border-color: #72DA4D; }
span { border-color: rgb(114,218,77); }
td.TdClassName
{
border-color: #72DA4D;
}
.TagClassName
{
border-color: #72DA4D;
}
</style>