Shades of Lima #7DC60A
Tints of Lima #7DC60A
RGB
CMYK
RGB Variations
Color information
#7DC60A (or 0x7DC60A) is known color: Lima. HEX triplet: 7D, C6 and 0A. RGB value is (125,198,10). Sum of RGB (Red+Green+Blue) = 125+198+10=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 198 (77.73% from 255 or 59.46% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC60A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC60A is #8239F5. Grayscale: #9B9B9B. Windows color (decimal): -8534518 or 706173. OLE color: 706173.
HSL color Cylindrical-coordinate representation of color #7DC60A: hue angle of 83.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DC60A is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 10 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.22 |
| HSL | 83.3º | 0.9% | 0.41% | - |
| HSV(B) | 83.3º | 0.95% | 0.78% | - |
| XYZ | 28.71 | 44.77 | 7.42 | - |
| YUV | 154.74 | 46.32 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 10 | 0.37 | 0 | 0.95 | 0.22 | 83.3 | 0.9 | 0.41 |
| Hex | 7D | C6 | A | 25 | 0 | 5F | 16 | 53 | 5A | 29 |
| Octal | 175 | 306 | 12 | 45 | 0 | 137 | 26 | 123 | 132 | 51 |
| Binary | 1111101 | 11000110 | 1010 | 100101 | 0 | 1011111 | 10110 | 1010011 | 1011010 | 101001 |
Color Harmonies of #7DC60A
Complementary color
Monochromatic Colors of #7DC60A
Black with #7DC60A
Text Example
Text Example
White with #7DC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC60A; }
p { color: rgb(125,198,10); }
H1.HeaderClassName
{
color: #7DC60A;
}
.AnyTagClassName
{
color: #7DC60A;
}
</style>
background-color css
<style>
a { background-color: #7DC60A; }
a { background-color: rgb(125,198,10); }
div.DivClassName
{
background-color: #7DC60A;
}
.BgClassName
{
background-color: #7DC60A;
}
</style>
border-color css
<style>
span { border-color: #7DC60A; }
span { border-color: rgb(125,198,10); }
td.TdClassName
{
border-color: #7DC60A;
}
.TagClassName
{
border-color: #7DC60A;
}
</style>