Shades of Mantis #72D856
Tints of Mantis #72D856
RGB
CMYK
RGB Variations
Color information
#72D856 (or 0x72D856) is known color: Mantis. HEX triplet: 72, D8 and 56. RGB value is (114,216,86). Sum of RGB (Red+Green+Blue) = 114+216+86=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #72D856 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D856 is #8D27A9. Grayscale: #ABABAB. Windows color (decimal): -9250730 or 5691506. OLE color: 5691506.
HSL color Cylindrical-coordinate representation of color #72D856: hue angle of 107.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72D856 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 216 | 86 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.15 |
| HSL | 107.08º | 0.63% | 0.59% | - |
| HSV(B) | 107.08º | 0.6% | 0.85% | - |
| XYZ | 33.18 | 53.36 | 17.36 | - |
| YUV | 170.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 86 | 0.47 | 0 | 0.60 | 0.15 | 107.08 | 0.63 | 0.59 |
| Hex | 72 | D8 | 56 | 2F | 0 | 3C | F | 6B | 3E | 3B |
| Octal | 162 | 330 | 126 | 57 | 0 | 74 | 17 | 153 | 76 | 73 |
| Binary | 1110010 | 11011000 | 1010110 | 101111 | 0 | 111100 | 1111 | 1101011 | 111110 | 111011 |
Color Harmonies of #72D856
Complementary color
Monochromatic Colors of #72D856
Black with #72D856
Text Example
Text Example
White with #72D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D856; }
p { color: rgb(114,216,86); }
H1.HeaderClassName
{
color: #72D856;
}
.AnyTagClassName
{
color: #72D856;
}
</style>
background-color css
<style>
a { background-color: #72D856; }
a { background-color: rgb(114,216,86); }
div.DivClassName
{
background-color: #72D856;
}
.BgClassName
{
background-color: #72D856;
}
</style>
border-color css
<style>
span { border-color: #72D856; }
span { border-color: rgb(114,216,86); }
td.TdClassName
{
border-color: #72D856;
}
.TagClassName
{
border-color: #72D856;
}
</style>