Shades of Lima #7DA10F
Tints of Lima #7DA10F
RGB
CMYK
RGB Variations
Color information
#7DA10F (or 0x7DA10F) is known color: Lima. HEX triplet: 7D, A1 and 0F. RGB value is (125,161,15). Sum of RGB (Red+Green+Blue) = 125+161+15=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA10F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA10F is #825EF0. Grayscale: #868686. Windows color (decimal): -8543985 or 1024381. OLE color: 1024381.
HSL color Cylindrical-coordinate representation of color #7DA10F: hue angle of 74.79º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DA10F is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 15 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.37 |
| HSL | 74.79º | 0.83% | 0.35% | - |
| HSV(B) | 74.79º | 0.91% | 0.63% | - |
| XYZ | 21.29 | 29.88 | 5.1 | - |
| YUV | 133.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 15 | 0.22 | 0 | 0.91 | 0.37 | 74.79 | 0.83 | 0.35 |
| Hex | 7D | A1 | F | 16 | 0 | 5B | 25 | 4B | 53 | 23 |
| Octal | 175 | 241 | 17 | 26 | 0 | 133 | 45 | 113 | 123 | 43 |
| Binary | 1111101 | 10100001 | 1111 | 10110 | 0 | 1011011 | 100101 | 1001011 | 1010011 | 100011 |
Color Harmonies of #7DA10F
Complementary color
Monochromatic Colors of #7DA10F
Black with #7DA10F
Text Example
Text Example
White with #7DA10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA10F; }
p { color: rgb(125,161,15); }
H1.HeaderClassName
{
color: #7DA10F;
}
.AnyTagClassName
{
color: #7DA10F;
}
</style>
background-color css
<style>
a { background-color: #7DA10F; }
a { background-color: rgb(125,161,15); }
div.DivClassName
{
background-color: #7DA10F;
}
.BgClassName
{
background-color: #7DA10F;
}
</style>
border-color css
<style>
span { border-color: #7DA10F; }
span { border-color: rgb(125,161,15); }
td.TdClassName
{
border-color: #7DA10F;
}
.TagClassName
{
border-color: #7DA10F;
}
</style>