Shades of Mantis #72D156
Tints of Mantis #72D156
RGB
CMYK
RGB Variations
Color information
#72D156 (or 0x72D156) is known color: Mantis. HEX triplet: 72, D1 and 56. RGB value is (114,209,86). Sum of RGB (Red+Green+Blue) = 114+209+86=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #72D156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D156 is #8D2EA9. Grayscale: #A6A6A6. Windows color (decimal): -9252522 or 5689714. OLE color: 5689714.
HSL color Cylindrical-coordinate representation of color #72D156: hue angle of 106.34º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72D156 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 209 | 86 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.18 |
| HSL | 106.34º | 0.57% | 0.58% | - |
| HSV(B) | 106.34º | 0.59% | 0.82% | - |
| XYZ | 31.42 | 49.85 | 16.77 | - |
| YUV | 166.57 | 82.53 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 209 | 86 | 0.45 | 0 | 0.59 | 0.18 | 106.34 | 0.57 | 0.58 |
| Hex | 72 | D1 | 56 | 2D | 0 | 3B | 12 | 6A | 39 | 3A |
| Octal | 162 | 321 | 126 | 55 | 0 | 73 | 22 | 152 | 71 | 72 |
| Binary | 1110010 | 11010001 | 1010110 | 101101 | 0 | 111011 | 10010 | 1101010 | 111001 | 111010 |
Color Harmonies of #72D156
Complementary color
Monochromatic Colors of #72D156
Black with #72D156
Text Example
Text Example
White with #72D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D156; }
p { color: rgb(114,209,86); }
H1.HeaderClassName
{
color: #72D156;
}
.AnyTagClassName
{
color: #72D156;
}
</style>
background-color css
<style>
a { background-color: #72D156; }
a { background-color: rgb(114,209,86); }
div.DivClassName
{
background-color: #72D156;
}
.BgClassName
{
background-color: #72D156;
}
</style>
border-color css
<style>
span { border-color: #72D156; }
span { border-color: rgb(114,209,86); }
td.TdClassName
{
border-color: #72D156;
}
.TagClassName
{
border-color: #72D156;
}
</style>