Shades of Lima #7DB716
Tints of Lima #7DB716
RGB
CMYK
RGB Variations
Color information
#7DB716 (or 0x7DB716) is known color: Lima. HEX triplet: 7D, B7 and 16. RGB value is (125,183,22). Sum of RGB (Red+Green+Blue) = 125+183+22=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB716 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB716 is #8248E9. Grayscale: #939393. Windows color (decimal): -8538346 or 1488765. OLE color: 1488765.
HSL color Cylindrical-coordinate representation of color #7DB716: hue angle of 81.61º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DB716 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 22 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.28 |
| HSL | 81.61º | 0.79% | 0.4% | - |
| HSV(B) | 81.61º | 0.88% | 0.72% | - |
| XYZ | 25.54 | 38.28 | 6.8 | - |
| YUV | 147.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 22 | 0.32 | 0 | 0.88 | 0.28 | 81.61 | 0.79 | 0.4 |
| Hex | 7D | B7 | 16 | 20 | 0 | 58 | 1C | 52 | 4F | 28 |
| Octal | 175 | 267 | 26 | 40 | 0 | 130 | 34 | 122 | 117 | 50 |
| Binary | 1111101 | 10110111 | 10110 | 100000 | 0 | 1011000 | 11100 | 1010010 | 1001111 | 101000 |
Color Harmonies of #7DB716
Complementary color
Monochromatic Colors of #7DB716
Black with #7DB716
Text Example
Text Example
White with #7DB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB716; }
p { color: rgb(125,183,22); }
H1.HeaderClassName
{
color: #7DB716;
}
.AnyTagClassName
{
color: #7DB716;
}
</style>
background-color css
<style>
a { background-color: #7DB716; }
a { background-color: rgb(125,183,22); }
div.DivClassName
{
background-color: #7DB716;
}
.BgClassName
{
background-color: #7DB716;
}
</style>
border-color css
<style>
span { border-color: #7DB716; }
span { border-color: rgb(125,183,22); }
td.TdClassName
{
border-color: #7DB716;
}
.TagClassName
{
border-color: #7DB716;
}
</style>