Shades of Mantis #7FC746
Tints of Mantis #7FC746
RGB
CMYK
RGB Variations
Color information
#7FC746 (or 0x7FC746) is known color: Mantis. HEX triplet: 7F, C7 and 46. RGB value is (127,199,70). Sum of RGB (Red+Green+Blue) = 127+199+70=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC746 is #8038B9. Grayscale: #A3A3A3. Windows color (decimal): -8403130 or 4638591. OLE color: 4638591.
HSL color Cylindrical-coordinate representation of color #7FC746: hue angle of 93.49º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FC746 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 199 | 70 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.22 |
| HSL | 93.49º | 0.54% | 0.53% | - |
| HSV(B) | 93.49º | 0.65% | 0.78% | - |
| XYZ | 30.28 | 45.8 | 13.04 | - |
| YUV | 162.77 | 75.65 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 70 | 0.36 | 0 | 0.65 | 0.22 | 93.49 | 0.54 | 0.53 |
| Hex | 7F | C7 | 46 | 24 | 0 | 41 | 16 | 5D | 36 | 35 |
| Octal | 177 | 307 | 106 | 44 | 0 | 101 | 26 | 135 | 66 | 65 |
| Binary | 1111111 | 11000111 | 1000110 | 100100 | 0 | 1000001 | 10110 | 1011101 | 110110 | 110101 |
Color Harmonies of #7FC746
Complementary color
Monochromatic Colors of #7FC746
Black with #7FC746
Text Example
Text Example
White with #7FC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC746; }
p { color: rgb(127,199,70); }
H1.HeaderClassName
{
color: #7FC746;
}
.AnyTagClassName
{
color: #7FC746;
}
</style>
background-color css
<style>
a { background-color: #7FC746; }
a { background-color: rgb(127,199,70); }
div.DivClassName
{
background-color: #7FC746;
}
.BgClassName
{
background-color: #7FC746;
}
</style>
border-color css
<style>
span { border-color: #7FC746; }
span { border-color: rgb(127,199,70); }
td.TdClassName
{
border-color: #7FC746;
}
.TagClassName
{
border-color: #7FC746;
}
</style>