Shades of Lima #7DB319
Tints of Lima #7DB319
RGB
CMYK
RGB Variations
Color information
#7DB319 (or 0x7DB319) is known color: Lima. HEX triplet: 7D, B3 and 19. RGB value is (125,179,25). Sum of RGB (Red+Green+Blue) = 125+179+25=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB319 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB319 is #824CE6. Grayscale: #919191. Windows color (decimal): -8539367 or 1684349. OLE color: 1684349.
HSL color Cylindrical-coordinate representation of color #7DB319: hue angle of 81.04º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DB319 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 25 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.30 |
| HSL | 81.04º | 0.75% | 0.4% | - |
| HSV(B) | 81.04º | 0.86% | 0.7% | - |
| XYZ | 24.75 | 36.67 | 6.69 | - |
| YUV | 145.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 25 | 0.30 | 0 | 0.86 | 0.30 | 81.04 | 0.75 | 0.4 |
| Hex | 7D | B3 | 19 | 1E | 0 | 56 | 1E | 51 | 4B | 28 |
| Octal | 175 | 263 | 31 | 36 | 0 | 126 | 36 | 121 | 113 | 50 |
| Binary | 1111101 | 10110011 | 11001 | 11110 | 0 | 1010110 | 11110 | 1010001 | 1001011 | 101000 |
Color Harmonies of #7DB319
Complementary color
Monochromatic Colors of #7DB319
Black with #7DB319
Text Example
Text Example
White with #7DB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB319; }
p { color: rgb(125,179,25); }
H1.HeaderClassName
{
color: #7DB319;
}
.AnyTagClassName
{
color: #7DB319;
}
</style>
background-color css
<style>
a { background-color: #7DB319; }
a { background-color: rgb(125,179,25); }
div.DivClassName
{
background-color: #7DB319;
}
.BgClassName
{
background-color: #7DB319;
}
</style>
border-color css
<style>
span { border-color: #7DB319; }
span { border-color: rgb(125,179,25); }
td.TdClassName
{
border-color: #7DB319;
}
.TagClassName
{
border-color: #7DB319;
}
</style>