Shades of Mantis #79C250
Tints of Mantis #79C250
RGB
CMYK
RGB Variations
Color information
#79C250 (or 0x79C250) is known color: Mantis. HEX triplet: 79, C2 and 50. RGB value is (121,194,80). Sum of RGB (Red+Green+Blue) = 121+194+80=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #79C250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C250 is #863DAF. Grayscale: #9F9F9F. Windows color (decimal): -8797616 or 5292665. OLE color: 5292665.
HSL color Cylindrical-coordinate representation of color #79C250: hue angle of 98.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79C250 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 80 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.24 |
| HSL | 98.42º | 0.48% | 0.54% | - |
| HSV(B) | 98.42º | 0.59% | 0.76% | - |
| XYZ | 28.62 | 43.23 | 14.42 | - |
| YUV | 159.18 | 83.32 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 80 | 0.38 | 0 | 0.59 | 0.24 | 98.42 | 0.48 | 0.54 |
| Hex | 79 | C2 | 50 | 26 | 0 | 3B | 18 | 62 | 30 | 36 |
| Octal | 171 | 302 | 120 | 46 | 0 | 73 | 30 | 142 | 60 | 66 |
| Binary | 1111001 | 11000010 | 1010000 | 100110 | 0 | 111011 | 11000 | 1100010 | 110000 | 110110 |
Color Harmonies of #79C250
Complementary color
Monochromatic Colors of #79C250
Black with #79C250
Text Example
Text Example
White with #79C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C250; }
p { color: rgb(121,194,80); }
H1.HeaderClassName
{
color: #79C250;
}
.AnyTagClassName
{
color: #79C250;
}
</style>
background-color css
<style>
a { background-color: #79C250; }
a { background-color: rgb(121,194,80); }
div.DivClassName
{
background-color: #79C250;
}
.BgClassName
{
background-color: #79C250;
}
</style>
border-color css
<style>
span { border-color: #79C250; }
span { border-color: rgb(121,194,80); }
td.TdClassName
{
border-color: #79C250;
}
.TagClassName
{
border-color: #79C250;
}
</style>