Shades of Lima #79BD0E
Tints of Lima #79BD0E
RGB
CMYK
RGB Variations
Color information
#79BD0E (or 0x79BD0E) is known color: Lima. HEX triplet: 79, BD and 0E. RGB value is (121,189,14). Sum of RGB (Red+Green+Blue) = 121+189+14=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #79BD0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79BD0E is #8642F1. Grayscale: #959595. Windows color (decimal): -8798962 or 966009. OLE color: 966009.
HSL color Cylindrical-coordinate representation of color #79BD0E: hue angle of 83.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79BD0E is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 189 | 14 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.26 |
| HSL | 83.31º | 0.86% | 0.4% | - |
| HSV(B) | 83.31º | 0.93% | 0.74% | - |
| XYZ | 26.16 | 40.49 | 6.85 | - |
| YUV | 148.72 | 51.97 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 14 | 0.36 | 0 | 0.93 | 0.26 | 83.31 | 0.86 | 0.4 |
| Hex | 79 | BD | E | 24 | 0 | 5D | 1A | 53 | 56 | 28 |
| Octal | 171 | 275 | 16 | 44 | 0 | 135 | 32 | 123 | 126 | 50 |
| Binary | 1111001 | 10111101 | 1110 | 100100 | 0 | 1011101 | 11010 | 1010011 | 1010110 | 101000 |
Color Harmonies of #79BD0E
Complementary color
Monochromatic Colors of #79BD0E
Black with #79BD0E
Text Example
Text Example
White with #79BD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BD0E; }
p { color: rgb(121,189,14); }
H1.HeaderClassName
{
color: #79BD0E;
}
.AnyTagClassName
{
color: #79BD0E;
}
</style>
background-color css
<style>
a { background-color: #79BD0E; }
a { background-color: rgb(121,189,14); }
div.DivClassName
{
background-color: #79BD0E;
}
.BgClassName
{
background-color: #79BD0E;
}
</style>
border-color css
<style>
span { border-color: #79BD0E; }
span { border-color: rgb(121,189,14); }
td.TdClassName
{
border-color: #79BD0E;
}
.TagClassName
{
border-color: #79BD0E;
}
</style>