Shades of Lima #7DA121
Tints of Lima #7DA121
RGB
CMYK
RGB Variations
Color information
#7DA121 (or 0x7DA121) is known color: Lima. HEX triplet: 7D, A1 and 21. RGB value is (125,161,33). Sum of RGB (Red+Green+Blue) = 125+161+33=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA121 is #825EDE. Grayscale: #888888. Windows color (decimal): -8543967 or 2204029. OLE color: 2204029.
HSL color Cylindrical-coordinate representation of color #7DA121: hue angle of 76.88º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DA121 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 33 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.37 |
| HSL | 76.88º | 0.66% | 0.38% | - |
| HSV(B) | 76.88º | 0.8% | 0.63% | - |
| XYZ | 21.48 | 29.96 | 6.09 | - |
| YUV | 135.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 33 | 0.22 | 0 | 0.80 | 0.37 | 76.88 | 0.66 | 0.38 |
| Hex | 7D | A1 | 21 | 16 | 0 | 50 | 25 | 4D | 42 | 26 |
| Octal | 175 | 241 | 41 | 26 | 0 | 120 | 45 | 115 | 102 | 46 |
| Binary | 1111101 | 10100001 | 100001 | 10110 | 0 | 1010000 | 100101 | 1001101 | 1000010 | 100110 |
Color Harmonies of #7DA121
Complementary color
Monochromatic Colors of #7DA121
Black with #7DA121
Text Example
Text Example
White with #7DA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA121; }
p { color: rgb(125,161,33); }
H1.HeaderClassName
{
color: #7DA121;
}
.AnyTagClassName
{
color: #7DA121;
}
</style>
background-color css
<style>
a { background-color: #7DA121; }
a { background-color: rgb(125,161,33); }
div.DivClassName
{
background-color: #7DA121;
}
.BgClassName
{
background-color: #7DA121;
}
</style>
border-color css
<style>
span { border-color: #7DA121; }
span { border-color: rgb(125,161,33); }
td.TdClassName
{
border-color: #7DA121;
}
.TagClassName
{
border-color: #7DA121;
}
</style>