Shades of Mantis #79CA5D
Tints of Mantis #79CA5D
RGB
CMYK
RGB Variations
Color information
#79CA5D (or 0x79CA5D) is known color: Mantis. HEX triplet: 79, CA and 5D. RGB value is (121,202,93). Sum of RGB (Red+Green+Blue) = 121+202+93=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #79CA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79CA5D is #8635A2. Grayscale: #A5A5A5. Windows color (decimal): -8795555 or 6146681. OLE color: 6146681.
HSL color Cylindrical-coordinate representation of color #79CA5D: hue angle of 104.59º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #79CA5D is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 202 | 93 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.21 |
| HSL | 104.59º | 0.51% | 0.58% | - |
| HSV(B) | 104.59º | 0.54% | 0.79% | - |
| XYZ | 30.98 | 47.1 | 17.81 | - |
| YUV | 165.36 | 87.16 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 202 | 93 | 0.40 | 0 | 0.54 | 0.21 | 104.59 | 0.51 | 0.58 |
| Hex | 79 | CA | 5D | 28 | 0 | 36 | 15 | 69 | 33 | 3A |
| Octal | 171 | 312 | 135 | 50 | 0 | 66 | 25 | 151 | 63 | 72 |
| Binary | 1111001 | 11001010 | 1011101 | 101000 | 0 | 110110 | 10101 | 1101001 | 110011 | 111010 |
Color Harmonies of #79CA5D
Complementary color
Monochromatic Colors of #79CA5D
Black with #79CA5D
Text Example
Text Example
White with #79CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CA5D; }
p { color: rgb(121,202,93); }
H1.HeaderClassName
{
color: #79CA5D;
}
.AnyTagClassName
{
color: #79CA5D;
}
</style>
background-color css
<style>
a { background-color: #79CA5D; }
a { background-color: rgb(121,202,93); }
div.DivClassName
{
background-color: #79CA5D;
}
.BgClassName
{
background-color: #79CA5D;
}
</style>
border-color css
<style>
span { border-color: #79CA5D; }
span { border-color: rgb(121,202,93); }
td.TdClassName
{
border-color: #79CA5D;
}
.TagClassName
{
border-color: #79CA5D;
}
</style>