Shades of Mantis #79D358
Tints of Mantis #79D358
RGB
CMYK
RGB Variations
Color information
#79D358 (or 0x79D358) is known color: Mantis. HEX triplet: 79, D3 and 58. RGB value is (121,211,88). Sum of RGB (Red+Green+Blue) = 121+211+88=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #79D358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79D358 is #862CA7. Grayscale: #AAAAAA. Windows color (decimal): -8793256 or 5821305. OLE color: 5821305.
HSL color Cylindrical-coordinate representation of color #79D358: hue angle of 103.9º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #79D358 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 211 | 88 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.17 |
| HSL | 103.9º | 0.58% | 0.59% | - |
| HSV(B) | 103.9º | 0.58% | 0.83% | - |
| XYZ | 32.94 | 51.36 | 17.41 | - |
| YUV | 170.07 | 81.68 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 211 | 88 | 0.43 | 0 | 0.58 | 0.17 | 103.9 | 0.58 | 0.59 |
| Hex | 79 | D3 | 58 | 2B | 0 | 3A | 11 | 68 | 3A | 3B |
| Octal | 171 | 323 | 130 | 53 | 0 | 72 | 21 | 150 | 72 | 73 |
| Binary | 1111001 | 11010011 | 1011000 | 101011 | 0 | 111010 | 10001 | 1101000 | 111010 | 111011 |
Color Harmonies of #79D358
Complementary color
Monochromatic Colors of #79D358
Black with #79D358
Text Example
Text Example
White with #79D358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D358; }
p { color: rgb(121,211,88); }
H1.HeaderClassName
{
color: #79D358;
}
.AnyTagClassName
{
color: #79D358;
}
</style>
background-color css
<style>
a { background-color: #79D358; }
a { background-color: rgb(121,211,88); }
div.DivClassName
{
background-color: #79D358;
}
.BgClassName
{
background-color: #79D358;
}
</style>
border-color css
<style>
span { border-color: #79D358; }
span { border-color: rgb(121,211,88); }
td.TdClassName
{
border-color: #79D358;
}
.TagClassName
{
border-color: #79D358;
}
</style>