Shades of Lima #7DA809
Tints of Lima #7DA809
RGB
CMYK
RGB Variations
Color information
#7DA809 (or 0x7DA809) is known color: Lima. HEX triplet: 7D, A8 and 09. RGB value is (125,168,9). Sum of RGB (Red+Green+Blue) = 125+168+9=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 168 (66.02% from 255 or 55.63% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA809 is #8257F6. Grayscale: #898989. Windows color (decimal): -8542199 or 632957. OLE color: 632957.
HSL color Cylindrical-coordinate representation of color #7DA809: hue angle of 76.23º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DA809 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 168 | 9 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.34 |
| HSL | 76.23º | 0.9% | 0.35% | - |
| HSV(B) | 76.23º | 0.95% | 0.66% | - |
| XYZ | 22.51 | 32.38 | 5.32 | - |
| YUV | 137.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 9 | 0.26 | 0 | 0.95 | 0.34 | 76.23 | 0.9 | 0.35 |
| Hex | 7D | A8 | 9 | 1A | 0 | 5F | 22 | 4C | 5A | 23 |
| Octal | 175 | 250 | 11 | 32 | 0 | 137 | 42 | 114 | 132 | 43 |
| Binary | 1111101 | 10101000 | 1001 | 11010 | 0 | 1011111 | 100010 | 1001100 | 1011010 | 100011 |
Color Harmonies of #7DA809
Complementary color
Monochromatic Colors of #7DA809
Black with #7DA809
Text Example
Text Example
White with #7DA809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA809; }
p { color: rgb(125,168,9); }
H1.HeaderClassName
{
color: #7DA809;
}
.AnyTagClassName
{
color: #7DA809;
}
</style>
background-color css
<style>
a { background-color: #7DA809; }
a { background-color: rgb(125,168,9); }
div.DivClassName
{
background-color: #7DA809;
}
.BgClassName
{
background-color: #7DA809;
}
</style>
border-color css
<style>
span { border-color: #7DA809; }
span { border-color: rgb(125,168,9); }
td.TdClassName
{
border-color: #7DA809;
}
.TagClassName
{
border-color: #7DA809;
}
</style>