Shades of Lima #7DA50D
Tints of Lima #7DA50D
RGB
CMYK
RGB Variations
Color information
#7DA50D (or 0x7DA50D) is known color: Lima. HEX triplet: 7D, A5 and 0D. RGB value is (125,165,13). Sum of RGB (Red+Green+Blue) = 125+165+13=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA50D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA50D is #825AF2. Grayscale: #888888. Windows color (decimal): -8542963 or 894333. OLE color: 894333.
HSL color Cylindrical-coordinate representation of color #7DA50D: hue angle of 75.79º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DA50D is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 165 | 13 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.35 |
| HSL | 75.79º | 0.85% | 0.35% | - |
| HSV(B) | 75.79º | 0.92% | 0.65% | - |
| XYZ | 21.99 | 31.3 | 5.26 | - |
| YUV | 135.71 | 58.75 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 13 | 0.24 | 0 | 0.92 | 0.35 | 75.79 | 0.85 | 0.35 |
| Hex | 7D | A5 | D | 18 | 0 | 5C | 23 | 4C | 55 | 23 |
| Octal | 175 | 245 | 15 | 30 | 0 | 134 | 43 | 114 | 125 | 43 |
| Binary | 1111101 | 10100101 | 1101 | 11000 | 0 | 1011100 | 100011 | 1001100 | 1010101 | 100011 |
Color Harmonies of #7DA50D
Complementary color
Monochromatic Colors of #7DA50D
Black with #7DA50D
Text Example
Text Example
White with #7DA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA50D; }
p { color: rgb(125,165,13); }
H1.HeaderClassName
{
color: #7DA50D;
}
.AnyTagClassName
{
color: #7DA50D;
}
</style>
background-color css
<style>
a { background-color: #7DA50D; }
a { background-color: rgb(125,165,13); }
div.DivClassName
{
background-color: #7DA50D;
}
.BgClassName
{
background-color: #7DA50D;
}
</style>
border-color css
<style>
span { border-color: #7DA50D; }
span { border-color: rgb(125,165,13); }
td.TdClassName
{
border-color: #7DA50D;
}
.TagClassName
{
border-color: #7DA50D;
}
</style>