Shades of Lima #7DC829
Tints of Lima #7DC829
RGB
CMYK
RGB Variations
Color information
#7DC829 (or 0x7DC829) is known color: Lima. HEX triplet: 7D, C8 and 29. RGB value is (125,200,41). Sum of RGB (Red+Green+Blue) = 125+200+41=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC829 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC829 is #8237D6. Grayscale: #A0A0A0. Windows color (decimal): -8533975 or 2738301. OLE color: 2738301.
HSL color Cylindrical-coordinate representation of color #7DC829: hue angle of 88.3º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DC829 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 41 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.22 |
| HSL | 88.3º | 0.66% | 0.47% | - |
| HSV(B) | 88.3º | 0.8% | 0.78% | - |
| XYZ | 29.51 | 45.83 | 9.39 | - |
| YUV | 159.45 | 61.15 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 41 | 0.38 | 0 | 0.80 | 0.22 | 88.3 | 0.66 | 0.47 |
| Hex | 7D | C8 | 29 | 26 | 0 | 50 | 16 | 58 | 42 | 2F |
| Octal | 175 | 310 | 51 | 46 | 0 | 120 | 26 | 130 | 102 | 57 |
| Binary | 1111101 | 11001000 | 101001 | 100110 | 0 | 1010000 | 10110 | 1011000 | 1000010 | 101111 |
Color Harmonies of #7DC829
Complementary color
Monochromatic Colors of #7DC829
Black with #7DC829
Text Example
Text Example
White with #7DC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC829; }
p { color: rgb(125,200,41); }
H1.HeaderClassName
{
color: #7DC829;
}
.AnyTagClassName
{
color: #7DC829;
}
</style>
background-color css
<style>
a { background-color: #7DC829; }
a { background-color: rgb(125,200,41); }
div.DivClassName
{
background-color: #7DC829;
}
.BgClassName
{
background-color: #7DC829;
}
</style>
border-color css
<style>
span { border-color: #7DC829; }
span { border-color: rgb(125,200,41); }
td.TdClassName
{
border-color: #7DC829;
}
.TagClassName
{
border-color: #7DC829;
}
</style>