Shades of Mantis #7FC14D
Tints of Mantis #7FC14D
RGB
CMYK
RGB Variations
Color information
#7FC14D (or 0x7FC14D) is known color: Mantis. HEX triplet: 7F, C1 and 4D. RGB value is (127,193,77). Sum of RGB (Red+Green+Blue) = 127+193+77=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC14D is #803EB2. Grayscale: #A0A0A0. Windows color (decimal): -8404659 or 5095807. OLE color: 5095807.
HSL color Cylindrical-coordinate representation of color #7FC14D: hue angle of 94.14º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7FC14D is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 77 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.24 |
| HSL | 94.14º | 0.48% | 0.53% | - |
| HSV(B) | 94.14º | 0.6% | 0.76% | - |
| XYZ | 29.16 | 43.19 | 13.82 | - |
| YUV | 160.04 | 81.13 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 77 | 0.34 | 0 | 0.60 | 0.24 | 94.14 | 0.48 | 0.53 |
| Hex | 7F | C1 | 4D | 22 | 0 | 3C | 18 | 5E | 30 | 35 |
| Octal | 177 | 301 | 115 | 42 | 0 | 74 | 30 | 136 | 60 | 65 |
| Binary | 1111111 | 11000001 | 1001101 | 100010 | 0 | 111100 | 11000 | 1011110 | 110000 | 110101 |
Color Harmonies of #7FC14D
Complementary color
Monochromatic Colors of #7FC14D
Black with #7FC14D
Text Example
Text Example
White with #7FC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC14D; }
p { color: rgb(127,193,77); }
H1.HeaderClassName
{
color: #7FC14D;
}
.AnyTagClassName
{
color: #7FC14D;
}
</style>
background-color css
<style>
a { background-color: #7FC14D; }
a { background-color: rgb(127,193,77); }
div.DivClassName
{
background-color: #7FC14D;
}
.BgClassName
{
background-color: #7FC14D;
}
</style>
border-color css
<style>
span { border-color: #7FC14D; }
span { border-color: rgb(127,193,77); }
td.TdClassName
{
border-color: #7FC14D;
}
.TagClassName
{
border-color: #7FC14D;
}
</style>