Shades of Mantis #7FC06E
Tints of Mantis #7FC06E
RGB
CMYK
RGB Variations
Color information
#7FC06E (or 0x7FC06E) is known color: Mantis. HEX triplet: 7F, C0 and 6E. RGB value is (127,192,110). Sum of RGB (Red+Green+Blue) = 127+192+110=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC06E is #803F91. Grayscale: #A3A3A3. Windows color (decimal): -8404882 or 7258239. OLE color: 7258239.
HSL color Cylindrical-coordinate representation of color #7FC06E: hue angle of 107.56º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FC06E is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 110 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.25 |
| HSL | 107.56º | 0.39% | 0.59% | - |
| HSV(B) | 107.56º | 0.43% | 0.75% | - |
| XYZ | 30.42 | 43.34 | 21.51 | - |
| YUV | 163.22 | 97.97 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 110 | 0.34 | 0 | 0.43 | 0.25 | 107.56 | 0.39 | 0.59 |
| Hex | 7F | C0 | 6E | 22 | 0 | 2B | 19 | 6C | 27 | 3B |
| Octal | 177 | 300 | 156 | 42 | 0 | 53 | 31 | 154 | 47 | 73 |
| Binary | 1111111 | 11000000 | 1101110 | 100010 | 0 | 101011 | 11001 | 1101100 | 100111 | 111011 |
Color Harmonies of #7FC06E
Complementary color
Monochromatic Colors of #7FC06E
Black with #7FC06E
Text Example
Text Example
White with #7FC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC06E; }
p { color: rgb(127,192,110); }
H1.HeaderClassName
{
color: #7FC06E;
}
.AnyTagClassName
{
color: #7FC06E;
}
</style>
background-color css
<style>
a { background-color: #7FC06E; }
a { background-color: rgb(127,192,110); }
div.DivClassName
{
background-color: #7FC06E;
}
.BgClassName
{
background-color: #7FC06E;
}
</style>
border-color css
<style>
span { border-color: #7FC06E; }
span { border-color: rgb(127,192,110); }
td.TdClassName
{
border-color: #7FC06E;
}
.TagClassName
{
border-color: #7FC06E;
}
</style>