Shades of Lima #7DAD2B
Tints of Lima #7DAD2B
RGB
CMYK
RGB Variations
Color information
#7DAD2B (or 0x7DAD2B) is known color: Lima. HEX triplet: 7D, AD and 2B. RGB value is (125,173,43). Sum of RGB (Red+Green+Blue) = 125+173+43=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAD2B is #8252D4. Grayscale: #909090. Windows color (decimal): -8540885 or 2862461. OLE color: 2862461.
HSL color Cylindrical-coordinate representation of color #7DAD2B: hue angle of 82.15º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DAD2B is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
RGB | 125 | 173 | 43 | - |
CMYK | 0.28 | 0 | 0.75 | 0.32 |
HSL | 82.15º | 0.6% | 0.42% | - |
HSV(B) | 82.15º | 0.75% | 0.68% | - |
XYZ | 23.84 | 34.42 | 7.67 | - |
YUV | 143.83 | 71.1 | 114.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 173 | 43 | 0.28 | 0 | 0.75 | 0.32 | 82.15 | 0.6 | 0.42 |
Hex | 7D | AD | 2B | 1C | 0 | 4B | 20 | 52 | 3C | 2A |
Octal | 175 | 255 | 53 | 34 | 0 | 113 | 40 | 122 | 74 | 52 |
Binary | 1111101 | 10101101 | 101011 | 11100 | 0 | 1001011 | 100000 | 1010010 | 111100 | 101010 |
Color Harmonies of #7DAD2B
Complementary color
Monochromatic Colors of #7DAD2B
Black with #7DAD2B
Text Example
Text Example
White with #7DAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAD2B; }
p { color: rgb(125,173,43); }
H1.HeaderClassName
{
color: #7DAD2B;
}
.AnyTagClassName
{
color: #7DAD2B;
}
</style>
background-color css
<style>
a { background-color: #7DAD2B; }
a { background-color: rgb(125,173,43); }
div.DivClassName
{
background-color: #7DAD2B;
}
.BgClassName
{
background-color: #7DAD2B;
}
</style>
border-color css
<style>
span { border-color: #7DAD2B; }
span { border-color: rgb(125,173,43); }
td.TdClassName
{
border-color: #7DAD2B;
}
.TagClassName
{
border-color: #7DAD2B;
}
</style>