Shades of Mantis #72D84D
Tints of Mantis #72D84D
RGB
CMYK
RGB Variations
Color information
#72D84D (or 0x72D84D) is known color: Mantis. HEX triplet: 72, D8 and 4D. RGB value is (114,216,77). Sum of RGB (Red+Green+Blue) = 114+216+77=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #72D84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D84D is #8D27B2. Grayscale: #AAAAAA. Windows color (decimal): -9250739 or 5101682. OLE color: 5101682.
HSL color Cylindrical-coordinate representation of color #72D84D: hue angle of 104.03º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72D84D is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 216 | 77 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.15 |
| HSL | 104.03º | 0.64% | 0.57% | - |
| HSV(B) | 104.03º | 0.64% | 0.85% | - |
| XYZ | 32.83 | 53.22 | 15.56 | - |
| YUV | 169.66 | 75.71 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 77 | 0.47 | 0 | 0.64 | 0.15 | 104.03 | 0.64 | 0.57 |
| Hex | 72 | D8 | 4D | 2F | 0 | 40 | F | 68 | 40 | 39 |
| Octal | 162 | 330 | 115 | 57 | 0 | 100 | 17 | 150 | 100 | 71 |
| Binary | 1110010 | 11011000 | 1001101 | 101111 | 0 | 1000000 | 1111 | 1101000 | 1000000 | 111001 |
Color Harmonies of #72D84D
Complementary color
Monochromatic Colors of #72D84D
Black with #72D84D
Text Example
Text Example
White with #72D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D84D; }
p { color: rgb(114,216,77); }
H1.HeaderClassName
{
color: #72D84D;
}
.AnyTagClassName
{
color: #72D84D;
}
</style>
background-color css
<style>
a { background-color: #72D84D; }
a { background-color: rgb(114,216,77); }
div.DivClassName
{
background-color: #72D84D;
}
.BgClassName
{
background-color: #72D84D;
}
</style>
border-color css
<style>
span { border-color: #72D84D; }
span { border-color: rgb(114,216,77); }
td.TdClassName
{
border-color: #72D84D;
}
.TagClassName
{
border-color: #72D84D;
}
</style>