Shades of Mantis #72D656
Tints of Mantis #72D656
RGB
CMYK
RGB Variations
Color information
#72D656 (or 0x72D656) is known color: Mantis. HEX triplet: 72, D6 and 56. RGB value is (114,214,86). Sum of RGB (Red+Green+Blue) = 114+214+86=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #72D656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D656 is #8D29A9. Grayscale: #A9A9A9. Windows color (decimal): -9251242 or 5690994. OLE color: 5690994.
HSL color Cylindrical-coordinate representation of color #72D656: hue angle of 106.88º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72D656 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 214 | 86 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.16 |
| HSL | 106.88º | 0.61% | 0.59% | - |
| HSV(B) | 106.88º | 0.6% | 0.84% | - |
| XYZ | 32.67 | 52.34 | 17.19 | - |
| YUV | 169.51 | 80.87 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 214 | 86 | 0.47 | 0 | 0.60 | 0.16 | 106.88 | 0.61 | 0.59 |
| Hex | 72 | D6 | 56 | 2F | 0 | 3C | 10 | 6B | 3D | 3B |
| Octal | 162 | 326 | 126 | 57 | 0 | 74 | 20 | 153 | 75 | 73 |
| Binary | 1110010 | 11010110 | 1010110 | 101111 | 0 | 111100 | 10000 | 1101011 | 111101 | 111011 |
Color Harmonies of #72D656
Complementary color
Monochromatic Colors of #72D656
Black with #72D656
Text Example
Text Example
White with #72D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D656; }
p { color: rgb(114,214,86); }
H1.HeaderClassName
{
color: #72D656;
}
.AnyTagClassName
{
color: #72D656;
}
</style>
background-color css
<style>
a { background-color: #72D656; }
a { background-color: rgb(114,214,86); }
div.DivClassName
{
background-color: #72D656;
}
.BgClassName
{
background-color: #72D656;
}
</style>
border-color css
<style>
span { border-color: #72D656; }
span { border-color: rgb(114,214,86); }
td.TdClassName
{
border-color: #72D656;
}
.TagClassName
{
border-color: #72D656;
}
</style>