Shades of Mantis #72C05F
Tints of Mantis #72C05F
RGB
CMYK
RGB Variations
Color information
#72C05F (or 0x72C05F) is known color: Mantis. HEX triplet: 72, C0 and 5F. RGB value is (114,192,95). Sum of RGB (Red+Green+Blue) = 114+192+95=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #72C05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C05F is #8D3FA0. Grayscale: #9D9D9D. Windows color (decimal): -9256865 or 6275186. OLE color: 6275186.
HSL color Cylindrical-coordinate representation of color #72C05F: hue angle of 108.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72C05F is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 95 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.25 |
| HSL | 108.25º | 0.43% | 0.56% | - |
| HSV(B) | 108.25º | 0.51% | 0.75% | - |
| XYZ | 27.85 | 42.1 | 17.49 | - |
| YUV | 157.62 | 92.66 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 95 | 0.41 | 0 | 0.51 | 0.25 | 108.25 | 0.43 | 0.56 |
| Hex | 72 | C0 | 5F | 29 | 0 | 33 | 19 | 6C | 2B | 38 |
| Octal | 162 | 300 | 137 | 51 | 0 | 63 | 31 | 154 | 53 | 70 |
| Binary | 1110010 | 11000000 | 1011111 | 101001 | 0 | 110011 | 11001 | 1101100 | 101011 | 111000 |
Color Harmonies of #72C05F
Complementary color
Monochromatic Colors of #72C05F
Black with #72C05F
Text Example
Text Example
White with #72C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C05F; }
p { color: rgb(114,192,95); }
H1.HeaderClassName
{
color: #72C05F;
}
.AnyTagClassName
{
color: #72C05F;
}
</style>
background-color css
<style>
a { background-color: #72C05F; }
a { background-color: rgb(114,192,95); }
div.DivClassName
{
background-color: #72C05F;
}
.BgClassName
{
background-color: #72C05F;
}
</style>
border-color css
<style>
span { border-color: #72C05F; }
span { border-color: rgb(114,192,95); }
td.TdClassName
{
border-color: #72C05F;
}
.TagClassName
{
border-color: #72C05F;
}
</style>