Shades of Lima #7DA817
Tints of Lima #7DA817
RGB
CMYK
RGB Variations
Color information
#7DA817 (or 0x7DA817) is known color: Lima. HEX triplet: 7D, A8 and 17. RGB value is (125,168,23). Sum of RGB (Red+Green+Blue) = 125+168+23=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA817 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA817 is #8257E8. Grayscale: #8B8B8B. Windows color (decimal): -8542185 or 1550461. OLE color: 1550461.
HSL color Cylindrical-coordinate representation of color #7DA817: hue angle of 77.79º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DA817 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 168 | 23 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.34 |
| HSL | 77.79º | 0.76% | 0.37% | - |
| HSV(B) | 77.79º | 0.86% | 0.66% | - |
| XYZ | 22.61 | 32.43 | 5.88 | - |
| YUV | 138.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 23 | 0.26 | 0 | 0.86 | 0.34 | 77.79 | 0.76 | 0.37 |
| Hex | 7D | A8 | 17 | 1A | 0 | 56 | 22 | 4E | 4C | 25 |
| Octal | 175 | 250 | 27 | 32 | 0 | 126 | 42 | 116 | 114 | 45 |
| Binary | 1111101 | 10101000 | 10111 | 11010 | 0 | 1010110 | 100010 | 1001110 | 1001100 | 100101 |
Color Harmonies of #7DA817
Complementary color
Monochromatic Colors of #7DA817
Black with #7DA817
Text Example
Text Example
White with #7DA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA817; }
p { color: rgb(125,168,23); }
H1.HeaderClassName
{
color: #7DA817;
}
.AnyTagClassName
{
color: #7DA817;
}
</style>
background-color css
<style>
a { background-color: #7DA817; }
a { background-color: rgb(125,168,23); }
div.DivClassName
{
background-color: #7DA817;
}
.BgClassName
{
background-color: #7DA817;
}
</style>
border-color css
<style>
span { border-color: #7DA817; }
span { border-color: rgb(125,168,23); }
td.TdClassName
{
border-color: #7DA817;
}
.TagClassName
{
border-color: #7DA817;
}
</style>