Shades of Lima #7DC528
Tints of Lima #7DC528
RGB
CMYK
RGB Variations
Color information
#7DC528 (or 0x7DC528) is known color: Lima. HEX triplet: 7D, C5 and 28. RGB value is (125,197,40). Sum of RGB (Red+Green+Blue) = 125+197+40=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC528 is #823AD7. Grayscale: #9E9E9E. Windows color (decimal): -8534744 or 2671997. OLE color: 2671997.
HSL color Cylindrical-coordinate representation of color #7DC528: hue angle of 87.52º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DC528 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 40 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.23 |
| HSL | 87.52º | 0.66% | 0.46% | - |
| HSV(B) | 87.52º | 0.8% | 0.77% | - |
| XYZ | 28.81 | 44.45 | 9.07 | - |
| YUV | 157.57 | 61.65 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 40 | 0.37 | 0 | 0.80 | 0.23 | 87.52 | 0.66 | 0.46 |
| Hex | 7D | C5 | 28 | 25 | 0 | 50 | 17 | 58 | 42 | 2E |
| Octal | 175 | 305 | 50 | 45 | 0 | 120 | 27 | 130 | 102 | 56 |
| Binary | 1111101 | 11000101 | 101000 | 100101 | 0 | 1010000 | 10111 | 1011000 | 1000010 | 101110 |
Color Harmonies of #7DC528
Complementary color
Monochromatic Colors of #7DC528
Black with #7DC528
Text Example
Text Example
White with #7DC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC528; }
p { color: rgb(125,197,40); }
H1.HeaderClassName
{
color: #7DC528;
}
.AnyTagClassName
{
color: #7DC528;
}
</style>
background-color css
<style>
a { background-color: #7DC528; }
a { background-color: rgb(125,197,40); }
div.DivClassName
{
background-color: #7DC528;
}
.BgClassName
{
background-color: #7DC528;
}
</style>
border-color css
<style>
span { border-color: #7DC528; }
span { border-color: rgb(125,197,40); }
td.TdClassName
{
border-color: #7DC528;
}
.TagClassName
{
border-color: #7DC528;
}
</style>