Shades of Mantis #72C156
Tints of Mantis #72C156
RGB
CMYK
RGB Variations
Color information
#72C156 (or 0x72C156) is known color: Mantis. HEX triplet: 72, C1 and 56. RGB value is (114,193,86). Sum of RGB (Red+Green+Blue) = 114+193+86=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #72C156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C156 is #8D3EA9. Grayscale: #9D9D9D. Windows color (decimal): -9256618 or 5685618. OLE color: 5685618.
HSL color Cylindrical-coordinate representation of color #72C156: hue angle of 104.3º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72C156 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 86 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.24 |
| HSL | 104.3º | 0.46% | 0.55% | - |
| HSV(B) | 104.3º | 0.55% | 0.76% | - |
| XYZ | 27.69 | 42.39 | 15.53 | - |
| YUV | 157.18 | 87.83 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 86 | 0.41 | 0 | 0.55 | 0.24 | 104.3 | 0.46 | 0.55 |
| Hex | 72 | C1 | 56 | 29 | 0 | 37 | 18 | 68 | 2E | 37 |
| Octal | 162 | 301 | 126 | 51 | 0 | 67 | 30 | 150 | 56 | 67 |
| Binary | 1110010 | 11000001 | 1010110 | 101001 | 0 | 110111 | 11000 | 1101000 | 101110 | 110111 |
Color Harmonies of #72C156
Complementary color
Monochromatic Colors of #72C156
Black with #72C156
Text Example
Text Example
White with #72C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C156; }
p { color: rgb(114,193,86); }
H1.HeaderClassName
{
color: #72C156;
}
.AnyTagClassName
{
color: #72C156;
}
</style>
background-color css
<style>
a { background-color: #72C156; }
a { background-color: rgb(114,193,86); }
div.DivClassName
{
background-color: #72C156;
}
.BgClassName
{
background-color: #72C156;
}
</style>
border-color css
<style>
span { border-color: #72C156; }
span { border-color: rgb(114,193,86); }
td.TdClassName
{
border-color: #72C156;
}
.TagClassName
{
border-color: #72C156;
}
</style>