Shades of Yellow Green #7DD629
Tints of Yellow Green #7DD629
RGB
CMYK
RGB Variations
Color information
#7DD629 (or 0x7DD629) is known color: Yellow Green. HEX triplet: 7D, D6 and 29. RGB value is (125,214,41). Sum of RGB (Red+Green+Blue) = 125+214+41=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD629 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD629 is #8229D6. Grayscale: #A8A8A8. Windows color (decimal): -8530391 or 2741885. OLE color: 2741885.
HSL color Cylindrical-coordinate representation of color #7DD629: hue angle of 90.87º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DD629 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 41 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.16 |
| HSL | 90.87º | 0.68% | 0.5% | - |
| HSV(B) | 90.87º | 0.81% | 0.84% | - |
| XYZ | 32.9 | 52.61 | 10.52 | - |
| YUV | 167.67 | 56.51 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 41 | 0.42 | 0 | 0.81 | 0.16 | 90.87 | 0.68 | 0.5 |
| Hex | 7D | D6 | 29 | 2A | 0 | 51 | 10 | 5B | 44 | 32 |
| Octal | 175 | 326 | 51 | 52 | 0 | 121 | 20 | 133 | 104 | 62 |
| Binary | 1111101 | 11010110 | 101001 | 101010 | 0 | 1010001 | 10000 | 1011011 | 1000100 | 110010 |
Color Harmonies of #7DD629
Complementary color
Monochromatic Colors of #7DD629
Black with #7DD629
Text Example
Text Example
White with #7DD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD629; }
p { color: rgb(125,214,41); }
H1.HeaderClassName
{
color: #7DD629;
}
.AnyTagClassName
{
color: #7DD629;
}
</style>
background-color css
<style>
a { background-color: #7DD629; }
a { background-color: rgb(125,214,41); }
div.DivClassName
{
background-color: #7DD629;
}
.BgClassName
{
background-color: #7DD629;
}
</style>
border-color css
<style>
span { border-color: #7DD629; }
span { border-color: rgb(125,214,41); }
td.TdClassName
{
border-color: #7DD629;
}
.TagClassName
{
border-color: #7DD629;
}
</style>