Shades of Yellow Green #7DD935
Tints of Yellow Green #7DD935
RGB
CMYK
RGB Variations
Color information
#7DD935 (or 0x7DD935) is known color: Yellow Green. HEX triplet: 7D, D9 and 35. RGB value is (125,217,53). Sum of RGB (Red+Green+Blue) = 125+217+53=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD935 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD935 is #8226CA. Grayscale: #ABABAB. Windows color (decimal): -8529611 or 3529085. OLE color: 3529085.
HSL color Cylindrical-coordinate representation of color #7DD935: hue angle of 93.66º 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 #7DD935 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 53 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.15 |
| HSL | 93.66º | 0.68% | 0.53% | - |
| HSV(B) | 93.66º | 0.76% | 0.85% | - |
| XYZ | 33.91 | 54.24 | 12.05 | - |
| YUV | 170.8 | 61.52 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 53 | 0.42 | 0 | 0.76 | 0.15 | 93.66 | 0.68 | 0.53 |
| Hex | 7D | D9 | 35 | 2A | 0 | 4C | F | 5E | 44 | 35 |
| Octal | 175 | 331 | 65 | 52 | 0 | 114 | 17 | 136 | 104 | 65 |
| Binary | 1111101 | 11011001 | 110101 | 101010 | 0 | 1001100 | 1111 | 1011110 | 1000100 | 110101 |
Color Harmonies of #7DD935
Complementary color
Monochromatic Colors of #7DD935
Black with #7DD935
Text Example
Text Example
White with #7DD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD935; }
p { color: rgb(125,217,53); }
H1.HeaderClassName
{
color: #7DD935;
}
.AnyTagClassName
{
color: #7DD935;
}
</style>
background-color css
<style>
a { background-color: #7DD935; }
a { background-color: rgb(125,217,53); }
div.DivClassName
{
background-color: #7DD935;
}
.BgClassName
{
background-color: #7DD935;
}
</style>
border-color css
<style>
span { border-color: #7DD935; }
span { border-color: rgb(125,217,53); }
td.TdClassName
{
border-color: #7DD935;
}
.TagClassName
{
border-color: #7DD935;
}
</style>