Shades of Lima #7DAB20
Tints of Lima #7DAB20
RGB
CMYK
RGB Variations
Color information
#7DAB20 (or 0x7DAB20) is known color: Lima. HEX triplet: 7D, AB and 20. RGB value is (125,171,32). Sum of RGB (Red+Green+Blue) = 125+171+32=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB20 is #8254DF. Grayscale: #8D8D8D. Windows color (decimal): -8541408 or 2141053. OLE color: 2141053.
HSL color Cylindrical-coordinate representation of color #7DAB20: hue angle of 79.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DAB20 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 32 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.33 |
| HSL | 79.86º | 0.68% | 0.4% | - |
| HSV(B) | 79.86º | 0.81% | 0.67% | - |
| XYZ | 23.28 | 33.59 | 6.62 | - |
| YUV | 141.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 32 | 0.27 | 0 | 0.81 | 0.33 | 79.86 | 0.68 | 0.4 |
| Hex | 7D | AB | 20 | 1B | 0 | 51 | 21 | 50 | 44 | 28 |
| Octal | 175 | 253 | 40 | 33 | 0 | 121 | 41 | 120 | 104 | 50 |
| Binary | 1111101 | 10101011 | 100000 | 11011 | 0 | 1010001 | 100001 | 1010000 | 1000100 | 101000 |
Color Harmonies of #7DAB20
Complementary color
Monochromatic Colors of #7DAB20
Black with #7DAB20
Text Example
Text Example
White with #7DAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB20; }
p { color: rgb(125,171,32); }
H1.HeaderClassName
{
color: #7DAB20;
}
.AnyTagClassName
{
color: #7DAB20;
}
</style>
background-color css
<style>
a { background-color: #7DAB20; }
a { background-color: rgb(125,171,32); }
div.DivClassName
{
background-color: #7DAB20;
}
.BgClassName
{
background-color: #7DAB20;
}
</style>
border-color css
<style>
span { border-color: #7DAB20; }
span { border-color: rgb(125,171,32); }
td.TdClassName
{
border-color: #7DAB20;
}
.TagClassName
{
border-color: #7DAB20;
}
</style>