Shades of Mantis #7FC372
Tints of Mantis #7FC372
RGB
CMYK
RGB Variations
Color information
#7FC372 (or 0x7FC372) is known color: Mantis. HEX triplet: 7F, C3 and 72. RGB value is (127,195,114). Sum of RGB (Red+Green+Blue) = 127+195+114=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC372 is #803C8D. Grayscale: #A5A5A5. Windows color (decimal): -8404110 or 7521151. OLE color: 7521151.
HSL color Cylindrical-coordinate representation of color #7FC372: hue angle of 110.37º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC372 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 114 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.24 |
| HSL | 110.37º | 0.4% | 0.61% | - |
| HSV(B) | 110.37º | 0.42% | 0.76% | - |
| XYZ | 31.3 | 44.76 | 22.91 | - |
| YUV | 165.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 114 | 0.35 | 0 | 0.42 | 0.24 | 110.37 | 0.4 | 0.61 |
| Hex | 7F | C3 | 72 | 23 | 0 | 2A | 18 | 6E | 28 | 3D |
| Octal | 177 | 303 | 162 | 43 | 0 | 52 | 30 | 156 | 50 | 75 |
| Binary | 1111111 | 11000011 | 1110010 | 100011 | 0 | 101010 | 11000 | 1101110 | 101000 | 111101 |
Color Harmonies of #7FC372
Complementary color
Monochromatic Colors of #7FC372
Black with #7FC372
Text Example
Text Example
White with #7FC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC372; }
p { color: rgb(127,195,114); }
H1.HeaderClassName
{
color: #7FC372;
}
.AnyTagClassName
{
color: #7FC372;
}
</style>
background-color css
<style>
a { background-color: #7FC372; }
a { background-color: rgb(127,195,114); }
div.DivClassName
{
background-color: #7FC372;
}
.BgClassName
{
background-color: #7FC372;
}
</style>
border-color css
<style>
span { border-color: #7FC372; }
span { border-color: rgb(127,195,114); }
td.TdClassName
{
border-color: #7FC372;
}
.TagClassName
{
border-color: #7FC372;
}
</style>