Shades of Lima #7DA526
Tints of Lima #7DA526
RGB
CMYK
RGB Variations
Color information
#7DA526 (or 0x7DA526) is known color: Lima. HEX triplet: 7D, A5 and 26. RGB value is (125,165,38). Sum of RGB (Red+Green+Blue) = 125+165+38=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA526 is #825AD9. Grayscale: #8B8B8B. Windows color (decimal): -8542938 or 2532733. OLE color: 2532733.
HSL color Cylindrical-coordinate representation of color #7DA526: hue angle of 78.9º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DA526 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 165 | 38 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.35 |
| HSL | 78.9º | 0.63% | 0.4% | - |
| HSV(B) | 78.9º | 0.77% | 0.65% | - |
| XYZ | 22.26 | 31.41 | 6.72 | - |
| YUV | 138.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 38 | 0.24 | 0 | 0.77 | 0.35 | 78.9 | 0.63 | 0.4 |
| Hex | 7D | A5 | 26 | 18 | 0 | 4D | 23 | 4F | 3F | 28 |
| Octal | 175 | 245 | 46 | 30 | 0 | 115 | 43 | 117 | 77 | 50 |
| Binary | 1111101 | 10100101 | 100110 | 11000 | 0 | 1001101 | 100011 | 1001111 | 111111 | 101000 |
Color Harmonies of #7DA526
Complementary color
Monochromatic Colors of #7DA526
Black with #7DA526
Text Example
Text Example
White with #7DA526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA526; }
p { color: rgb(125,165,38); }
H1.HeaderClassName
{
color: #7DA526;
}
.AnyTagClassName
{
color: #7DA526;
}
</style>
background-color css
<style>
a { background-color: #7DA526; }
a { background-color: rgb(125,165,38); }
div.DivClassName
{
background-color: #7DA526;
}
.BgClassName
{
background-color: #7DA526;
}
</style>
border-color css
<style>
span { border-color: #7DA526; }
span { border-color: rgb(125,165,38); }
td.TdClassName
{
border-color: #7DA526;
}
.TagClassName
{
border-color: #7DA526;
}
</style>