Shades of Yellow Green #7DDD20
Tints of Yellow Green #7DDD20
RGB
CMYK
RGB Variations
Color information
#7DDD20 (or 0x7DDD20) is known color: Yellow Green. HEX triplet: 7D, DD and 20. RGB value is (125,221,32). Sum of RGB (Red+Green+Blue) = 125+221+32=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD20 is #8222DF. Grayscale: #ABABAB. Windows color (decimal): -8528608 or 2153853. OLE color: 2153853.
HSL color Cylindrical-coordinate representation of color #7DDD20: hue angle of 90.48º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DDD20 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 32 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.13 |
| HSL | 90.48º | 0.75% | 0.5% | - |
| HSV(B) | 90.48º | 0.86% | 0.87% | - |
| XYZ | 34.57 | 56.18 | 10.39 | - |
| YUV | 170.75 | 49.7 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 32 | 0.43 | 0 | 0.86 | 0.13 | 90.48 | 0.75 | 0.5 |
| Hex | 7D | DD | 20 | 2B | 0 | 56 | D | 5A | 4B | 32 |
| Octal | 175 | 335 | 40 | 53 | 0 | 126 | 15 | 132 | 113 | 62 |
| Binary | 1111101 | 11011101 | 100000 | 101011 | 0 | 1010110 | 1101 | 1011010 | 1001011 | 110010 |
Color Harmonies of #7DDD20
Complementary color
Monochromatic Colors of #7DDD20
Black with #7DDD20
Text Example
Text Example
White with #7DDD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD20; }
p { color: rgb(125,221,32); }
H1.HeaderClassName
{
color: #7DDD20;
}
.AnyTagClassName
{
color: #7DDD20;
}
</style>
background-color css
<style>
a { background-color: #7DDD20; }
a { background-color: rgb(125,221,32); }
div.DivClassName
{
background-color: #7DDD20;
}
.BgClassName
{
background-color: #7DDD20;
}
</style>
border-color css
<style>
span { border-color: #7DDD20; }
span { border-color: rgb(125,221,32); }
td.TdClassName
{
border-color: #7DDD20;
}
.TagClassName
{
border-color: #7DDD20;
}
</style>