Shades of Mantis #72C94F
Tints of Mantis #72C94F
RGB
CMYK
RGB Variations
Color information
#72C94F (or 0x72C94F) is known color: Mantis. HEX triplet: 72, C9 and 4F. RGB value is (114,201,79). Sum of RGB (Red+Green+Blue) = 114+201+79=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #72C94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C94F is #8D36B0. Grayscale: #A1A1A1. Windows color (decimal): -9254577 or 5228914. OLE color: 5228914.
HSL color Cylindrical-coordinate representation of color #72C94F: hue angle of 102.79º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72C94F is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 201 | 79 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.21 |
| HSL | 102.79º | 0.53% | 0.55% | - |
| HSV(B) | 102.79º | 0.61% | 0.79% | - |
| XYZ | 29.24 | 45.92 | 14.72 | - |
| YUV | 161.08 | 81.68 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 201 | 79 | 0.43 | 0 | 0.61 | 0.21 | 102.79 | 0.53 | 0.55 |
| Hex | 72 | C9 | 4F | 2B | 0 | 3D | 15 | 67 | 35 | 37 |
| Octal | 162 | 311 | 117 | 53 | 0 | 75 | 25 | 147 | 65 | 67 |
| Binary | 1110010 | 11001001 | 1001111 | 101011 | 0 | 111101 | 10101 | 1100111 | 110101 | 110111 |
Color Harmonies of #72C94F
Complementary color
Monochromatic Colors of #72C94F
Black with #72C94F
Text Example
Text Example
White with #72C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C94F; }
p { color: rgb(114,201,79); }
H1.HeaderClassName
{
color: #72C94F;
}
.AnyTagClassName
{
color: #72C94F;
}
</style>
background-color css
<style>
a { background-color: #72C94F; }
a { background-color: rgb(114,201,79); }
div.DivClassName
{
background-color: #72C94F;
}
.BgClassName
{
background-color: #72C94F;
}
</style>
border-color css
<style>
span { border-color: #72C94F; }
span { border-color: rgb(114,201,79); }
td.TdClassName
{
border-color: #72C94F;
}
.TagClassName
{
border-color: #72C94F;
}
</style>