Shades of Lima #79C613
Tints of Lima #79C613
RGB
CMYK
RGB Variations
Color information
#79C613 (or 0x79C613) is known color: Lima. HEX triplet: 79, C6 and 13. RGB value is (121,198,19). Sum of RGB (Red+Green+Blue) = 121+198+19=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 198 (77.73% from 255 or 58.58% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 198 - color contains mainly: green. Hex color #79C613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C613 is #8639EC. Grayscale: #9B9B9B. Windows color (decimal): -8796653 or 1295993. OLE color: 1295993.
HSL color Cylindrical-coordinate representation of color #79C613: hue angle of 85.81º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79C613 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 198 | 19 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.22 |
| HSL | 85.81º | 0.82% | 0.43% | - |
| HSV(B) | 85.81º | 0.9% | 0.78% | - |
| XYZ | 28.2 | 44.5 | 7.72 | - |
| YUV | 154.57 | 51.49 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 198 | 19 | 0.39 | 0 | 0.90 | 0.22 | 85.81 | 0.82 | 0.43 |
| Hex | 79 | C6 | 13 | 27 | 0 | 5A | 16 | 56 | 52 | 2B |
| Octal | 171 | 306 | 23 | 47 | 0 | 132 | 26 | 126 | 122 | 53 |
| Binary | 1111001 | 11000110 | 10011 | 100111 | 0 | 1011010 | 10110 | 1010110 | 1010010 | 101011 |
Color Harmonies of #79C613
Complementary color
Monochromatic Colors of #79C613
Black with #79C613
Text Example
Text Example
White with #79C613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C613; }
p { color: rgb(121,198,19); }
H1.HeaderClassName
{
color: #79C613;
}
.AnyTagClassName
{
color: #79C613;
}
</style>
background-color css
<style>
a { background-color: #79C613; }
a { background-color: rgb(121,198,19); }
div.DivClassName
{
background-color: #79C613;
}
.BgClassName
{
background-color: #79C613;
}
</style>
border-color css
<style>
span { border-color: #79C613; }
span { border-color: rgb(121,198,19); }
td.TdClassName
{
border-color: #79C613;
}
.TagClassName
{
border-color: #79C613;
}
</style>