Shades of Mantis #79B256
Tints of Mantis #79B256
RGB
CMYK
RGB Variations
Color information
#79B256 (or 0x79B256) is known color: Mantis. HEX triplet: 79, B2 and 56. RGB value is (121,178,86). Sum of RGB (Red+Green+Blue) = 121+178+86=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #79B256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79B256 is #864DA9. Grayscale: #969696. Windows color (decimal): -8801706 or 5681785. OLE color: 5681785.
HSL color Cylindrical-coordinate representation of color #79B256: hue angle of 97.17º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79B256 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 178 | 86 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.30 |
| HSL | 97.17º | 0.37% | 0.52% | - |
| HSV(B) | 97.17º | 0.52% | 0.7% | - |
| XYZ | 25.49 | 36.58 | 14.52 | - |
| YUV | 150.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 178 | 86 | 0.32 | 0 | 0.52 | 0.30 | 97.17 | 0.37 | 0.52 |
| Hex | 79 | B2 | 56 | 20 | 0 | 34 | 1E | 61 | 25 | 34 |
| Octal | 171 | 262 | 126 | 40 | 0 | 64 | 36 | 141 | 45 | 64 |
| Binary | 1111001 | 10110010 | 1010110 | 100000 | 0 | 110100 | 11110 | 1100001 | 100101 | 110100 |
Color Harmonies of #79B256
Complementary color
Monochromatic Colors of #79B256
Black with #79B256
Text Example
Text Example
White with #79B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B256; }
p { color: rgb(121,178,86); }
H1.HeaderClassName
{
color: #79B256;
}
.AnyTagClassName
{
color: #79B256;
}
</style>
background-color css
<style>
a { background-color: #79B256; }
a { background-color: rgb(121,178,86); }
div.DivClassName
{
background-color: #79B256;
}
.BgClassName
{
background-color: #79B256;
}
</style>
border-color css
<style>
span { border-color: #79B256; }
span { border-color: rgb(121,178,86); }
td.TdClassName
{
border-color: #79B256;
}
.TagClassName
{
border-color: #79B256;
}
</style>