Shades of Lima #7DA60F
Tints of Lima #7DA60F
RGB
CMYK
RGB Variations
Color information
#7DA60F (or 0x7DA60F) is known color: Lima. HEX triplet: 7D, A6 and 0F. RGB value is (125,166,15). Sum of RGB (Red+Green+Blue) = 125+166+15=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA60F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA60F is #8259F0. Grayscale: #898989. Windows color (decimal): -8542705 or 1025661. OLE color: 1025661.
HSL color Cylindrical-coordinate representation of color #7DA60F: hue angle of 76.29º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DA60F is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 15 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.35 |
| HSL | 76.29º | 0.83% | 0.35% | - |
| HSV(B) | 76.29º | 0.91% | 0.65% | - |
| XYZ | 22.18 | 31.67 | 5.4 | - |
| YUV | 136.53 | 59.42 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 15 | 0.25 | 0 | 0.91 | 0.35 | 76.29 | 0.83 | 0.35 |
| Hex | 7D | A6 | F | 19 | 0 | 5B | 23 | 4C | 53 | 23 |
| Octal | 175 | 246 | 17 | 31 | 0 | 133 | 43 | 114 | 123 | 43 |
| Binary | 1111101 | 10100110 | 1111 | 11001 | 0 | 1011011 | 100011 | 1001100 | 1010011 | 100011 |
Color Harmonies of #7DA60F
Complementary color
Monochromatic Colors of #7DA60F
Black with #7DA60F
Text Example
Text Example
White with #7DA60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA60F; }
p { color: rgb(125,166,15); }
H1.HeaderClassName
{
color: #7DA60F;
}
.AnyTagClassName
{
color: #7DA60F;
}
</style>
background-color css
<style>
a { background-color: #7DA60F; }
a { background-color: rgb(125,166,15); }
div.DivClassName
{
background-color: #7DA60F;
}
.BgClassName
{
background-color: #7DA60F;
}
</style>
border-color css
<style>
span { border-color: #7DA60F; }
span { border-color: rgb(125,166,15); }
td.TdClassName
{
border-color: #7DA60F;
}
.TagClassName
{
border-color: #7DA60F;
}
</style>