Shades of Mantis #79D155
Tints of Mantis #79D155
RGB
CMYK
RGB Variations
Color information
#79D155 (or 0x79D155) is known color: Mantis. HEX triplet: 79, D1 and 55. RGB value is (121,209,85). Sum of RGB (Red+Green+Blue) = 121+209+85=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #79D155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79D155 is #862EAA. Grayscale: #A8A8A8. Windows color (decimal): -8793771 or 5624185. OLE color: 5624185.
HSL color Cylindrical-coordinate representation of color #79D155: hue angle of 102.58º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79D155 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 209 | 85 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.18 |
| HSL | 102.58º | 0.57% | 0.58% | - |
| HSV(B) | 102.58º | 0.59% | 0.82% | - |
| XYZ | 32.33 | 50.32 | 16.6 | - |
| YUV | 168.55 | 80.85 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 209 | 85 | 0.42 | 0 | 0.59 | 0.18 | 102.58 | 0.57 | 0.58 |
| Hex | 79 | D1 | 55 | 2A | 0 | 3B | 12 | 67 | 39 | 3A |
| Octal | 171 | 321 | 125 | 52 | 0 | 73 | 22 | 147 | 71 | 72 |
| Binary | 1111001 | 11010001 | 1010101 | 101010 | 0 | 111011 | 10010 | 1100111 | 111001 | 111010 |
Color Harmonies of #79D155
Complementary color
Monochromatic Colors of #79D155
Black with #79D155
Text Example
Text Example
White with #79D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D155; }
p { color: rgb(121,209,85); }
H1.HeaderClassName
{
color: #79D155;
}
.AnyTagClassName
{
color: #79D155;
}
</style>
background-color css
<style>
a { background-color: #79D155; }
a { background-color: rgb(121,209,85); }
div.DivClassName
{
background-color: #79D155;
}
.BgClassName
{
background-color: #79D155;
}
</style>
border-color css
<style>
span { border-color: #79D155; }
span { border-color: rgb(121,209,85); }
td.TdClassName
{
border-color: #79D155;
}
.TagClassName
{
border-color: #79D155;
}
</style>