Shades of Lima #7DA212
Tints of Lima #7DA212
RGB
CMYK
RGB Variations
Color information
#7DA212 (or 0x7DA212) is known color: Lima. HEX triplet: 7D, A2 and 12. RGB value is (125,162,18). Sum of RGB (Red+Green+Blue) = 125+162+18=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA212 is #825DED. Grayscale: #878787. Windows color (decimal): -8543726 or 1221245. OLE color: 1221245.
HSL color Cylindrical-coordinate representation of color #7DA212: hue angle of 75.42º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DA212 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 162 | 18 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.36 |
| HSL | 75.42º | 0.8% | 0.35% | - |
| HSV(B) | 75.42º | 0.89% | 0.64% | - |
| XYZ | 21.49 | 30.24 | 5.28 | - |
| YUV | 134.52 | 62.24 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 162 | 18 | 0.23 | 0 | 0.89 | 0.36 | 75.42 | 0.8 | 0.35 |
| Hex | 7D | A2 | 12 | 17 | 0 | 59 | 24 | 4B | 50 | 23 |
| Octal | 175 | 242 | 22 | 27 | 0 | 131 | 44 | 113 | 120 | 43 |
| Binary | 1111101 | 10100010 | 10010 | 10111 | 0 | 1011001 | 100100 | 1001011 | 1010000 | 100011 |
Color Harmonies of #7DA212
Complementary color
Monochromatic Colors of #7DA212
Black with #7DA212
Text Example
Text Example
White with #7DA212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA212; }
p { color: rgb(125,162,18); }
H1.HeaderClassName
{
color: #7DA212;
}
.AnyTagClassName
{
color: #7DA212;
}
</style>
background-color css
<style>
a { background-color: #7DA212; }
a { background-color: rgb(125,162,18); }
div.DivClassName
{
background-color: #7DA212;
}
.BgClassName
{
background-color: #7DA212;
}
</style>
border-color css
<style>
span { border-color: #7DA212; }
span { border-color: rgb(125,162,18); }
td.TdClassName
{
border-color: #7DA212;
}
.TagClassName
{
border-color: #7DA212;
}
</style>