Shades of Lima #7DAC21
Tints of Lima #7DAC21
RGB
CMYK
RGB Variations
Color information
#7DAC21 (or 0x7DAC21) is known color: Lima. HEX triplet: 7D, AC and 21. RGB value is (125,172,33). Sum of RGB (Red+Green+Blue) = 125+172+33=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC21 is #8253DE. Grayscale: #8E8E8E. Windows color (decimal): -8541151 or 2206845. OLE color: 2206845.
HSL color Cylindrical-coordinate representation of color #7DAC21: hue angle of 80.29º 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 #7DAC21 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 33 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.33 |
| HSL | 80.29º | 0.68% | 0.4% | - |
| HSV(B) | 80.29º | 0.81% | 0.67% | - |
| XYZ | 23.48 | 33.97 | 6.76 | - |
| YUV | 142.1 | 66.43 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 33 | 0.27 | 0 | 0.81 | 0.33 | 80.29 | 0.68 | 0.4 |
| Hex | 7D | AC | 21 | 1B | 0 | 51 | 21 | 50 | 44 | 28 |
| Octal | 175 | 254 | 41 | 33 | 0 | 121 | 41 | 120 | 104 | 50 |
| Binary | 1111101 | 10101100 | 100001 | 11011 | 0 | 1010001 | 100001 | 1010000 | 1000100 | 101000 |
Color Harmonies of #7DAC21
Complementary color
Monochromatic Colors of #7DAC21
Black with #7DAC21
Text Example
Text Example
White with #7DAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC21; }
p { color: rgb(125,172,33); }
H1.HeaderClassName
{
color: #7DAC21;
}
.AnyTagClassName
{
color: #7DAC21;
}
</style>
background-color css
<style>
a { background-color: #7DAC21; }
a { background-color: rgb(125,172,33); }
div.DivClassName
{
background-color: #7DAC21;
}
.BgClassName
{
background-color: #7DAC21;
}
</style>
border-color css
<style>
span { border-color: #7DAC21; }
span { border-color: rgb(125,172,33); }
td.TdClassName
{
border-color: #7DAC21;
}
.TagClassName
{
border-color: #7DAC21;
}
</style>