Shades of Lima #7DA90E
Tints of Lima #7DA90E
RGB
CMYK
RGB Variations
Color information
#7DA90E (or 0x7DA90E) is known color: Lima. HEX triplet: 7D, A9 and 0E. RGB value is (125,169,14). Sum of RGB (Red+Green+Blue) = 125+169+14=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA90E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA90E is #8256F1. Grayscale: #8A8A8A. Windows color (decimal): -8541938 or 960893. OLE color: 960893.
HSL color Cylindrical-coordinate representation of color #7DA90E: hue angle of 77.03º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DA90E is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 169 | 14 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.34 |
| HSL | 77.03º | 0.85% | 0.36% | - |
| HSV(B) | 77.03º | 0.92% | 0.66% | - |
| XYZ | 22.72 | 32.77 | 5.54 | - |
| YUV | 138.17 | 57.92 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 169 | 14 | 0.26 | 0 | 0.92 | 0.34 | 77.03 | 0.85 | 0.36 |
| Hex | 7D | A9 | E | 1A | 0 | 5C | 22 | 4D | 55 | 24 |
| Octal | 175 | 251 | 16 | 32 | 0 | 134 | 42 | 115 | 125 | 44 |
| Binary | 1111101 | 10101001 | 1110 | 11010 | 0 | 1011100 | 100010 | 1001101 | 1010101 | 100100 |
Color Harmonies of #7DA90E
Complementary color
Monochromatic Colors of #7DA90E
Black with #7DA90E
Text Example
Text Example
White with #7DA90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA90E; }
p { color: rgb(125,169,14); }
H1.HeaderClassName
{
color: #7DA90E;
}
.AnyTagClassName
{
color: #7DA90E;
}
</style>
background-color css
<style>
a { background-color: #7DA90E; }
a { background-color: rgb(125,169,14); }
div.DivClassName
{
background-color: #7DA90E;
}
.BgClassName
{
background-color: #7DA90E;
}
</style>
border-color css
<style>
span { border-color: #7DA90E; }
span { border-color: rgb(125,169,14); }
td.TdClassName
{
border-color: #7DA90E;
}
.TagClassName
{
border-color: #7DA90E;
}
</style>