Shades of Lima #79C407
Tints of Lima #79C407
RGB
CMYK
RGB Variations
Color information
#79C407 (or 0x79C407) is known color: Lima. HEX triplet: 79, C4 and 07. RGB value is (121,196,7). Sum of RGB (Red+Green+Blue) = 121+196+7=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #79C407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C407 is #863BF8. Grayscale: #989898. Windows color (decimal): -8797177 or 509049. OLE color: 509049.
HSL color Cylindrical-coordinate representation of color #79C407: hue angle of 83.81º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79C407 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 196 | 7 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.23 |
| HSL | 83.81º | 0.93% | 0.4% | - |
| HSV(B) | 83.81º | 0.96% | 0.77% | - |
| XYZ | 27.66 | 43.56 | 7.15 | - |
| YUV | 152.03 | 46.15 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 196 | 7 | 0.38 | 0 | 0.96 | 0.23 | 83.81 | 0.93 | 0.4 |
| Hex | 79 | C4 | 7 | 26 | 0 | 60 | 17 | 54 | 5D | 28 |
| Octal | 171 | 304 | 7 | 46 | 0 | 140 | 27 | 124 | 135 | 50 |
| Binary | 1111001 | 11000100 | 111 | 100110 | 0 | 1100000 | 10111 | 1010100 | 1011101 | 101000 |
Color Harmonies of #79C407
Complementary color
Monochromatic Colors of #79C407
Black with #79C407
Text Example
Text Example
White with #79C407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C407; }
p { color: rgb(121,196,7); }
H1.HeaderClassName
{
color: #79C407;
}
.AnyTagClassName
{
color: #79C407;
}
</style>
background-color css
<style>
a { background-color: #79C407; }
a { background-color: rgb(121,196,7); }
div.DivClassName
{
background-color: #79C407;
}
.BgClassName
{
background-color: #79C407;
}
</style>
border-color css
<style>
span { border-color: #79C407; }
span { border-color: rgb(121,196,7); }
td.TdClassName
{
border-color: #79C407;
}
.TagClassName
{
border-color: #79C407;
}
</style>