Shades of Mantis #72D24D
Tints of Mantis #72D24D
RGB
CMYK
RGB Variations
Color information
#72D24D (or 0x72D24D) is known color: Mantis. HEX triplet: 72, D2 and 4D. RGB value is (114,210,77). Sum of RGB (Red+Green+Blue) = 114+210+77=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #72D24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D24D is #8D2DB2. Grayscale: #A6A6A6. Windows color (decimal): -9252275 or 5100146. OLE color: 5100146.
HSL color Cylindrical-coordinate representation of color #72D24D: hue angle of 103.31º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72D24D is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 77 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.18 |
| HSL | 103.31º | 0.6% | 0.56% | - |
| HSV(B) | 103.31º | 0.63% | 0.82% | - |
| XYZ | 31.33 | 50.21 | 15.06 | - |
| YUV | 166.13 | 77.7 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 77 | 0.46 | 0 | 0.63 | 0.18 | 103.31 | 0.6 | 0.56 |
| Hex | 72 | D2 | 4D | 2E | 0 | 3F | 12 | 67 | 3C | 38 |
| Octal | 162 | 322 | 115 | 56 | 0 | 77 | 22 | 147 | 74 | 70 |
| Binary | 1110010 | 11010010 | 1001101 | 101110 | 0 | 111111 | 10010 | 1100111 | 111100 | 111000 |
Color Harmonies of #72D24D
Complementary color
Monochromatic Colors of #72D24D
Black with #72D24D
Text Example
Text Example
White with #72D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D24D; }
p { color: rgb(114,210,77); }
H1.HeaderClassName
{
color: #72D24D;
}
.AnyTagClassName
{
color: #72D24D;
}
</style>
background-color css
<style>
a { background-color: #72D24D; }
a { background-color: rgb(114,210,77); }
div.DivClassName
{
background-color: #72D24D;
}
.BgClassName
{
background-color: #72D24D;
}
</style>
border-color css
<style>
span { border-color: #72D24D; }
span { border-color: rgb(114,210,77); }
td.TdClassName
{
border-color: #72D24D;
}
.TagClassName
{
border-color: #72D24D;
}
</style>