Shades of Mantis #72D158
Tints of Mantis #72D158
RGB
CMYK
RGB Variations
Color information
#72D158 (or 0x72D158) is known color: Mantis. HEX triplet: 72, D1 and 58. RGB value is (114,209,88). Sum of RGB (Red+Green+Blue) = 114+209+88=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #72D158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D158 is #8D2EA7. Grayscale: #A7A7A7. Windows color (decimal): -9252520 or 5820786. OLE color: 5820786.
HSL color Cylindrical-coordinate representation of color #72D158: hue angle of 107.11º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72D158 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 209 | 88 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.18 |
| HSL | 107.11º | 0.57% | 0.58% | - |
| HSV(B) | 107.11º | 0.58% | 0.82% | - |
| XYZ | 31.5 | 49.88 | 17.2 | - |
| YUV | 166.8 | 83.53 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 209 | 88 | 0.45 | 0 | 0.58 | 0.18 | 107.11 | 0.57 | 0.58 |
| Hex | 72 | D1 | 58 | 2D | 0 | 3A | 12 | 6B | 39 | 3A |
| Octal | 162 | 321 | 130 | 55 | 0 | 72 | 22 | 153 | 71 | 72 |
| Binary | 1110010 | 11010001 | 1011000 | 101101 | 0 | 111010 | 10010 | 1101011 | 111001 | 111010 |
Color Harmonies of #72D158
Complementary color
Monochromatic Colors of #72D158
Black with #72D158
Text Example
Text Example
White with #72D158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D158; }
p { color: rgb(114,209,88); }
H1.HeaderClassName
{
color: #72D158;
}
.AnyTagClassName
{
color: #72D158;
}
</style>
background-color css
<style>
a { background-color: #72D158; }
a { background-color: rgb(114,209,88); }
div.DivClassName
{
background-color: #72D158;
}
.BgClassName
{
background-color: #72D158;
}
</style>
border-color css
<style>
span { border-color: #72D158; }
span { border-color: rgb(114,209,88); }
td.TdClassName
{
border-color: #72D158;
}
.TagClassName
{
border-color: #72D158;
}
</style>