Shades of Mantis #72D155
Tints of Mantis #72D155
RGB
CMYK
RGB Variations
Color information
#72D155 (or 0x72D155) is known color: Mantis. HEX triplet: 72, D1 and 55. RGB value is (114,209,85). Sum of RGB (Red+Green+Blue) = 114+209+85=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #72D155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D155 is #8D2EAA. Grayscale: #A6A6A6. Windows color (decimal): -9252523 or 5624178. OLE color: 5624178.
HSL color Cylindrical-coordinate representation of color #72D155: hue angle of 105.97º 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 #72D155 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 209 | 85 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.18 |
| HSL | 105.97º | 0.57% | 0.58% | - |
| HSV(B) | 105.97º | 0.59% | 0.82% | - |
| XYZ | 31.38 | 49.83 | 16.56 | - |
| YUV | 166.46 | 82.03 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 209 | 85 | 0.45 | 0 | 0.59 | 0.18 | 105.97 | 0.57 | 0.58 |
| Hex | 72 | D1 | 55 | 2D | 0 | 3B | 12 | 6A | 39 | 3A |
| Octal | 162 | 321 | 125 | 55 | 0 | 73 | 22 | 152 | 71 | 72 |
| Binary | 1110010 | 11010001 | 1010101 | 101101 | 0 | 111011 | 10010 | 1101010 | 111001 | 111010 |
Color Harmonies of #72D155
Complementary color
Monochromatic Colors of #72D155
Black with #72D155
Text Example
Text Example
White with #72D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D155; }
p { color: rgb(114,209,85); }
H1.HeaderClassName
{
color: #72D155;
}
.AnyTagClassName
{
color: #72D155;
}
</style>
background-color css
<style>
a { background-color: #72D155; }
a { background-color: rgb(114,209,85); }
div.DivClassName
{
background-color: #72D155;
}
.BgClassName
{
background-color: #72D155;
}
</style>
border-color css
<style>
span { border-color: #72D155; }
span { border-color: rgb(114,209,85); }
td.TdClassName
{
border-color: #72D155;
}
.TagClassName
{
border-color: #72D155;
}
</style>