Shades of Lima #7DC501
Tints of Lima #7DC501
RGB
CMYK
RGB Variations
Color information
#7DC501 (or 0x7DC501) is known color: Lima. HEX triplet: 7D, C5 and 01. RGB value is (125,197,1). Sum of RGB (Red+Green+Blue) = 125+197+1=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC501 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC501 is #823AFE. Grayscale: #999999. Windows color (decimal): -8534783 or 116093. OLE color: 116093.
HSL color Cylindrical-coordinate representation of color #7DC501: hue angle of 82.04º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DC501 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.23 |
| HSL | 82.04º | 0.99% | 0.39% | - |
| HSV(B) | 82.04º | 0.99% | 0.77% | - |
| XYZ | 28.43 | 44.29 | 7.08 | - |
| YUV | 153.13 | 42.15 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 1 | 0.37 | 0 | 0.99 | 0.23 | 82.04 | 0.99 | 0.39 |
| Hex | 7D | C5 | 1 | 25 | 0 | 63 | 17 | 52 | 63 | 27 |
| Octal | 175 | 305 | 1 | 45 | 0 | 143 | 27 | 122 | 143 | 47 |
| Binary | 1111101 | 11000101 | 1 | 100101 | 0 | 1100011 | 10111 | 1010010 | 1100011 | 100111 |
Color Harmonies of #7DC501
Complementary color
Monochromatic Colors of #7DC501
Black with #7DC501
Text Example
Text Example
White with #7DC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC501; }
p { color: rgb(125,197,1); }
H1.HeaderClassName
{
color: #7DC501;
}
.AnyTagClassName
{
color: #7DC501;
}
</style>
background-color css
<style>
a { background-color: #7DC501; }
a { background-color: rgb(125,197,1); }
div.DivClassName
{
background-color: #7DC501;
}
.BgClassName
{
background-color: #7DC501;
}
</style>
border-color css
<style>
span { border-color: #7DC501; }
span { border-color: rgb(125,197,1); }
td.TdClassName
{
border-color: #7DC501;
}
.TagClassName
{
border-color: #7DC501;
}
</style>