Shades of Mantis #7FC06F
Tints of Mantis #7FC06F
RGB
CMYK
RGB Variations
Color information
#7FC06F (or 0x7FC06F) is known color: Mantis. HEX triplet: 7F, C0 and 6F. RGB value is (127,192,111). Sum of RGB (Red+Green+Blue) = 127+192+111=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC06F is #803F90. Grayscale: #A3A3A3. Windows color (decimal): -8404881 or 7323775. OLE color: 7323775.
HSL color Cylindrical-coordinate representation of color #7FC06F: hue angle of 108.15º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC06F is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 111 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.25 |
| HSL | 108.15º | 0.39% | 0.59% | - |
| HSV(B) | 108.15º | 0.42% | 0.75% | - |
| XYZ | 30.47 | 43.36 | 21.8 | - |
| YUV | 163.33 | 98.47 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 111 | 0.34 | 0 | 0.42 | 0.25 | 108.15 | 0.39 | 0.59 |
| Hex | 7F | C0 | 6F | 22 | 0 | 2A | 19 | 6C | 27 | 3B |
| Octal | 177 | 300 | 157 | 42 | 0 | 52 | 31 | 154 | 47 | 73 |
| Binary | 1111111 | 11000000 | 1101111 | 100010 | 0 | 101010 | 11001 | 1101100 | 100111 | 111011 |
Color Harmonies of #7FC06F
Complementary color
Monochromatic Colors of #7FC06F
Black with #7FC06F
Text Example
Text Example
White with #7FC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC06F; }
p { color: rgb(127,192,111); }
H1.HeaderClassName
{
color: #7FC06F;
}
.AnyTagClassName
{
color: #7FC06F;
}
</style>
background-color css
<style>
a { background-color: #7FC06F; }
a { background-color: rgb(127,192,111); }
div.DivClassName
{
background-color: #7FC06F;
}
.BgClassName
{
background-color: #7FC06F;
}
</style>
border-color css
<style>
span { border-color: #7FC06F; }
span { border-color: rgb(127,192,111); }
td.TdClassName
{
border-color: #7FC06F;
}
.TagClassName
{
border-color: #7FC06F;
}
</style>