Shades of Mantis #7FC166
Tints of Mantis #7FC166
RGB
CMYK
RGB Variations
Color information
#7FC166 (or 0x7FC166) is known color: Mantis. HEX triplet: 7F, C1 and 66. RGB value is (127,193,102). Sum of RGB (Red+Green+Blue) = 127+193+102=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC166 is #803E99. Grayscale: #A3A3A3. Windows color (decimal): -8404634 or 6734207. OLE color: 6734207.
HSL color Cylindrical-coordinate representation of color #7FC166: hue angle of 103.52º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FC166 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 102 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.24 |
| HSL | 103.52º | 0.42% | 0.58% | - |
| HSV(B) | 103.52º | 0.47% | 0.76% | - |
| XYZ | 30.22 | 43.61 | 19.4 | - |
| YUV | 162.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 102 | 0.34 | 0 | 0.47 | 0.24 | 103.52 | 0.42 | 0.58 |
| Hex | 7F | C1 | 66 | 22 | 0 | 2F | 18 | 68 | 2A | 3A |
| Octal | 177 | 301 | 146 | 42 | 0 | 57 | 30 | 150 | 52 | 72 |
| Binary | 1111111 | 11000001 | 1100110 | 100010 | 0 | 101111 | 11000 | 1101000 | 101010 | 111010 |
Color Harmonies of #7FC166
Complementary color
Monochromatic Colors of #7FC166
Black with #7FC166
Text Example
Text Example
White with #7FC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC166; }
p { color: rgb(127,193,102); }
H1.HeaderClassName
{
color: #7FC166;
}
.AnyTagClassName
{
color: #7FC166;
}
</style>
background-color css
<style>
a { background-color: #7FC166; }
a { background-color: rgb(127,193,102); }
div.DivClassName
{
background-color: #7FC166;
}
.BgClassName
{
background-color: #7FC166;
}
</style>
border-color css
<style>
span { border-color: #7FC166; }
span { border-color: rgb(127,193,102); }
td.TdClassName
{
border-color: #7FC166;
}
.TagClassName
{
border-color: #7FC166;
}
</style>