Shades of Lima #7DB610
Tints of Lima #7DB610
RGB
CMYK
RGB Variations
Color information
#7DB610 (or 0x7DB610) is known color: Lima. HEX triplet: 7D, B6 and 10. RGB value is (125,182,16). Sum of RGB (Red+Green+Blue) = 125+182+16=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB610 is #8249EF. Grayscale: #929292. Windows color (decimal): -8538608 or 1095293. OLE color: 1095293.
HSL color Cylindrical-coordinate representation of color #7DB610: hue angle of 80.6º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DB610 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 16 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.29 |
| HSL | 80.6º | 0.84% | 0.39% | - |
| HSV(B) | 80.6º | 0.91% | 0.71% | - |
| XYZ | 25.28 | 37.85 | 6.46 | - |
| YUV | 146.03 | 54.62 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 16 | 0.31 | 0 | 0.91 | 0.29 | 80.6 | 0.84 | 0.39 |
| Hex | 7D | B6 | 10 | 1F | 0 | 5B | 1D | 51 | 54 | 27 |
| Octal | 175 | 266 | 20 | 37 | 0 | 133 | 35 | 121 | 124 | 47 |
| Binary | 1111101 | 10110110 | 10000 | 11111 | 0 | 1011011 | 11101 | 1010001 | 1010100 | 100111 |
Color Harmonies of #7DB610
Complementary color
Monochromatic Colors of #7DB610
Black with #7DB610
Text Example
Text Example
White with #7DB610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB610; }
p { color: rgb(125,182,16); }
H1.HeaderClassName
{
color: #7DB610;
}
.AnyTagClassName
{
color: #7DB610;
}
</style>
background-color css
<style>
a { background-color: #7DB610; }
a { background-color: rgb(125,182,16); }
div.DivClassName
{
background-color: #7DB610;
}
.BgClassName
{
background-color: #7DB610;
}
</style>
border-color css
<style>
span { border-color: #7DB610; }
span { border-color: rgb(125,182,16); }
td.TdClassName
{
border-color: #7DB610;
}
.TagClassName
{
border-color: #7DB610;
}
</style>