Shades of Lima #7DAA14
Tints of Lima #7DAA14
RGB
CMYK
RGB Variations
Color information
#7DAA14 (or 0x7DAA14) is known color: Lima. HEX triplet: 7D, AA and 14. RGB value is (125,170,20). Sum of RGB (Red+Green+Blue) = 125+170+20=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAA14 is #8255EB. Grayscale: #8C8C8C. Windows color (decimal): -8541676 or 1354365. OLE color: 1354365.
HSL color Cylindrical-coordinate representation of color #7DAA14: hue angle of 78º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DAA14 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 20 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.33 |
| HSL | 78º | 0.79% | 0.37% | - |
| HSV(B) | 78º | 0.88% | 0.67% | - |
| XYZ | 22.96 | 33.16 | 5.85 | - |
| YUV | 139.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 20 | 0.26 | 0 | 0.88 | 0.33 | 78 | 0.79 | 0.37 |
| Hex | 7D | AA | 14 | 1A | 0 | 58 | 21 | 4E | 4F | 25 |
| Octal | 175 | 252 | 24 | 32 | 0 | 130 | 41 | 116 | 117 | 45 |
| Binary | 1111101 | 10101010 | 10100 | 11010 | 0 | 1011000 | 100001 | 1001110 | 1001111 | 100101 |
Color Harmonies of #7DAA14
Complementary color
Monochromatic Colors of #7DAA14
Black with #7DAA14
Text Example
Text Example
White with #7DAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA14; }
p { color: rgb(125,170,20); }
H1.HeaderClassName
{
color: #7DAA14;
}
.AnyTagClassName
{
color: #7DAA14;
}
</style>
background-color css
<style>
a { background-color: #7DAA14; }
a { background-color: rgb(125,170,20); }
div.DivClassName
{
background-color: #7DAA14;
}
.BgClassName
{
background-color: #7DAA14;
}
</style>
border-color css
<style>
span { border-color: #7DAA14; }
span { border-color: rgb(125,170,20); }
td.TdClassName
{
border-color: #7DAA14;
}
.TagClassName
{
border-color: #7DAA14;
}
</style>