Shades of Mantis #7FC649
Tints of Mantis #7FC649
RGB
CMYK
RGB Variations
Color information
#7FC649 (or 0x7FC649) is known color: Mantis. HEX triplet: 7F, C6 and 49. RGB value is (127,198,73). Sum of RGB (Red+Green+Blue) = 127+198+73=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC649 is #8039B6. Grayscale: #A2A2A2. Windows color (decimal): -8403383 or 4834943. OLE color: 4834943.
HSL color Cylindrical-coordinate representation of color #7FC649: hue angle of 94.08º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FC649 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 198 | 73 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.22 |
| HSL | 94.08º | 0.52% | 0.53% | - |
| HSV(B) | 94.08º | 0.63% | 0.78% | - |
| XYZ | 30.15 | 45.38 | 13.47 | - |
| YUV | 162.52 | 77.48 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 73 | 0.36 | 0 | 0.63 | 0.22 | 94.08 | 0.52 | 0.53 |
| Hex | 7F | C6 | 49 | 24 | 0 | 3F | 16 | 5E | 34 | 35 |
| Octal | 177 | 306 | 111 | 44 | 0 | 77 | 26 | 136 | 64 | 65 |
| Binary | 1111111 | 11000110 | 1001001 | 100100 | 0 | 111111 | 10110 | 1011110 | 110100 | 110101 |
Color Harmonies of #7FC649
Complementary color
Monochromatic Colors of #7FC649
Black with #7FC649
Text Example
Text Example
White with #7FC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC649; }
p { color: rgb(127,198,73); }
H1.HeaderClassName
{
color: #7FC649;
}
.AnyTagClassName
{
color: #7FC649;
}
</style>
background-color css
<style>
a { background-color: #7FC649; }
a { background-color: rgb(127,198,73); }
div.DivClassName
{
background-color: #7FC649;
}
.BgClassName
{
background-color: #7FC649;
}
</style>
border-color css
<style>
span { border-color: #7FC649; }
span { border-color: rgb(127,198,73); }
td.TdClassName
{
border-color: #7FC649;
}
.TagClassName
{
border-color: #7FC649;
}
</style>