Shades of Mantis #79C265
Tints of Mantis #79C265
RGB
CMYK
RGB Variations
Color information
#79C265 (or 0x79C265) is known color: Mantis. HEX triplet: 79, C2 and 65. RGB value is (121,194,101). Sum of RGB (Red+Green+Blue) = 121+194+101=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #79C265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C265 is #863D9A. Grayscale: #A1A1A1. Windows color (decimal): -8797595 or 6668921. OLE color: 6668921.
HSL color Cylindrical-coordinate representation of color #79C265: hue angle of 107.1º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79C265 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 101 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.24 |
| HSL | 107.1º | 0.43% | 0.58% | - |
| HSV(B) | 107.1º | 0.48% | 0.76% | - |
| XYZ | 29.53 | 43.59 | 19.17 | - |
| YUV | 161.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 101 | 0.38 | 0 | 0.48 | 0.24 | 107.1 | 0.43 | 0.58 |
| Hex | 79 | C2 | 65 | 26 | 0 | 30 | 18 | 6B | 2B | 3A |
| Octal | 171 | 302 | 145 | 46 | 0 | 60 | 30 | 153 | 53 | 72 |
| Binary | 1111001 | 11000010 | 1100101 | 100110 | 0 | 110000 | 11000 | 1101011 | 101011 | 111010 |
Color Harmonies of #79C265
Complementary color
Monochromatic Colors of #79C265
Black with #79C265
Text Example
Text Example
White with #79C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C265; }
p { color: rgb(121,194,101); }
H1.HeaderClassName
{
color: #79C265;
}
.AnyTagClassName
{
color: #79C265;
}
</style>
background-color css
<style>
a { background-color: #79C265; }
a { background-color: rgb(121,194,101); }
div.DivClassName
{
background-color: #79C265;
}
.BgClassName
{
background-color: #79C265;
}
</style>
border-color css
<style>
span { border-color: #79C265; }
span { border-color: rgb(121,194,101); }
td.TdClassName
{
border-color: #79C265;
}
.TagClassName
{
border-color: #79C265;
}
</style>