Shades of Mantis #79D256
Tints of Mantis #79D256
RGB
CMYK
RGB Variations
Color information
#79D256 (or 0x79D256) is known color: Mantis. HEX triplet: 79, D2 and 56. RGB value is (121,210,86). Sum of RGB (Red+Green+Blue) = 121+210+86=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #79D256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79D256 is #862DA9. Grayscale: #A9A9A9. Windows color (decimal): -8793514 or 5689977. OLE color: 5689977.
HSL color Cylindrical-coordinate representation of color #79D256: hue angle of 103.06º degrees, saturation: 0.58, 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 #79D256 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 210 | 86 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.18 |
| HSL | 103.06º | 0.58% | 0.58% | - |
| HSV(B) | 103.06º | 0.59% | 0.82% | - |
| XYZ | 32.61 | 50.83 | 16.9 | - |
| YUV | 169.25 | 81.01 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 210 | 86 | 0.42 | 0 | 0.59 | 0.18 | 103.06 | 0.58 | 0.58 |
| Hex | 79 | D2 | 56 | 2A | 0 | 3B | 12 | 67 | 3A | 3A |
| Octal | 171 | 322 | 126 | 52 | 0 | 73 | 22 | 147 | 72 | 72 |
| Binary | 1111001 | 11010010 | 1010110 | 101010 | 0 | 111011 | 10010 | 1100111 | 111010 | 111010 |
Color Harmonies of #79D256
Complementary color
Monochromatic Colors of #79D256
Black with #79D256
Text Example
Text Example
White with #79D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D256; }
p { color: rgb(121,210,86); }
H1.HeaderClassName
{
color: #79D256;
}
.AnyTagClassName
{
color: #79D256;
}
</style>
background-color css
<style>
a { background-color: #79D256; }
a { background-color: rgb(121,210,86); }
div.DivClassName
{
background-color: #79D256;
}
.BgClassName
{
background-color: #79D256;
}
</style>
border-color css
<style>
span { border-color: #79D256; }
span { border-color: rgb(121,210,86); }
td.TdClassName
{
border-color: #79D256;
}
.TagClassName
{
border-color: #79D256;
}
</style>