Shades of Lima #7DA01C
Tints of Lima #7DA01C
RGB
CMYK
RGB Variations
Color information
#7DA01C (or 0x7DA01C) is known color: Lima. HEX triplet: 7D, A0 and 1C. RGB value is (125,160,28). Sum of RGB (Red+Green+Blue) = 125+160+28=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA01C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA01C is #825FE3. Grayscale: #868686. Windows color (decimal): -8544228 or 1876093. OLE color: 1876093.
HSL color Cylindrical-coordinate representation of color #7DA01C: hue angle of 75.91º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DA01C is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 28 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.37 |
| HSL | 75.91º | 0.7% | 0.37% | - |
| HSV(B) | 75.91º | 0.83% | 0.63% | - |
| XYZ | 21.24 | 29.59 | 5.69 | - |
| YUV | 134.49 | 67.9 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 28 | 0.22 | 0 | 0.82 | 0.37 | 75.91 | 0.7 | 0.37 |
| Hex | 7D | A0 | 1C | 16 | 0 | 52 | 25 | 4C | 46 | 25 |
| Octal | 175 | 240 | 34 | 26 | 0 | 122 | 45 | 114 | 106 | 45 |
| Binary | 1111101 | 10100000 | 11100 | 10110 | 0 | 1010010 | 100101 | 1001100 | 1000110 | 100101 |
Color Harmonies of #7DA01C
Complementary color
Monochromatic Colors of #7DA01C
Black with #7DA01C
Text Example
Text Example
White with #7DA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA01C; }
p { color: rgb(125,160,28); }
H1.HeaderClassName
{
color: #7DA01C;
}
.AnyTagClassName
{
color: #7DA01C;
}
</style>
background-color css
<style>
a { background-color: #7DA01C; }
a { background-color: rgb(125,160,28); }
div.DivClassName
{
background-color: #7DA01C;
}
.BgClassName
{
background-color: #7DA01C;
}
</style>
border-color css
<style>
span { border-color: #7DA01C; }
span { border-color: rgb(125,160,28); }
td.TdClassName
{
border-color: #7DA01C;
}
.TagClassName
{
border-color: #7DA01C;
}
</style>