Shades of Lima #7DA922
Tints of Lima #7DA922
RGB
CMYK
RGB Variations
Color information
#7DA922 (or 0x7DA922) is known color: Lima. HEX triplet: 7D, A9 and 22. RGB value is (125,169,34). Sum of RGB (Red+Green+Blue) = 125+169+34=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 169 (66.41% from 255 or 51.52% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA922 is #8256DD. Grayscale: #8C8C8C. Windows color (decimal): -8541918 or 2271613. OLE color: 2271613.
HSL color Cylindrical-coordinate representation of color #7DA922: hue angle of 79.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DA922 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 34 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.34 |
| HSL | 79.56º | 0.67% | 0.4% | - |
| HSV(B) | 79.56º | 0.8% | 0.66% | - |
| XYZ | 22.93 | 32.85 | 6.65 | - |
| YUV | 140.45 | 67.92 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 34 | 0.26 | 0 | 0.80 | 0.34 | 79.56 | 0.67 | 0.4 |
| Hex | 7D | A9 | 22 | 1A | 0 | 50 | 22 | 50 | 43 | 28 |
| Octal | 175 | 251 | 42 | 32 | 0 | 120 | 42 | 120 | 103 | 50 |
| Binary | 1111101 | 10101001 | 100010 | 11010 | 0 | 1010000 | 100010 | 1010000 | 1000011 | 101000 |
Color Harmonies of #7DA922
Complementary color
Monochromatic Colors of #7DA922
Black with #7DA922
Text Example
Text Example
White with #7DA922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA922; }
p { color: rgb(125,169,34); }
H1.HeaderClassName
{
color: #7DA922;
}
.AnyTagClassName
{
color: #7DA922;
}
</style>
background-color css
<style>
a { background-color: #7DA922; }
a { background-color: rgb(125,169,34); }
div.DivClassName
{
background-color: #7DA922;
}
.BgClassName
{
background-color: #7DA922;
}
</style>
border-color css
<style>
span { border-color: #7DA922; }
span { border-color: rgb(125,169,34); }
td.TdClassName
{
border-color: #7DA922;
}
.TagClassName
{
border-color: #7DA922;
}
</style>