Shades of Lima #79B520
Tints of Lima #79B520
RGB
CMYK
RGB Variations
Color information
#79B520 (or 0x79B520) is known color: Lima. HEX triplet: 79, B5 and 20. RGB value is (121,181,32). Sum of RGB (Red+Green+Blue) = 121+181+32=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #79B520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79B520 is #864ADF. Grayscale: #929292. Windows color (decimal): -8800992 or 2143609. OLE color: 2143609.
HSL color Cylindrical-coordinate representation of color #79B520: hue angle of 84.16º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79B520 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 181 | 32 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.29 |
| HSL | 84.16º | 0.7% | 0.42% | - |
| HSV(B) | 84.16º | 0.82% | 0.71% | - |
| XYZ | 24.67 | 37.22 | 7.25 | - |
| YUV | 146.07 | 63.62 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 181 | 32 | 0.33 | 0 | 0.82 | 0.29 | 84.16 | 0.7 | 0.42 |
| Hex | 79 | B5 | 20 | 21 | 0 | 52 | 1D | 54 | 46 | 2A |
| Octal | 171 | 265 | 40 | 41 | 0 | 122 | 35 | 124 | 106 | 52 |
| Binary | 1111001 | 10110101 | 100000 | 100001 | 0 | 1010010 | 11101 | 1010100 | 1000110 | 101010 |
Color Harmonies of #79B520
Complementary color
Monochromatic Colors of #79B520
Black with #79B520
Text Example
Text Example
White with #79B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B520; }
p { color: rgb(121,181,32); }
H1.HeaderClassName
{
color: #79B520;
}
.AnyTagClassName
{
color: #79B520;
}
</style>
background-color css
<style>
a { background-color: #79B520; }
a { background-color: rgb(121,181,32); }
div.DivClassName
{
background-color: #79B520;
}
.BgClassName
{
background-color: #79B520;
}
</style>
border-color css
<style>
span { border-color: #79B520; }
span { border-color: rgb(121,181,32); }
td.TdClassName
{
border-color: #79B520;
}
.TagClassName
{
border-color: #79B520;
}
</style>