Shades of Lima #7DB619
Tints of Lima #7DB619
RGB
CMYK
RGB Variations
Color information
#7DB619 (or 0x7DB619) is known color: Lima. HEX triplet: 7D, B6 and 19. RGB value is (125,182,25). Sum of RGB (Red+Green+Blue) = 125+182+25=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 182 (71.48% from 255 or 54.82% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB619 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB619 is #8249E6. Grayscale: #939393. Windows color (decimal): -8538599 or 1685117. OLE color: 1685117.
HSL color Cylindrical-coordinate representation of color #7DB619: hue angle of 81.78º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DB619 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 25 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.29 |
| HSL | 81.78º | 0.76% | 0.41% | - |
| HSV(B) | 81.78º | 0.86% | 0.71% | - |
| XYZ | 25.36 | 37.89 | 6.9 | - |
| YUV | 147.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 25 | 0.31 | 0 | 0.86 | 0.29 | 81.78 | 0.76 | 0.41 |
| Hex | 7D | B6 | 19 | 1F | 0 | 56 | 1D | 52 | 4C | 29 |
| Octal | 175 | 266 | 31 | 37 | 0 | 126 | 35 | 122 | 114 | 51 |
| Binary | 1111101 | 10110110 | 11001 | 11111 | 0 | 1010110 | 11101 | 1010010 | 1001100 | 101001 |
Color Harmonies of #7DB619
Complementary color
Monochromatic Colors of #7DB619
Black with #7DB619
Text Example
Text Example
White with #7DB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB619; }
p { color: rgb(125,182,25); }
H1.HeaderClassName
{
color: #7DB619;
}
.AnyTagClassName
{
color: #7DB619;
}
</style>
background-color css
<style>
a { background-color: #7DB619; }
a { background-color: rgb(125,182,25); }
div.DivClassName
{
background-color: #7DB619;
}
.BgClassName
{
background-color: #7DB619;
}
</style>
border-color css
<style>
span { border-color: #7DB619; }
span { border-color: rgb(125,182,25); }
td.TdClassName
{
border-color: #7DB619;
}
.TagClassName
{
border-color: #7DB619;
}
</style>