Shades of Lima #7DA61D
Tints of Lima #7DA61D
RGB
CMYK
RGB Variations
Color information
#7DA61D (or 0x7DA61D) is known color: Lima. HEX triplet: 7D, A6 and 1D. RGB value is (125,166,29). Sum of RGB (Red+Green+Blue) = 125+166+29=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA61D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA61D is #8259E2. Grayscale: #8A8A8A. Windows color (decimal): -8542691 or 1943165. OLE color: 1943165.
HSL color Cylindrical-coordinate representation of color #7DA61D: hue angle of 77.96º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DA61D is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 29 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.35 |
| HSL | 77.96º | 0.7% | 0.38% | - |
| HSV(B) | 77.96º | 0.83% | 0.65% | - |
| XYZ | 22.32 | 31.72 | 6.11 | - |
| YUV | 138.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 29 | 0.25 | 0 | 0.83 | 0.35 | 77.96 | 0.7 | 0.38 |
| Hex | 7D | A6 | 1D | 19 | 0 | 53 | 23 | 4E | 46 | 26 |
| Octal | 175 | 246 | 35 | 31 | 0 | 123 | 43 | 116 | 106 | 46 |
| Binary | 1111101 | 10100110 | 11101 | 11001 | 0 | 1010011 | 100011 | 1001110 | 1000110 | 100110 |
Color Harmonies of #7DA61D
Complementary color
Monochromatic Colors of #7DA61D
Black with #7DA61D
Text Example
Text Example
White with #7DA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA61D; }
p { color: rgb(125,166,29); }
H1.HeaderClassName
{
color: #7DA61D;
}
.AnyTagClassName
{
color: #7DA61D;
}
</style>
background-color css
<style>
a { background-color: #7DA61D; }
a { background-color: rgb(125,166,29); }
div.DivClassName
{
background-color: #7DA61D;
}
.BgClassName
{
background-color: #7DA61D;
}
</style>
border-color css
<style>
span { border-color: #7DA61D; }
span { border-color: rgb(125,166,29); }
td.TdClassName
{
border-color: #7DA61D;
}
.TagClassName
{
border-color: #7DA61D;
}
</style>