Shades of Lima #7DA120
Tints of Lima #7DA120
RGB
CMYK
RGB Variations
Color information
#7DA120 (or 0x7DA120) is known color: Lima. HEX triplet: 7D, A1 and 20. RGB value is (125,161,32). Sum of RGB (Red+Green+Blue) = 125+161+32=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA120 is #825EDF. Grayscale: #888888. Windows color (decimal): -8543968 or 2138493. OLE color: 2138493.
HSL color Cylindrical-coordinate representation of color #7DA120: hue angle of 76.74º degrees, saturation: 0.67, 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 #7DA120 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 32 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.37 |
| HSL | 76.74º | 0.67% | 0.38% | - |
| HSV(B) | 76.74º | 0.8% | 0.63% | - |
| XYZ | 21.46 | 29.95 | 6.02 | - |
| YUV | 135.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 32 | 0.22 | 0 | 0.80 | 0.37 | 76.74 | 0.67 | 0.38 |
| Hex | 7D | A1 | 20 | 16 | 0 | 50 | 25 | 4D | 43 | 26 |
| Octal | 175 | 241 | 40 | 26 | 0 | 120 | 45 | 115 | 103 | 46 |
| Binary | 1111101 | 10100001 | 100000 | 10110 | 0 | 1010000 | 100101 | 1001101 | 1000011 | 100110 |
Color Harmonies of #7DA120
Complementary color
Monochromatic Colors of #7DA120
Black with #7DA120
Text Example
Text Example
White with #7DA120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA120; }
p { color: rgb(125,161,32); }
H1.HeaderClassName
{
color: #7DA120;
}
.AnyTagClassName
{
color: #7DA120;
}
</style>
background-color css
<style>
a { background-color: #7DA120; }
a { background-color: rgb(125,161,32); }
div.DivClassName
{
background-color: #7DA120;
}
.BgClassName
{
background-color: #7DA120;
}
</style>
border-color css
<style>
span { border-color: #7DA120; }
span { border-color: rgb(125,161,32); }
td.TdClassName
{
border-color: #7DA120;
}
.TagClassName
{
border-color: #7DA120;
}
</style>