Shades of Mantis #79C257
Tints of Mantis #79C257
RGB
CMYK
RGB Variations
Color information
#79C257 (or 0x79C257) is known color: Mantis. HEX triplet: 79, C2 and 57. RGB value is (121,194,87). Sum of RGB (Red+Green+Blue) = 121+194+87=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #79C257 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C257 is #863DA8. Grayscale: #A0A0A0. Windows color (decimal): -8797609 or 5751417. OLE color: 5751417.
HSL color Cylindrical-coordinate representation of color #79C257: hue angle of 100.93º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79C257 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 87 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.24 |
| HSL | 100.93º | 0.47% | 0.55% | - |
| HSV(B) | 100.93º | 0.55% | 0.76% | - |
| XYZ | 28.9 | 43.34 | 15.86 | - |
| YUV | 159.98 | 86.82 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 87 | 0.38 | 0 | 0.55 | 0.24 | 100.93 | 0.47 | 0.55 |
| Hex | 79 | C2 | 57 | 26 | 0 | 37 | 18 | 65 | 2F | 37 |
| Octal | 171 | 302 | 127 | 46 | 0 | 67 | 30 | 145 | 57 | 67 |
| Binary | 1111001 | 11000010 | 1010111 | 100110 | 0 | 110111 | 11000 | 1100101 | 101111 | 110111 |
Color Harmonies of #79C257
Complementary color
Monochromatic Colors of #79C257
Black with #79C257
Text Example
Text Example
White with #79C257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C257; }
p { color: rgb(121,194,87); }
H1.HeaderClassName
{
color: #79C257;
}
.AnyTagClassName
{
color: #79C257;
}
</style>
background-color css
<style>
a { background-color: #79C257; }
a { background-color: rgb(121,194,87); }
div.DivClassName
{
background-color: #79C257;
}
.BgClassName
{
background-color: #79C257;
}
</style>
border-color css
<style>
span { border-color: #79C257; }
span { border-color: rgb(121,194,87); }
td.TdClassName
{
border-color: #79C257;
}
.TagClassName
{
border-color: #79C257;
}
</style>