Shades of Lima #7DC527
Tints of Lima #7DC527
RGB
CMYK
RGB Variations
Color information
#7DC527 (or 0x7DC527) is known color: Lima. HEX triplet: 7D, C5 and 27. RGB value is (125,197,39). Sum of RGB (Red+Green+Blue) = 125+197+39=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC527 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC527 is #823AD8. Grayscale: #9E9E9E. Windows color (decimal): -8534745 or 2606461. OLE color: 2606461.
HSL color Cylindrical-coordinate representation of color #7DC527: hue angle of 87.34º degrees, saturation: 0.67, 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 #7DC527 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 39 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.23 |
| HSL | 87.34º | 0.67% | 0.46% | - |
| HSV(B) | 87.34º | 0.8% | 0.77% | - |
| XYZ | 28.79 | 44.44 | 8.98 | - |
| YUV | 157.46 | 61.15 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 39 | 0.37 | 0 | 0.80 | 0.23 | 87.34 | 0.67 | 0.46 |
| Hex | 7D | C5 | 27 | 25 | 0 | 50 | 17 | 57 | 43 | 2E |
| Octal | 175 | 305 | 47 | 45 | 0 | 120 | 27 | 127 | 103 | 56 |
| Binary | 1111101 | 11000101 | 100111 | 100101 | 0 | 1010000 | 10111 | 1010111 | 1000011 | 101110 |
Color Harmonies of #7DC527
Complementary color
Monochromatic Colors of #7DC527
Black with #7DC527
Text Example
Text Example
White with #7DC527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC527; }
p { color: rgb(125,197,39); }
H1.HeaderClassName
{
color: #7DC527;
}
.AnyTagClassName
{
color: #7DC527;
}
</style>
background-color css
<style>
a { background-color: #7DC527; }
a { background-color: rgb(125,197,39); }
div.DivClassName
{
background-color: #7DC527;
}
.BgClassName
{
background-color: #7DC527;
}
</style>
border-color css
<style>
span { border-color: #7DC527; }
span { border-color: rgb(125,197,39); }
td.TdClassName
{
border-color: #7DC527;
}
.TagClassName
{
border-color: #7DC527;
}
</style>