Shades of Lima #7DC511
Tints of Lima #7DC511
RGB
CMYK
RGB Variations
Color information
#7DC511 (or 0x7DC511) is known color: Lima. HEX triplet: 7D, C5 and 11. RGB value is (125,197,17). Sum of RGB (Red+Green+Blue) = 125+197+17=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC511 is #823AEE. Grayscale: #9B9B9B. Windows color (decimal): -8534767 or 1164669. OLE color: 1164669.
HSL color Cylindrical-coordinate representation of color #7DC511: hue angle of 84º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DC511 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 17 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.23 |
| HSL | 84º | 0.84% | 0.42% | - |
| HSV(B) | 84º | 0.91% | 0.77% | - |
| XYZ | 28.52 | 44.33 | 7.58 | - |
| YUV | 154.95 | 50.15 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 17 | 0.37 | 0 | 0.91 | 0.23 | 84 | 0.84 | 0.42 |
| Hex | 7D | C5 | 11 | 25 | 0 | 5B | 17 | 54 | 54 | 2A |
| Octal | 175 | 305 | 21 | 45 | 0 | 133 | 27 | 124 | 124 | 52 |
| Binary | 1111101 | 11000101 | 10001 | 100101 | 0 | 1011011 | 10111 | 1010100 | 1010100 | 101010 |
Color Harmonies of #7DC511
Complementary color
Monochromatic Colors of #7DC511
Black with #7DC511
Text Example
Text Example
White with #7DC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC511; }
p { color: rgb(125,197,17); }
H1.HeaderClassName
{
color: #7DC511;
}
.AnyTagClassName
{
color: #7DC511;
}
</style>
background-color css
<style>
a { background-color: #7DC511; }
a { background-color: rgb(125,197,17); }
div.DivClassName
{
background-color: #7DC511;
}
.BgClassName
{
background-color: #7DC511;
}
</style>
border-color css
<style>
span { border-color: #7DC511; }
span { border-color: rgb(125,197,17); }
td.TdClassName
{
border-color: #7DC511;
}
.TagClassName
{
border-color: #7DC511;
}
</style>