Shades of Yellow Green #7ED32D
Tints of Yellow Green #7ED32D
RGB
CMYK
RGB Variations
Color information
#7ED32D (or 0x7ED32D) is known color: Yellow Green. HEX triplet: 7E, D3 and 2D. RGB value is (126,211,45). Sum of RGB (Red+Green+Blue) = 126+211+45=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 211 (82.81% from 255 or 55.24% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED32D is #812CD2. Grayscale: #A7A7A7. Windows color (decimal): -8465619 or 3003262. OLE color: 3003262.
HSL color Cylindrical-coordinate representation of color #7ED32D: hue angle of 90.72º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7ED32D is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 45 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.17 |
| HSL | 90.72º | 0.65% | 0.5% | - |
| HSV(B) | 90.72º | 0.79% | 0.83% | - |
| XYZ | 32.37 | 51.21 | 10.66 | - |
| YUV | 166.66 | 59.34 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 45 | 0.40 | 0 | 0.79 | 0.17 | 90.72 | 0.65 | 0.5 |
| Hex | 7E | D3 | 2D | 28 | 0 | 4F | 11 | 5B | 41 | 32 |
| Octal | 176 | 323 | 55 | 50 | 0 | 117 | 21 | 133 | 101 | 62 |
| Binary | 1111110 | 11010011 | 101101 | 101000 | 0 | 1001111 | 10001 | 1011011 | 1000001 | 110010 |
Color Harmonies of #7ED32D
Complementary color
Monochromatic Colors of #7ED32D
Black with #7ED32D
Text Example
Text Example
White with #7ED32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED32D; }
p { color: rgb(126,211,45); }
H1.HeaderClassName
{
color: #7ED32D;
}
.AnyTagClassName
{
color: #7ED32D;
}
</style>
background-color css
<style>
a { background-color: #7ED32D; }
a { background-color: rgb(126,211,45); }
div.DivClassName
{
background-color: #7ED32D;
}
.BgClassName
{
background-color: #7ED32D;
}
</style>
border-color css
<style>
span { border-color: #7ED32D; }
span { border-color: rgb(126,211,45); }
td.TdClassName
{
border-color: #7ED32D;
}
.TagClassName
{
border-color: #7ED32D;
}
</style>