Shades of Mantis #72C856
Tints of Mantis #72C856
RGB
CMYK
RGB Variations
Color information
#72C856 (or 0x72C856) is known color: Mantis. HEX triplet: 72, C8 and 56. RGB value is (114,200,86). Sum of RGB (Red+Green+Blue) = 114+200+86=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #72C856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C856 is #8D37A9. Grayscale: #A1A1A1. Windows color (decimal): -9254826 or 5687410. OLE color: 5687410.
HSL color Cylindrical-coordinate representation of color #72C856: hue angle of 105.26º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72C856 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 86 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.22 |
| HSL | 105.26º | 0.51% | 0.56% | - |
| HSV(B) | 105.26º | 0.57% | 0.78% | - |
| XYZ | 29.27 | 45.56 | 16.05 | - |
| YUV | 161.29 | 85.51 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 86 | 0.43 | 0 | 0.57 | 0.22 | 105.26 | 0.51 | 0.56 |
| Hex | 72 | C8 | 56 | 2B | 0 | 39 | 16 | 69 | 33 | 38 |
| Octal | 162 | 310 | 126 | 53 | 0 | 71 | 26 | 151 | 63 | 70 |
| Binary | 1110010 | 11001000 | 1010110 | 101011 | 0 | 111001 | 10110 | 1101001 | 110011 | 111000 |
Color Harmonies of #72C856
Complementary color
Monochromatic Colors of #72C856
Black with #72C856
Text Example
Text Example
White with #72C856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C856; }
p { color: rgb(114,200,86); }
H1.HeaderClassName
{
color: #72C856;
}
.AnyTagClassName
{
color: #72C856;
}
</style>
background-color css
<style>
a { background-color: #72C856; }
a { background-color: rgb(114,200,86); }
div.DivClassName
{
background-color: #72C856;
}
.BgClassName
{
background-color: #72C856;
}
</style>
border-color css
<style>
span { border-color: #72C856; }
span { border-color: rgb(114,200,86); }
td.TdClassName
{
border-color: #72C856;
}
.TagClassName
{
border-color: #72C856;
}
</style>