Shades of Lima #7DA50F
Tints of Lima #7DA50F
RGB
CMYK
RGB Variations
Color information
#7DA50F (or 0x7DA50F) is known color: Lima. HEX triplet: 7D, A5 and 0F. RGB value is (125,165,15). Sum of RGB (Red+Green+Blue) = 125+165+15=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 165 (64.84% from 255 or 54.10% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA50F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA50F is #825AF0. Grayscale: #888888. Windows color (decimal): -8542961 or 1025405. OLE color: 1025405.
HSL color Cylindrical-coordinate representation of color #7DA50F: hue angle of 76º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DA50F is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 165 | 15 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.35 |
| HSL | 76º | 0.83% | 0.35% | - |
| HSV(B) | 76º | 0.91% | 0.65% | - |
| XYZ | 22 | 31.3 | 5.33 | - |
| YUV | 135.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 15 | 0.24 | 0 | 0.91 | 0.35 | 76 | 0.83 | 0.35 |
| Hex | 7D | A5 | F | 18 | 0 | 5B | 23 | 4C | 53 | 23 |
| Octal | 175 | 245 | 17 | 30 | 0 | 133 | 43 | 114 | 123 | 43 |
| Binary | 1111101 | 10100101 | 1111 | 11000 | 0 | 1011011 | 100011 | 1001100 | 1010011 | 100011 |
Color Harmonies of #7DA50F
Complementary color
Monochromatic Colors of #7DA50F
Black with #7DA50F
Text Example
Text Example
White with #7DA50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA50F; }
p { color: rgb(125,165,15); }
H1.HeaderClassName
{
color: #7DA50F;
}
.AnyTagClassName
{
color: #7DA50F;
}
</style>
background-color css
<style>
a { background-color: #7DA50F; }
a { background-color: rgb(125,165,15); }
div.DivClassName
{
background-color: #7DA50F;
}
.BgClassName
{
background-color: #7DA50F;
}
</style>
border-color css
<style>
span { border-color: #7DA50F; }
span { border-color: rgb(125,165,15); }
td.TdClassName
{
border-color: #7DA50F;
}
.TagClassName
{
border-color: #7DA50F;
}
</style>