Shades of Lima #7DA521
Tints of Lima #7DA521
RGB
CMYK
RGB Variations
Color information
#7DA521 (or 0x7DA521) is known color: Lima. HEX triplet: 7D, A5 and 21. RGB value is (125,165,33). Sum of RGB (Red+Green+Blue) = 125+165+33=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA521 is #825ADE. Grayscale: #8A8A8A. Windows color (decimal): -8542943 or 2205053. OLE color: 2205053.
HSL color Cylindrical-coordinate representation of color #7DA521: hue angle of 78.18º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DA521 is Cyan = 0.24, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 165 | 33 | - |
| CMYK | 0.24 | 0 | 0.8 | 0.35 |
| HSL | 78.18º | 0.67% | 0.39% | - |
| HSV(B) | 78.18º | 0.8% | 0.65% | - |
| XYZ | 22.19 | 31.38 | 6.33 | - |
| YUV | 137.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 165 | 33 | 0.24 | 0 | 0.8 | 0.35 | 78.18 | 0.67 | 0.39 |
| Hex | 7D | A5 | 21 | 18 | 0 | 50 | 23 | 4E | 43 | 27 |
| Octal | 175 | 245 | 41 | 30 | 0 | 120 | 43 | 116 | 103 | 47 |
| Binary | 1111101 | 10100101 | 100001 | 11000 | 0 | 1010000 | 100011 | 1001110 | 1000011 | 100111 |
Color Harmonies of #7DA521
Complementary color
Monochromatic Colors of #7DA521
Black with #7DA521
Text Example
Text Example
White with #7DA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA521; }
p { color: rgb(125,165,33); }
H1.HeaderClassName
{
color: #7DA521;
}
.AnyTagClassName
{
color: #7DA521;
}
</style>
background-color css
<style>
a { background-color: #7DA521; }
a { background-color: rgb(125,165,33); }
div.DivClassName
{
background-color: #7DA521;
}
.BgClassName
{
background-color: #7DA521;
}
</style>
border-color css
<style>
span { border-color: #7DA521; }
span { border-color: rgb(125,165,33); }
td.TdClassName
{
border-color: #7DA521;
}
.TagClassName
{
border-color: #7DA521;
}
</style>