Shades of Lima #7DC510
Tints of Lima #7DC510
RGB
CMYK
RGB Variations
Color information
#7DC510 (or 0x7DC510) is known color: Lima. HEX triplet: 7D, C5 and 10. RGB value is (125,197,16). Sum of RGB (Red+Green+Blue) = 125+197+16=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC510 is #823AEF. Grayscale: #9B9B9B. Windows color (decimal): -8534768 or 1099133. OLE color: 1099133.
HSL color Cylindrical-coordinate representation of color #7DC510: hue angle of 83.87º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DC510 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 16 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.23 |
| HSL | 83.87º | 0.85% | 0.42% | - |
| HSV(B) | 83.87º | 0.92% | 0.77% | - |
| XYZ | 28.52 | 44.33 | 7.54 | - |
| YUV | 154.84 | 49.65 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 16 | 0.37 | 0 | 0.92 | 0.23 | 83.87 | 0.85 | 0.42 |
| Hex | 7D | C5 | 10 | 25 | 0 | 5C | 17 | 54 | 55 | 2A |
| Octal | 175 | 305 | 20 | 45 | 0 | 134 | 27 | 124 | 125 | 52 |
| Binary | 1111101 | 11000101 | 10000 | 100101 | 0 | 1011100 | 10111 | 1010100 | 1010101 | 101010 |
Color Harmonies of #7DC510
Complementary color
Monochromatic Colors of #7DC510
Black with #7DC510
Text Example
Text Example
White with #7DC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC510; }
p { color: rgb(125,197,16); }
H1.HeaderClassName
{
color: #7DC510;
}
.AnyTagClassName
{
color: #7DC510;
}
</style>
background-color css
<style>
a { background-color: #7DC510; }
a { background-color: rgb(125,197,16); }
div.DivClassName
{
background-color: #7DC510;
}
.BgClassName
{
background-color: #7DC510;
}
</style>
border-color css
<style>
span { border-color: #7DC510; }
span { border-color: rgb(125,197,16); }
td.TdClassName
{
border-color: #7DC510;
}
.TagClassName
{
border-color: #7DC510;
}
</style>