Shades of Lima #79C107
Tints of Lima #79C107
RGB
CMYK
RGB Variations
Color information
#79C107 (or 0x79C107) is known color: Lima. HEX triplet: 79, C1 and 07. RGB value is (121,193,7). Sum of RGB (Red+Green+Blue) = 121+193+7=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #79C107 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C107 is #863EF8. Grayscale: #969696. Windows color (decimal): -8797945 or 508281. OLE color: 508281.
HSL color Cylindrical-coordinate representation of color #79C107: hue angle of 83.23º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79C107 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 193 | 7 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.24 |
| HSL | 83.23º | 0.93% | 0.39% | - |
| HSV(B) | 83.23º | 0.96% | 0.76% | - |
| XYZ | 26.99 | 42.22 | 6.93 | - |
| YUV | 150.27 | 47.15 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 193 | 7 | 0.37 | 0 | 0.96 | 0.24 | 83.23 | 0.93 | 0.39 |
| Hex | 79 | C1 | 7 | 25 | 0 | 60 | 18 | 53 | 5D | 27 |
| Octal | 171 | 301 | 7 | 45 | 0 | 140 | 30 | 123 | 135 | 47 |
| Binary | 1111001 | 11000001 | 111 | 100101 | 0 | 1100000 | 11000 | 1010011 | 1011101 | 100111 |
Color Harmonies of #79C107
Complementary color
Monochromatic Colors of #79C107
Black with #79C107
Text Example
Text Example
White with #79C107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C107; }
p { color: rgb(121,193,7); }
H1.HeaderClassName
{
color: #79C107;
}
.AnyTagClassName
{
color: #79C107;
}
</style>
background-color css
<style>
a { background-color: #79C107; }
a { background-color: rgb(121,193,7); }
div.DivClassName
{
background-color: #79C107;
}
.BgClassName
{
background-color: #79C107;
}
</style>
border-color css
<style>
span { border-color: #79C107; }
span { border-color: rgb(121,193,7); }
td.TdClassName
{
border-color: #79C107;
}
.TagClassName
{
border-color: #79C107;
}
</style>