Shades of Lima #7DAE20
Tints of Lima #7DAE20
RGB
CMYK
RGB Variations
Color information
#7DAE20 (or 0x7DAE20) is known color: Lima. HEX triplet: 7D, AE and 20. RGB value is (125,174,32). Sum of RGB (Red+Green+Blue) = 125+174+32=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE20 is #8251DF. Grayscale: #8F8F8F. Windows color (decimal): -8540640 or 2141821. OLE color: 2141821.
HSL color Cylindrical-coordinate representation of color #7DAE20: hue angle of 80.7º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DAE20 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 32 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.32 |
| HSL | 80.7º | 0.69% | 0.4% | - |
| HSV(B) | 80.7º | 0.82% | 0.68% | - |
| XYZ | 23.85 | 34.74 | 6.81 | - |
| YUV | 143.16 | 65.27 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 32 | 0.28 | 0 | 0.82 | 0.32 | 80.7 | 0.69 | 0.4 |
| Hex | 7D | AE | 20 | 1C | 0 | 52 | 20 | 51 | 45 | 28 |
| Octal | 175 | 256 | 40 | 34 | 0 | 122 | 40 | 121 | 105 | 50 |
| Binary | 1111101 | 10101110 | 100000 | 11100 | 0 | 1010010 | 100000 | 1010001 | 1000101 | 101000 |
Color Harmonies of #7DAE20
Complementary color
Monochromatic Colors of #7DAE20
Black with #7DAE20
Text Example
Text Example
White with #7DAE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE20; }
p { color: rgb(125,174,32); }
H1.HeaderClassName
{
color: #7DAE20;
}
.AnyTagClassName
{
color: #7DAE20;
}
</style>
background-color css
<style>
a { background-color: #7DAE20; }
a { background-color: rgb(125,174,32); }
div.DivClassName
{
background-color: #7DAE20;
}
.BgClassName
{
background-color: #7DAE20;
}
</style>
border-color css
<style>
span { border-color: #7DAE20; }
span { border-color: rgb(125,174,32); }
td.TdClassName
{
border-color: #7DAE20;
}
.TagClassName
{
border-color: #7DAE20;
}
</style>