Shades of Mantis #79C66D
Tints of Mantis #79C66D
RGB
CMYK
RGB Variations
Color information
#79C66D (or 0x79C66D) is known color: Mantis. HEX triplet: 79, C6 and 6D. RGB value is (121,198,109). Sum of RGB (Red+Green+Blue) = 121+198+109=428 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.27% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #79C66D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C66D is #863992. Grayscale: #A5A5A5. Windows color (decimal): -8796563 or 7194233. OLE color: 7194233.
HSL color Cylindrical-coordinate representation of color #79C66D: hue angle of 111.91º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79C66D is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 198 | 109 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.22 |
| HSL | 111.91º | 0.44% | 0.6% | - |
| HSV(B) | 111.91º | 0.45% | 0.78% | - |
| XYZ | 30.84 | 45.56 | 21.64 | - |
| YUV | 164.83 | 96.49 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 198 | 109 | 0.39 | 0 | 0.45 | 0.22 | 111.91 | 0.44 | 0.6 |
| Hex | 79 | C6 | 6D | 27 | 0 | 2D | 16 | 70 | 2C | 3C |
| Octal | 171 | 306 | 155 | 47 | 0 | 55 | 26 | 160 | 54 | 74 |
| Binary | 1111001 | 11000110 | 1101101 | 100111 | 0 | 101101 | 10110 | 1110000 | 101100 | 111100 |
Color Harmonies of #79C66D
Complementary color
Monochromatic Colors of #79C66D
Black with #79C66D
Text Example
Text Example
White with #79C66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C66D; }
p { color: rgb(121,198,109); }
H1.HeaderClassName
{
color: #79C66D;
}
.AnyTagClassName
{
color: #79C66D;
}
</style>
background-color css
<style>
a { background-color: #79C66D; }
a { background-color: rgb(121,198,109); }
div.DivClassName
{
background-color: #79C66D;
}
.BgClassName
{
background-color: #79C66D;
}
</style>
border-color css
<style>
span { border-color: #79C66D; }
span { border-color: rgb(121,198,109); }
td.TdClassName
{
border-color: #79C66D;
}
.TagClassName
{
border-color: #79C66D;
}
</style>