Shades of Mantis #79C166
Tints of Mantis #79C166
RGB
CMYK
RGB Variations
Color information
#79C166 (or 0x79C166) is known color: Mantis. HEX triplet: 79, C1 and 66. RGB value is (121,193,102). Sum of RGB (Red+Green+Blue) = 121+193+102=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #79C166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C166 is #863E99. Grayscale: #A1A1A1. Windows color (decimal): -8797850 or 6734201. OLE color: 6734201.
HSL color Cylindrical-coordinate representation of color #79C166: hue angle of 107.47º 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 #79C166 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 193 | 102 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.24 |
| HSL | 107.47º | 0.42% | 0.58% | - |
| HSV(B) | 107.47º | 0.47% | 0.76% | - |
| XYZ | 29.35 | 43.16 | 19.35 | - |
| YUV | 161.1 | 94.65 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 193 | 102 | 0.37 | 0 | 0.47 | 0.24 | 107.47 | 0.42 | 0.58 |
| Hex | 79 | C1 | 66 | 25 | 0 | 2F | 18 | 6B | 2A | 3A |
| Octal | 171 | 301 | 146 | 45 | 0 | 57 | 30 | 153 | 52 | 72 |
| Binary | 1111001 | 11000001 | 1100110 | 100101 | 0 | 101111 | 11000 | 1101011 | 101010 | 111010 |
Color Harmonies of #79C166
Complementary color
Monochromatic Colors of #79C166
Black with #79C166
Text Example
Text Example
White with #79C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C166; }
p { color: rgb(121,193,102); }
H1.HeaderClassName
{
color: #79C166;
}
.AnyTagClassName
{
color: #79C166;
}
</style>
background-color css
<style>
a { background-color: #79C166; }
a { background-color: rgb(121,193,102); }
div.DivClassName
{
background-color: #79C166;
}
.BgClassName
{
background-color: #79C166;
}
</style>
border-color css
<style>
span { border-color: #79C166; }
span { border-color: rgb(121,193,102); }
td.TdClassName
{
border-color: #79C166;
}
.TagClassName
{
border-color: #79C166;
}
</style>