Shades of Lima #79C511
Tints of Lima #79C511
RGB
CMYK
RGB Variations
Color information
#79C511 (or 0x79C511) is known color: Lima. HEX triplet: 79, C5 and 11. RGB value is (121,197,17). Sum of RGB (Red+Green+Blue) = 121+197+17=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #79C511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C511 is #863AEE. Grayscale: #9A9A9A. Windows color (decimal): -8796911 or 1164665. OLE color: 1164665.
HSL color Cylindrical-coordinate representation of color #79C511: hue angle of 85.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #79C511 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 197 | 17 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.23 |
| HSL | 85.33º | 0.84% | 0.42% | - |
| HSV(B) | 85.33º | 0.91% | 0.77% | - |
| XYZ | 27.95 | 44.04 | 7.56 | - |
| YUV | 153.76 | 50.82 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 197 | 17 | 0.39 | 0 | 0.91 | 0.23 | 85.33 | 0.84 | 0.42 |
| Hex | 79 | C5 | 11 | 27 | 0 | 5B | 17 | 55 | 54 | 2A |
| Octal | 171 | 305 | 21 | 47 | 0 | 133 | 27 | 125 | 124 | 52 |
| Binary | 1111001 | 11000101 | 10001 | 100111 | 0 | 1011011 | 10111 | 1010101 | 1010100 | 101010 |
Color Harmonies of #79C511
Complementary color
Monochromatic Colors of #79C511
Black with #79C511
Text Example
Text Example
White with #79C511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C511; }
p { color: rgb(121,197,17); }
H1.HeaderClassName
{
color: #79C511;
}
.AnyTagClassName
{
color: #79C511;
}
</style>
background-color css
<style>
a { background-color: #79C511; }
a { background-color: rgb(121,197,17); }
div.DivClassName
{
background-color: #79C511;
}
.BgClassName
{
background-color: #79C511;
}
</style>
border-color css
<style>
span { border-color: #79C511; }
span { border-color: rgb(121,197,17); }
td.TdClassName
{
border-color: #79C511;
}
.TagClassName
{
border-color: #79C511;
}
</style>