Shades of Mantis #79C666
Tints of Mantis #79C666
RGB
CMYK
RGB Variations
Color information
#79C666 (or 0x79C666) is known color: Mantis. HEX triplet: 79, C6 and 66. RGB value is (121,198,102). Sum of RGB (Red+Green+Blue) = 121+198+102=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #79C666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C666 is #863999. Grayscale: #A4A4A4. Windows color (decimal): -8796570 or 6735481. OLE color: 6735481.
HSL color Cylindrical-coordinate representation of color #79C666: hue angle of 108.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79C666 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 198 | 102 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.22 |
| HSL | 108.13º | 0.46% | 0.59% | - |
| HSV(B) | 108.13º | 0.48% | 0.78% | - |
| XYZ | 30.48 | 45.41 | 19.73 | - |
| YUV | 164.03 | 92.99 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 198 | 102 | 0.39 | 0 | 0.48 | 0.22 | 108.13 | 0.46 | 0.59 |
| Hex | 79 | C6 | 66 | 27 | 0 | 30 | 16 | 6C | 2E | 3B |
| Octal | 171 | 306 | 146 | 47 | 0 | 60 | 26 | 154 | 56 | 73 |
| Binary | 1111001 | 11000110 | 1100110 | 100111 | 0 | 110000 | 10110 | 1101100 | 101110 | 111011 |
Color Harmonies of #79C666
Complementary color
Monochromatic Colors of #79C666
Black with #79C666
Text Example
Text Example
White with #79C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C666; }
p { color: rgb(121,198,102); }
H1.HeaderClassName
{
color: #79C666;
}
.AnyTagClassName
{
color: #79C666;
}
</style>
background-color css
<style>
a { background-color: #79C666; }
a { background-color: rgb(121,198,102); }
div.DivClassName
{
background-color: #79C666;
}
.BgClassName
{
background-color: #79C666;
}
</style>
border-color css
<style>
span { border-color: #79C666; }
span { border-color: rgb(121,198,102); }
td.TdClassName
{
border-color: #79C666;
}
.TagClassName
{
border-color: #79C666;
}
</style>