Shades of Mantis #7FC249
Tints of Mantis #7FC249
RGB
CMYK
RGB Variations
Color information
#7FC249 (or 0x7FC249) is known color: Mantis. HEX triplet: 7F, C2 and 49. RGB value is (127,194,73). Sum of RGB (Red+Green+Blue) = 127+194+73=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC249 is #803DB6. Grayscale: #A0A0A0. Windows color (decimal): -8404407 or 4833919. OLE color: 4833919.
HSL color Cylindrical-coordinate representation of color #7FC249: hue angle of 93.22º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FC249 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 73 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.24 |
| HSL | 93.22º | 0.5% | 0.52% | - |
| HSV(B) | 93.22º | 0.62% | 0.76% | - |
| XYZ | 29.25 | 43.58 | 13.17 | - |
| YUV | 160.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 73 | 0.35 | 0 | 0.62 | 0.24 | 93.22 | 0.5 | 0.52 |
| Hex | 7F | C2 | 49 | 23 | 0 | 3E | 18 | 5D | 32 | 34 |
| Octal | 177 | 302 | 111 | 43 | 0 | 76 | 30 | 135 | 62 | 64 |
| Binary | 1111111 | 11000010 | 1001001 | 100011 | 0 | 111110 | 11000 | 1011101 | 110010 | 110100 |
Color Harmonies of #7FC249
Complementary color
Monochromatic Colors of #7FC249
Black with #7FC249
Text Example
Text Example
White with #7FC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC249; }
p { color: rgb(127,194,73); }
H1.HeaderClassName
{
color: #7FC249;
}
.AnyTagClassName
{
color: #7FC249;
}
</style>
background-color css
<style>
a { background-color: #7FC249; }
a { background-color: rgb(127,194,73); }
div.DivClassName
{
background-color: #7FC249;
}
.BgClassName
{
background-color: #7FC249;
}
</style>
border-color css
<style>
span { border-color: #7FC249; }
span { border-color: rgb(127,194,73); }
td.TdClassName
{
border-color: #7FC249;
}
.TagClassName
{
border-color: #7FC249;
}
</style>