Shades of Lima #79C117
Tints of Lima #79C117
RGB
CMYK
RGB Variations
Color information
#79C117 (or 0x79C117) is known color: Lima. HEX triplet: 79, C1 and 17. RGB value is (121,193,23). Sum of RGB (Red+Green+Blue) = 121+193+23=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #79C117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C117 is #863EE8. Grayscale: #989898. Windows color (decimal): -8797929 or 1556857. OLE color: 1556857.
HSL color Cylindrical-coordinate representation of color #79C117: hue angle of 85.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79C117 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 193 | 23 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.24 |
| HSL | 85.41º | 0.79% | 0.42% | - |
| HSV(B) | 85.41º | 0.88% | 0.76% | - |
| XYZ | 27.11 | 42.27 | 7.54 | - |
| YUV | 152.09 | 55.15 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 193 | 23 | 0.37 | 0 | 0.88 | 0.24 | 85.41 | 0.79 | 0.42 |
| Hex | 79 | C1 | 17 | 25 | 0 | 58 | 18 | 55 | 4F | 2A |
| Octal | 171 | 301 | 27 | 45 | 0 | 130 | 30 | 125 | 117 | 52 |
| Binary | 1111001 | 11000001 | 10111 | 100101 | 0 | 1011000 | 11000 | 1010101 | 1001111 | 101010 |
Color Harmonies of #79C117
Complementary color
Monochromatic Colors of #79C117
Black with #79C117
Text Example
Text Example
White with #79C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C117; }
p { color: rgb(121,193,23); }
H1.HeaderClassName
{
color: #79C117;
}
.AnyTagClassName
{
color: #79C117;
}
</style>
background-color css
<style>
a { background-color: #79C117; }
a { background-color: rgb(121,193,23); }
div.DivClassName
{
background-color: #79C117;
}
.BgClassName
{
background-color: #79C117;
}
</style>
border-color css
<style>
span { border-color: #79C117; }
span { border-color: rgb(121,193,23); }
td.TdClassName
{
border-color: #79C117;
}
.TagClassName
{
border-color: #79C117;
}
</style>