Shades of Lima #7DA825
Tints of Lima #7DA825
RGB
CMYK
RGB Variations
Color information
#7DA825 (or 0x7DA825) is known color: Lima. HEX triplet: 7D, A8 and 25. RGB value is (125,168,37). Sum of RGB (Red+Green+Blue) = 125+168+37=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA825 is #8257DA. Grayscale: #8C8C8C. Windows color (decimal): -8542171 or 2467965. OLE color: 2467965.
HSL color Cylindrical-coordinate representation of color #7DA825: hue angle of 79.69º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DA825 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 168 | 37 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.34 |
| HSL | 79.69º | 0.64% | 0.4% | - |
| HSV(B) | 79.69º | 0.78% | 0.66% | - |
| XYZ | 22.79 | 32.5 | 6.82 | - |
| YUV | 140.21 | 69.75 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 37 | 0.26 | 0 | 0.78 | 0.34 | 79.69 | 0.64 | 0.4 |
| Hex | 7D | A8 | 25 | 1A | 0 | 4E | 22 | 50 | 40 | 28 |
| Octal | 175 | 250 | 45 | 32 | 0 | 116 | 42 | 120 | 100 | 50 |
| Binary | 1111101 | 10101000 | 100101 | 11010 | 0 | 1001110 | 100010 | 1010000 | 1000000 | 101000 |
Color Harmonies of #7DA825
Complementary color
Monochromatic Colors of #7DA825
Black with #7DA825
Text Example
Text Example
White with #7DA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA825; }
p { color: rgb(125,168,37); }
H1.HeaderClassName
{
color: #7DA825;
}
.AnyTagClassName
{
color: #7DA825;
}
</style>
background-color css
<style>
a { background-color: #7DA825; }
a { background-color: rgb(125,168,37); }
div.DivClassName
{
background-color: #7DA825;
}
.BgClassName
{
background-color: #7DA825;
}
</style>
border-color css
<style>
span { border-color: #7DA825; }
span { border-color: rgb(125,168,37); }
td.TdClassName
{
border-color: #7DA825;
}
.TagClassName
{
border-color: #7DA825;
}
</style>