Shades of Lima #79A817
Tints of Lima #79A817
RGB
CMYK
RGB Variations
Color information
#79A817 (or 0x79A817) is known color: Lima. HEX triplet: 79, A8 and 17. RGB value is (121,168,23). Sum of RGB (Red+Green+Blue) = 121+168+23=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #79A817 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79A817 is #8657E8. Grayscale: #898989. Windows color (decimal): -8804329 or 1550457. OLE color: 1550457.
HSL color Cylindrical-coordinate representation of color #79A817: hue angle of 79.45º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #79A817 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 168 | 23 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.34 |
| HSL | 79.45º | 0.76% | 0.37% | - |
| HSV(B) | 79.45º | 0.86% | 0.66% | - |
| XYZ | 22.04 | 32.13 | 5.85 | - |
| YUV | 137.42 | 63.43 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 168 | 23 | 0.28 | 0 | 0.86 | 0.34 | 79.45 | 0.76 | 0.37 |
| Hex | 79 | A8 | 17 | 1C | 0 | 56 | 22 | 4F | 4C | 25 |
| Octal | 171 | 250 | 27 | 34 | 0 | 126 | 42 | 117 | 114 | 45 |
| Binary | 1111001 | 10101000 | 10111 | 11100 | 0 | 1010110 | 100010 | 1001111 | 1001100 | 100101 |
Color Harmonies of #79A817
Complementary color
Monochromatic Colors of #79A817
Black with #79A817
Text Example
Text Example
White with #79A817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A817; }
p { color: rgb(121,168,23); }
H1.HeaderClassName
{
color: #79A817;
}
.AnyTagClassName
{
color: #79A817;
}
</style>
background-color css
<style>
a { background-color: #79A817; }
a { background-color: rgb(121,168,23); }
div.DivClassName
{
background-color: #79A817;
}
.BgClassName
{
background-color: #79A817;
}
</style>
border-color css
<style>
span { border-color: #79A817; }
span { border-color: rgb(121,168,23); }
td.TdClassName
{
border-color: #79A817;
}
.TagClassName
{
border-color: #79A817;
}
</style>