Shades of Mantis #79CB42
Tints of Mantis #79CB42
RGB
CMYK
RGB Variations
Color information
#79CB42 (or 0x79CB42) is known color: Mantis. HEX triplet: 79, CB and 42. RGB value is (121,203,66). Sum of RGB (Red+Green+Blue) = 121+203+66=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #79CB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79CB42 is #8634BD. Grayscale: #A3A3A3. Windows color (decimal): -8795326 or 4377465. OLE color: 4377465.
HSL color Cylindrical-coordinate representation of color #79CB42: hue angle of 95.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79CB42 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 203 | 66 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.20 |
| HSL | 95.91º | 0.57% | 0.53% | - |
| HSV(B) | 95.91º | 0.67% | 0.8% | - |
| XYZ | 30.22 | 47.17 | 12.67 | - |
| YUV | 162.86 | 73.33 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 203 | 66 | 0.40 | 0 | 0.67 | 0.20 | 95.91 | 0.57 | 0.53 |
| Hex | 79 | CB | 42 | 28 | 0 | 43 | 14 | 60 | 39 | 35 |
| Octal | 171 | 313 | 102 | 50 | 0 | 103 | 24 | 140 | 71 | 65 |
| Binary | 1111001 | 11001011 | 1000010 | 101000 | 0 | 1000011 | 10100 | 1100000 | 111001 | 110101 |
Color Harmonies of #79CB42
Complementary color
Monochromatic Colors of #79CB42
Black with #79CB42
Text Example
Text Example
White with #79CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CB42; }
p { color: rgb(121,203,66); }
H1.HeaderClassName
{
color: #79CB42;
}
.AnyTagClassName
{
color: #79CB42;
}
</style>
background-color css
<style>
a { background-color: #79CB42; }
a { background-color: rgb(121,203,66); }
div.DivClassName
{
background-color: #79CB42;
}
.BgClassName
{
background-color: #79CB42;
}
</style>
border-color css
<style>
span { border-color: #79CB42; }
span { border-color: rgb(121,203,66); }
td.TdClassName
{
border-color: #79CB42;
}
.TagClassName
{
border-color: #79CB42;
}
</style>