Shades of Mantis #72D359
Tints of Mantis #72D359
RGB
CMYK
RGB Variations
Color information
#72D359 (or 0x72D359) is known color: Mantis. HEX triplet: 72, D3 and 59. RGB value is (114,211,89). Sum of RGB (Red+Green+Blue) = 114+211+89=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #72D359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D359 is #8D2CA6. Grayscale: #A8A8A8. Windows color (decimal): -9252007 or 5886834. OLE color: 5886834.
HSL color Cylindrical-coordinate representation of color #72D359: hue angle of 107.7º 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 #72D359 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 211 | 89 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.17 |
| HSL | 107.7º | 0.58% | 0.59% | - |
| HSV(B) | 107.7º | 0.58% | 0.83% | - |
| XYZ | 32.04 | 50.89 | 17.58 | - |
| YUV | 168.09 | 83.36 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 89 | 0.46 | 0 | 0.58 | 0.17 | 107.7 | 0.58 | 0.59 |
| Hex | 72 | D3 | 59 | 2E | 0 | 3A | 11 | 6C | 3A | 3B |
| Octal | 162 | 323 | 131 | 56 | 0 | 72 | 21 | 154 | 72 | 73 |
| Binary | 1110010 | 11010011 | 1011001 | 101110 | 0 | 111010 | 10001 | 1101100 | 111010 | 111011 |
Color Harmonies of #72D359
Complementary color
Monochromatic Colors of #72D359
Black with #72D359
Text Example
Text Example
White with #72D359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D359; }
p { color: rgb(114,211,89); }
H1.HeaderClassName
{
color: #72D359;
}
.AnyTagClassName
{
color: #72D359;
}
</style>
background-color css
<style>
a { background-color: #72D359; }
a { background-color: rgb(114,211,89); }
div.DivClassName
{
background-color: #72D359;
}
.BgClassName
{
background-color: #72D359;
}
</style>
border-color css
<style>
span { border-color: #72D359; }
span { border-color: rgb(114,211,89); }
td.TdClassName
{
border-color: #72D359;
}
.TagClassName
{
border-color: #72D359;
}
</style>