Shades of Yellow Green #7DD934
Tints of Yellow Green #7DD934
RGB
CMYK
RGB Variations
Color information
#7DD934 (or 0x7DD934) is known color: Yellow Green. HEX triplet: 7D, D9 and 34. RGB value is (125,217,52). Sum of RGB (Red+Green+Blue) = 125+217+52=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD934 is #8226CB. Grayscale: #ABABAB. Windows color (decimal): -8529612 or 3463549. OLE color: 3463549.
HSL color Cylindrical-coordinate representation of color #7DD934: hue angle of 93.45º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DD934 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 52 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.15 |
| HSL | 93.45º | 0.68% | 0.53% | - |
| HSV(B) | 93.45º | 0.76% | 0.85% | - |
| XYZ | 33.89 | 54.23 | 11.93 | - |
| YUV | 170.68 | 61.02 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 52 | 0.42 | 0 | 0.76 | 0.15 | 93.45 | 0.68 | 0.53 |
| Hex | 7D | D9 | 34 | 2A | 0 | 4C | F | 5D | 44 | 35 |
| Octal | 175 | 331 | 64 | 52 | 0 | 114 | 17 | 135 | 104 | 65 |
| Binary | 1111101 | 11011001 | 110100 | 101010 | 0 | 1001100 | 1111 | 1011101 | 1000100 | 110101 |
Color Harmonies of #7DD934
Complementary color
Monochromatic Colors of #7DD934
Black with #7DD934
Text Example
Text Example
White with #7DD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD934; }
p { color: rgb(125,217,52); }
H1.HeaderClassName
{
color: #7DD934;
}
.AnyTagClassName
{
color: #7DD934;
}
</style>
background-color css
<style>
a { background-color: #7DD934; }
a { background-color: rgb(125,217,52); }
div.DivClassName
{
background-color: #7DD934;
}
.BgClassName
{
background-color: #7DD934;
}
</style>
border-color css
<style>
span { border-color: #7DD934; }
span { border-color: rgb(125,217,52); }
td.TdClassName
{
border-color: #7DD934;
}
.TagClassName
{
border-color: #7DD934;
}
</style>