Shades of Lima #7DA614
Tints of Lima #7DA614
RGB
CMYK
RGB Variations
Color information
#7DA614 (or 0x7DA614) is known color: Lima. HEX triplet: 7D, A6 and 14. RGB value is (125,166,20). Sum of RGB (Red+Green+Blue) = 125+166+20=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA614 is #8259EB. Grayscale: #898989. Windows color (decimal): -8542700 or 1353341. OLE color: 1353341.
HSL color Cylindrical-coordinate representation of color #7DA614: hue angle of 76.85º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DA614 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 20 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.35 |
| HSL | 76.85º | 0.78% | 0.36% | - |
| HSV(B) | 76.85º | 0.88% | 0.65% | - |
| XYZ | 22.22 | 31.68 | 5.61 | - |
| YUV | 137.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 20 | 0.25 | 0 | 0.88 | 0.35 | 76.85 | 0.78 | 0.36 |
| Hex | 7D | A6 | 14 | 19 | 0 | 58 | 23 | 4D | 4E | 24 |
| Octal | 175 | 246 | 24 | 31 | 0 | 130 | 43 | 115 | 116 | 44 |
| Binary | 1111101 | 10100110 | 10100 | 11001 | 0 | 1011000 | 100011 | 1001101 | 1001110 | 100100 |
Color Harmonies of #7DA614
Complementary color
Monochromatic Colors of #7DA614
Black with #7DA614
Text Example
Text Example
White with #7DA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA614; }
p { color: rgb(125,166,20); }
H1.HeaderClassName
{
color: #7DA614;
}
.AnyTagClassName
{
color: #7DA614;
}
</style>
background-color css
<style>
a { background-color: #7DA614; }
a { background-color: rgb(125,166,20); }
div.DivClassName
{
background-color: #7DA614;
}
.BgClassName
{
background-color: #7DA614;
}
</style>
border-color css
<style>
span { border-color: #7DA614; }
span { border-color: rgb(125,166,20); }
td.TdClassName
{
border-color: #7DA614;
}
.TagClassName
{
border-color: #7DA614;
}
</style>