Shades of Mantis #72D358
Tints of Mantis #72D358
RGB
CMYK
RGB Variations
Color information
#72D358 (or 0x72D358) is known color: Mantis. HEX triplet: 72, D3 and 58. RGB value is (114,211,88). Sum of RGB (Red+Green+Blue) = 114+211+88=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #72D358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D358 is #8D2CA7. Grayscale: #A8A8A8. Windows color (decimal): -9252008 or 5821298. OLE color: 5821298.
HSL color Cylindrical-coordinate representation of color #72D358: hue angle of 107.32º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72D358 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 211 | 88 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.17 |
| HSL | 107.32º | 0.58% | 0.59% | - |
| HSV(B) | 107.32º | 0.58% | 0.83% | - |
| XYZ | 32 | 50.87 | 17.37 | - |
| YUV | 167.98 | 82.86 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 88 | 0.46 | 0 | 0.58 | 0.17 | 107.32 | 0.58 | 0.59 |
| Hex | 72 | D3 | 58 | 2E | 0 | 3A | 11 | 6B | 3A | 3B |
| Octal | 162 | 323 | 130 | 56 | 0 | 72 | 21 | 153 | 72 | 73 |
| Binary | 1110010 | 11010011 | 1011000 | 101110 | 0 | 111010 | 10001 | 1101011 | 111010 | 111011 |
Color Harmonies of #72D358
Complementary color
Monochromatic Colors of #72D358
Black with #72D358
Text Example
Text Example
White with #72D358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D358; }
p { color: rgb(114,211,88); }
H1.HeaderClassName
{
color: #72D358;
}
.AnyTagClassName
{
color: #72D358;
}
</style>
background-color css
<style>
a { background-color: #72D358; }
a { background-color: rgb(114,211,88); }
div.DivClassName
{
background-color: #72D358;
}
.BgClassName
{
background-color: #72D358;
}
</style>
border-color css
<style>
span { border-color: #72D358; }
span { border-color: rgb(114,211,88); }
td.TdClassName
{
border-color: #72D358;
}
.TagClassName
{
border-color: #72D358;
}
</style>