Shades of Mantis #79C266
Tints of Mantis #79C266
RGB
CMYK
RGB Variations
Color information
#79C266 (or 0x79C266) is known color: Mantis. HEX triplet: 79, C2 and 66. RGB value is (121,194,102). Sum of RGB (Red+Green+Blue) = 121+194+102=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #79C266 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C266 is #863D99. Grayscale: #A1A1A1. Windows color (decimal): -8797594 or 6734457. OLE color: 6734457.
HSL color Cylindrical-coordinate representation of color #79C266: hue angle of 107.61º degrees, saturation: 0.43, 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 #79C266 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 102 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.24 |
| HSL | 107.61º | 0.43% | 0.58% | - |
| HSV(B) | 107.61º | 0.47% | 0.76% | - |
| XYZ | 29.58 | 43.61 | 19.43 | - |
| YUV | 161.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 102 | 0.38 | 0 | 0.47 | 0.24 | 107.61 | 0.43 | 0.58 |
| Hex | 79 | C2 | 66 | 26 | 0 | 2F | 18 | 6C | 2B | 3A |
| Octal | 171 | 302 | 146 | 46 | 0 | 57 | 30 | 154 | 53 | 72 |
| Binary | 1111001 | 11000010 | 1100110 | 100110 | 0 | 101111 | 11000 | 1101100 | 101011 | 111010 |
Color Harmonies of #79C266
Complementary color
Monochromatic Colors of #79C266
Black with #79C266
Text Example
Text Example
White with #79C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C266; }
p { color: rgb(121,194,102); }
H1.HeaderClassName
{
color: #79C266;
}
.AnyTagClassName
{
color: #79C266;
}
</style>
background-color css
<style>
a { background-color: #79C266; }
a { background-color: rgb(121,194,102); }
div.DivClassName
{
background-color: #79C266;
}
.BgClassName
{
background-color: #79C266;
}
</style>
border-color css
<style>
span { border-color: #79C266; }
span { border-color: rgb(121,194,102); }
td.TdClassName
{
border-color: #79C266;
}
.TagClassName
{
border-color: #79C266;
}
</style>