Shades of Lima #79C50B
Tints of Lima #79C50B
RGB
CMYK
RGB Variations
Color information
#79C50B (or 0x79C50B) is known color: Lima. HEX triplet: 79, C5 and 0B. RGB value is (121,197,11). Sum of RGB (Red+Green+Blue) = 121+197+11=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #79C50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C50B is #863AF4. Grayscale: #999999. Windows color (decimal): -8796917 or 771449. OLE color: 771449.
HSL color Cylindrical-coordinate representation of color #79C50B: hue angle of 84.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79C50B is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 197 | 11 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.23 |
| HSL | 84.52º | 0.89% | 0.41% | - |
| HSV(B) | 84.52º | 0.94% | 0.77% | - |
| XYZ | 27.91 | 44.02 | 7.34 | - |
| YUV | 153.07 | 47.82 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 197 | 11 | 0.39 | 0 | 0.94 | 0.23 | 84.52 | 0.89 | 0.41 |
| Hex | 79 | C5 | B | 27 | 0 | 5E | 17 | 55 | 59 | 29 |
| Octal | 171 | 305 | 13 | 47 | 0 | 136 | 27 | 125 | 131 | 51 |
| Binary | 1111001 | 11000101 | 1011 | 100111 | 0 | 1011110 | 10111 | 1010101 | 1011001 | 101001 |
Color Harmonies of #79C50B
Complementary color
Monochromatic Colors of #79C50B
Black with #79C50B
Text Example
Text Example
White with #79C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C50B; }
p { color: rgb(121,197,11); }
H1.HeaderClassName
{
color: #79C50B;
}
.AnyTagClassName
{
color: #79C50B;
}
</style>
background-color css
<style>
a { background-color: #79C50B; }
a { background-color: rgb(121,197,11); }
div.DivClassName
{
background-color: #79C50B;
}
.BgClassName
{
background-color: #79C50B;
}
</style>
border-color css
<style>
span { border-color: #79C50B; }
span { border-color: rgb(121,197,11); }
td.TdClassName
{
border-color: #79C50B;
}
.TagClassName
{
border-color: #79C50B;
}
</style>