Shades of Mantis #7FC14E
Tints of Mantis #7FC14E
RGB
CMYK
RGB Variations
Color information
#7FC14E (or 0x7FC14E) is known color: Mantis. HEX triplet: 7F, C1 and 4E. RGB value is (127,193,78). Sum of RGB (Red+Green+Blue) = 127+193+78=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC14E is #803EB1. Grayscale: #A0A0A0. Windows color (decimal): -8404658 or 5161343. OLE color: 5161343.
HSL color Cylindrical-coordinate representation of color #7FC14E: hue angle of 94.43º 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 #7FC14E is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 78 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.24 |
| HSL | 94.43º | 0.48% | 0.53% | - |
| HSV(B) | 94.43º | 0.6% | 0.76% | - |
| XYZ | 29.2 | 43.2 | 14.01 | - |
| YUV | 160.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 78 | 0.34 | 0 | 0.60 | 0.24 | 94.43 | 0.48 | 0.53 |
| Hex | 7F | C1 | 4E | 22 | 0 | 3C | 18 | 5E | 30 | 35 |
| Octal | 177 | 301 | 116 | 42 | 0 | 74 | 30 | 136 | 60 | 65 |
| Binary | 1111111 | 11000001 | 1001110 | 100010 | 0 | 111100 | 11000 | 1011110 | 110000 | 110101 |
Color Harmonies of #7FC14E
Complementary color
Monochromatic Colors of #7FC14E
Black with #7FC14E
Text Example
Text Example
White with #7FC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC14E; }
p { color: rgb(127,193,78); }
H1.HeaderClassName
{
color: #7FC14E;
}
.AnyTagClassName
{
color: #7FC14E;
}
</style>
background-color css
<style>
a { background-color: #7FC14E; }
a { background-color: rgb(127,193,78); }
div.DivClassName
{
background-color: #7FC14E;
}
.BgClassName
{
background-color: #7FC14E;
}
</style>
border-color css
<style>
span { border-color: #7FC14E; }
span { border-color: rgb(127,193,78); }
td.TdClassName
{
border-color: #7FC14E;
}
.TagClassName
{
border-color: #7FC14E;
}
</style>