Shades of Mantis #79D850
Tints of Mantis #79D850
RGB
CMYK
RGB Variations
Color information
#79D850 (or 0x79D850) is known color: Mantis. HEX triplet: 79, D8 and 50. RGB value is (121,216,80). Sum of RGB (Red+Green+Blue) = 121+216+80=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #79D850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79D850 is #8627AF. Grayscale: #ACACAC. Windows color (decimal): -8791984 or 5298297. OLE color: 5298297.
HSL color Cylindrical-coordinate representation of color #79D850: hue angle of 101.91º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79D850 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 216 | 80 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.15 |
| HSL | 101.91º | 0.64% | 0.58% | - |
| HSV(B) | 101.91º | 0.63% | 0.85% | - |
| XYZ | 33.89 | 53.76 | 16.18 | - |
| YUV | 172.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 216 | 80 | 0.44 | 0 | 0.63 | 0.15 | 101.91 | 0.64 | 0.58 |
| Hex | 79 | D8 | 50 | 2C | 0 | 3F | F | 66 | 40 | 3A |
| Octal | 171 | 330 | 120 | 54 | 0 | 77 | 17 | 146 | 100 | 72 |
| Binary | 1111001 | 11011000 | 1010000 | 101100 | 0 | 111111 | 1111 | 1100110 | 1000000 | 111010 |
Color Harmonies of #79D850
Complementary color
Monochromatic Colors of #79D850
Black with #79D850
Text Example
Text Example
White with #79D850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D850; }
p { color: rgb(121,216,80); }
H1.HeaderClassName
{
color: #79D850;
}
.AnyTagClassName
{
color: #79D850;
}
</style>
background-color css
<style>
a { background-color: #79D850; }
a { background-color: rgb(121,216,80); }
div.DivClassName
{
background-color: #79D850;
}
.BgClassName
{
background-color: #79D850;
}
</style>
border-color css
<style>
span { border-color: #79D850; }
span { border-color: rgb(121,216,80); }
td.TdClassName
{
border-color: #79D850;
}
.TagClassName
{
border-color: #79D850;
}
</style>