Shades of Mantis #72C15F
Tints of Mantis #72C15F
RGB
CMYK
RGB Variations
Color information
#72C15F (or 0x72C15F) is known color: Mantis. HEX triplet: 72, C1 and 5F. RGB value is (114,193,95). Sum of RGB (Red+Green+Blue) = 114+193+95=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #72C15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C15F is #8D3EA0. Grayscale: #9E9E9E. Windows color (decimal): -9256609 or 6275442. OLE color: 6275442.
HSL color Cylindrical-coordinate representation of color #72C15F: hue angle of 108.37º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72C15F is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 95 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.24 |
| HSL | 108.37º | 0.44% | 0.56% | - |
| HSV(B) | 108.37º | 0.51% | 0.76% | - |
| XYZ | 28.07 | 42.54 | 17.56 | - |
| YUV | 158.21 | 92.33 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 95 | 0.41 | 0 | 0.51 | 0.24 | 108.37 | 0.44 | 0.56 |
| Hex | 72 | C1 | 5F | 29 | 0 | 33 | 18 | 6C | 2C | 38 |
| Octal | 162 | 301 | 137 | 51 | 0 | 63 | 30 | 154 | 54 | 70 |
| Binary | 1110010 | 11000001 | 1011111 | 101001 | 0 | 110011 | 11000 | 1101100 | 101100 | 111000 |
Color Harmonies of #72C15F
Complementary color
Monochromatic Colors of #72C15F
Black with #72C15F
Text Example
Text Example
White with #72C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C15F; }
p { color: rgb(114,193,95); }
H1.HeaderClassName
{
color: #72C15F;
}
.AnyTagClassName
{
color: #72C15F;
}
</style>
background-color css
<style>
a { background-color: #72C15F; }
a { background-color: rgb(114,193,95); }
div.DivClassName
{
background-color: #72C15F;
}
.BgClassName
{
background-color: #72C15F;
}
</style>
border-color css
<style>
span { border-color: #72C15F; }
span { border-color: rgb(114,193,95); }
td.TdClassName
{
border-color: #72C15F;
}
.TagClassName
{
border-color: #72C15F;
}
</style>