Shades of Lima #7DA211
Tints of Lima #7DA211
RGB
CMYK
RGB Variations
Color information
#7DA211 (or 0x7DA211) is known color: Lima. HEX triplet: 7D, A2 and 11. RGB value is (125,162,17). Sum of RGB (Red+Green+Blue) = 125+162+17=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA211 is #825DEE. Grayscale: #868686. Windows color (decimal): -8543727 or 1155709. OLE color: 1155709.
HSL color Cylindrical-coordinate representation of color #7DA211: hue angle of 75.31º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DA211 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 17 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.36 |
| HSL | 75.31º | 0.81% | 0.35% | - |
| HSV(B) | 75.31º | 0.9% | 0.64% | - |
| XYZ | 21.48 | 30.24 | 5.24 | - |
| YUV | 134.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 17 | 0.23 | 0 | 0.90 | 0.36 | 75.31 | 0.81 | 0.35 |
| Hex | 7D | A2 | 11 | 17 | 0 | 5A | 24 | 4B | 51 | 23 |
| Octal | 175 | 242 | 21 | 27 | 0 | 132 | 44 | 113 | 121 | 43 |
| Binary | 1111101 | 10100010 | 10001 | 10111 | 0 | 1011010 | 100100 | 1001011 | 1010001 | 100011 |
Color Harmonies of #7DA211
Complementary color
Monochromatic Colors of #7DA211
Black with #7DA211
Text Example
Text Example
White with #7DA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA211; }
p { color: rgb(125,162,17); }
H1.HeaderClassName
{
color: #7DA211;
}
.AnyTagClassName
{
color: #7DA211;
}
</style>
background-color css
<style>
a { background-color: #7DA211; }
a { background-color: rgb(125,162,17); }
div.DivClassName
{
background-color: #7DA211;
}
.BgClassName
{
background-color: #7DA211;
}
</style>
border-color css
<style>
span { border-color: #7DA211; }
span { border-color: rgb(125,162,17); }
td.TdClassName
{
border-color: #7DA211;
}
.TagClassName
{
border-color: #7DA211;
}
</style>