Shades of Yellow Green #7EDD2D
Tints of Yellow Green #7EDD2D
RGB
CMYK
RGB Variations
Color information
#7EDD2D (or 0x7EDD2D) is known color: Yellow Green. HEX triplet: 7E, DD and 2D. RGB value is (126,221,45). Sum of RGB (Red+Green+Blue) = 126+221+45=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDD2D is #8122D2. Grayscale: #ADADAD. Windows color (decimal): -8463059 or 3005822. OLE color: 3005822.
HSL color Cylindrical-coordinate representation of color #7EDD2D: hue angle of 92.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EDD2D is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 45 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.13 |
| HSL | 92.39º | 0.72% | 0.52% | - |
| HSV(B) | 92.39º | 0.8% | 0.87% | - |
| XYZ | 34.93 | 56.34 | 11.52 | - |
| YUV | 172.53 | 56.03 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 45 | 0.43 | 0 | 0.80 | 0.13 | 92.39 | 0.72 | 0.52 |
| Hex | 7E | DD | 2D | 2B | 0 | 50 | D | 5C | 48 | 34 |
| Octal | 176 | 335 | 55 | 53 | 0 | 120 | 15 | 134 | 110 | 64 |
| Binary | 1111110 | 11011101 | 101101 | 101011 | 0 | 1010000 | 1101 | 1011100 | 1001000 | 110100 |
Color Harmonies of #7EDD2D
Complementary color
Monochromatic Colors of #7EDD2D
Black with #7EDD2D
Text Example
Text Example
White with #7EDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD2D; }
p { color: rgb(126,221,45); }
H1.HeaderClassName
{
color: #7EDD2D;
}
.AnyTagClassName
{
color: #7EDD2D;
}
</style>
background-color css
<style>
a { background-color: #7EDD2D; }
a { background-color: rgb(126,221,45); }
div.DivClassName
{
background-color: #7EDD2D;
}
.BgClassName
{
background-color: #7EDD2D;
}
</style>
border-color css
<style>
span { border-color: #7EDD2D; }
span { border-color: rgb(126,221,45); }
td.TdClassName
{
border-color: #7EDD2D;
}
.TagClassName
{
border-color: #7EDD2D;
}
</style>