Shades of Lima #7DA60B
Tints of Lima #7DA60B
RGB
CMYK
RGB Variations
Color information
#7DA60B (or 0x7DA60B) is known color: Lima. HEX triplet: 7D, A6 and 0B. RGB value is (125,166,11). Sum of RGB (Red+Green+Blue) = 125+166+11=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA60B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA60B is #8259F4. Grayscale: #888888. Windows color (decimal): -8542709 or 763517. OLE color: 763517.
HSL color Cylindrical-coordinate representation of color #7DA60B: hue angle of 75.87º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DA60B is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 11 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.35 |
| HSL | 75.87º | 0.88% | 0.35% | - |
| HSV(B) | 75.87º | 0.93% | 0.65% | - |
| XYZ | 22.15 | 31.66 | 5.26 | - |
| YUV | 136.07 | 57.42 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 11 | 0.25 | 0 | 0.93 | 0.35 | 75.87 | 0.88 | 0.35 |
| Hex | 7D | A6 | B | 19 | 0 | 5D | 23 | 4C | 58 | 23 |
| Octal | 175 | 246 | 13 | 31 | 0 | 135 | 43 | 114 | 130 | 43 |
| Binary | 1111101 | 10100110 | 1011 | 11001 | 0 | 1011101 | 100011 | 1001100 | 1011000 | 100011 |
Color Harmonies of #7DA60B
Complementary color
Monochromatic Colors of #7DA60B
Black with #7DA60B
Text Example
Text Example
White with #7DA60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA60B; }
p { color: rgb(125,166,11); }
H1.HeaderClassName
{
color: #7DA60B;
}
.AnyTagClassName
{
color: #7DA60B;
}
</style>
background-color css
<style>
a { background-color: #7DA60B; }
a { background-color: rgb(125,166,11); }
div.DivClassName
{
background-color: #7DA60B;
}
.BgClassName
{
background-color: #7DA60B;
}
</style>
border-color css
<style>
span { border-color: #7DA60B; }
span { border-color: rgb(125,166,11); }
td.TdClassName
{
border-color: #7DA60B;
}
.TagClassName
{
border-color: #7DA60B;
}
</style>