Shades of Mantis #7CC166
Tints of Mantis #7CC166
RGB
CMYK
RGB Variations
Color information
#7CC166 (or 0x7CC166) is known color: Mantis. HEX triplet: 7C, C1 and 66. RGB value is (124,193,102). Sum of RGB (Red+Green+Blue) = 124+193+102=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC166 is #833E99. Grayscale: #A2A2A2. Windows color (decimal): -8601242 or 6734204. OLE color: 6734204.
HSL color Cylindrical-coordinate representation of color #7CC166: hue angle of 105.49º 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 #7CC166 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 102 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.24 |
| HSL | 105.49º | 0.42% | 0.58% | - |
| HSV(B) | 105.49º | 0.47% | 0.76% | - |
| XYZ | 29.78 | 43.38 | 19.37 | - |
| YUV | 162 | 94.14 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 102 | 0.36 | 0 | 0.47 | 0.24 | 105.49 | 0.42 | 0.58 |
| Hex | 7C | C1 | 66 | 24 | 0 | 2F | 18 | 69 | 2A | 3A |
| Octal | 174 | 301 | 146 | 44 | 0 | 57 | 30 | 151 | 52 | 72 |
| Binary | 1111100 | 11000001 | 1100110 | 100100 | 0 | 101111 | 11000 | 1101001 | 101010 | 111010 |
Color Harmonies of #7CC166
Complementary color
Monochromatic Colors of #7CC166
Black with #7CC166
Text Example
Text Example
White with #7CC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC166; }
p { color: rgb(124,193,102); }
H1.HeaderClassName
{
color: #7CC166;
}
.AnyTagClassName
{
color: #7CC166;
}
</style>
background-color css
<style>
a { background-color: #7CC166; }
a { background-color: rgb(124,193,102); }
div.DivClassName
{
background-color: #7CC166;
}
.BgClassName
{
background-color: #7CC166;
}
</style>
border-color css
<style>
span { border-color: #7CC166; }
span { border-color: rgb(124,193,102); }
td.TdClassName
{
border-color: #7CC166;
}
.TagClassName
{
border-color: #7CC166;
}
</style>