Shades of Mantis #79C551
Tints of Mantis #79C551
RGB
CMYK
RGB Variations
Color information
#79C551 (or 0x79C551) is known color: Mantis. HEX triplet: 79, C5 and 51. RGB value is (121,197,81). Sum of RGB (Red+Green+Blue) = 121+197+81=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #79C551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C551 is #863AAE. Grayscale: #A1A1A1. Windows color (decimal): -8796847 or 5358969. OLE color: 5358969.
HSL color Cylindrical-coordinate representation of color #79C551: hue angle of 99.31º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79C551 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 197 | 81 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.23 |
| HSL | 99.31º | 0.5% | 0.55% | - |
| HSV(B) | 99.31º | 0.59% | 0.77% | - |
| XYZ | 29.34 | 44.59 | 14.85 | - |
| YUV | 161.05 | 82.82 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 197 | 81 | 0.39 | 0 | 0.59 | 0.23 | 99.31 | 0.5 | 0.55 |
| Hex | 79 | C5 | 51 | 27 | 0 | 3B | 17 | 63 | 32 | 37 |
| Octal | 171 | 305 | 121 | 47 | 0 | 73 | 27 | 143 | 62 | 67 |
| Binary | 1111001 | 11000101 | 1010001 | 100111 | 0 | 111011 | 10111 | 1100011 | 110010 | 110111 |
Color Harmonies of #79C551
Complementary color
Monochromatic Colors of #79C551
Black with #79C551
Text Example
Text Example
White with #79C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C551; }
p { color: rgb(121,197,81); }
H1.HeaderClassName
{
color: #79C551;
}
.AnyTagClassName
{
color: #79C551;
}
</style>
background-color css
<style>
a { background-color: #79C551; }
a { background-color: rgb(121,197,81); }
div.DivClassName
{
background-color: #79C551;
}
.BgClassName
{
background-color: #79C551;
}
</style>
border-color css
<style>
span { border-color: #79C551; }
span { border-color: rgb(121,197,81); }
td.TdClassName
{
border-color: #79C551;
}
.TagClassName
{
border-color: #79C551;
}
</style>