Shades of Lima #7DB916
Tints of Lima #7DB916
RGB
CMYK
RGB Variations
Color information
#7DB916 (or 0x7DB916) is known color: Lima. HEX triplet: 7D, B9 and 16. RGB value is (125,185,22). Sum of RGB (Red+Green+Blue) = 125+185+22=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 185 (72.66% from 255 or 55.72% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB916 is #8246E9. Grayscale: #959595. Windows color (decimal): -8537834 or 1489277. OLE color: 1489277.
HSL color Cylindrical-coordinate representation of color #7DB916: hue angle of 82.09º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DB916 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 22 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.27 |
| HSL | 82.09º | 0.79% | 0.41% | - |
| HSV(B) | 82.09º | 0.88% | 0.73% | - |
| XYZ | 25.95 | 39.12 | 6.94 | - |
| YUV | 148.48 | 56.62 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 22 | 0.32 | 0 | 0.88 | 0.27 | 82.09 | 0.79 | 0.41 |
| Hex | 7D | B9 | 16 | 20 | 0 | 58 | 1B | 52 | 4F | 29 |
| Octal | 175 | 271 | 26 | 40 | 0 | 130 | 33 | 122 | 117 | 51 |
| Binary | 1111101 | 10111001 | 10110 | 100000 | 0 | 1011000 | 11011 | 1010010 | 1001111 | 101001 |
Color Harmonies of #7DB916
Complementary color
Monochromatic Colors of #7DB916
Black with #7DB916
Text Example
Text Example
White with #7DB916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB916; }
p { color: rgb(125,185,22); }
H1.HeaderClassName
{
color: #7DB916;
}
.AnyTagClassName
{
color: #7DB916;
}
</style>
background-color css
<style>
a { background-color: #7DB916; }
a { background-color: rgb(125,185,22); }
div.DivClassName
{
background-color: #7DB916;
}
.BgClassName
{
background-color: #7DB916;
}
</style>
border-color css
<style>
span { border-color: #7DB916; }
span { border-color: rgb(125,185,22); }
td.TdClassName
{
border-color: #7DB916;
}
.TagClassName
{
border-color: #7DB916;
}
</style>