Shades of Lima #7DB707
Tints of Lima #7DB707
RGB
CMYK
RGB Variations
Color information
#7DB707 (or 0x7DB707) is known color: Lima. HEX triplet: 7D, B7 and 07. RGB value is (125,183,7). Sum of RGB (Red+Green+Blue) = 125+183+7=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB707 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB707 is #8248F8. Grayscale: #929292. Windows color (decimal): -8538361 or 505725. OLE color: 505725.
HSL color Cylindrical-coordinate representation of color #7DB707: hue angle of 79.77º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DB707 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 7 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.28 |
| HSL | 79.77º | 0.93% | 0.37% | - |
| HSV(B) | 79.77º | 0.96% | 0.72% | - |
| XYZ | 25.43 | 38.24 | 6.24 | - |
| YUV | 145.59 | 49.78 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 7 | 0.32 | 0 | 0.96 | 0.28 | 79.77 | 0.93 | 0.37 |
| Hex | 7D | B7 | 7 | 20 | 0 | 60 | 1C | 50 | 5D | 25 |
| Octal | 175 | 267 | 7 | 40 | 0 | 140 | 34 | 120 | 135 | 45 |
| Binary | 1111101 | 10110111 | 111 | 100000 | 0 | 1100000 | 11100 | 1010000 | 1011101 | 100101 |
Color Harmonies of #7DB707
Complementary color
Monochromatic Colors of #7DB707
Black with #7DB707
Text Example
Text Example
White with #7DB707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB707; }
p { color: rgb(125,183,7); }
H1.HeaderClassName
{
color: #7DB707;
}
.AnyTagClassName
{
color: #7DB707;
}
</style>
background-color css
<style>
a { background-color: #7DB707; }
a { background-color: rgb(125,183,7); }
div.DivClassName
{
background-color: #7DB707;
}
.BgClassName
{
background-color: #7DB707;
}
</style>
border-color css
<style>
span { border-color: #7DB707; }
span { border-color: rgb(125,183,7); }
td.TdClassName
{
border-color: #7DB707;
}
.TagClassName
{
border-color: #7DB707;
}
</style>