Shades of Yellow Green #7ED532
Tints of Yellow Green #7ED532
RGB
CMYK
RGB Variations
Color information
#7ED532 (or 0x7ED532) is known color: Yellow Green. HEX triplet: 7E, D5 and 32. RGB value is (126,213,50). Sum of RGB (Red+Green+Blue) = 126+213+50=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED532 is #812ACD. Grayscale: #A8A8A8. Windows color (decimal): -8465102 or 3331454. OLE color: 3331454.
HSL color Cylindrical-coordinate representation of color #7ED532: hue angle of 92.02º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7ED532 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 50 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.16 |
| HSL | 92.02º | 0.66% | 0.52% | - |
| HSV(B) | 92.02º | 0.77% | 0.84% | - |
| XYZ | 32.97 | 52.25 | 11.37 | - |
| YUV | 168.41 | 61.18 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 50 | 0.41 | 0 | 0.77 | 0.16 | 92.02 | 0.66 | 0.52 |
| Hex | 7E | D5 | 32 | 29 | 0 | 4D | 10 | 5C | 42 | 34 |
| Octal | 176 | 325 | 62 | 51 | 0 | 115 | 20 | 134 | 102 | 64 |
| Binary | 1111110 | 11010101 | 110010 | 101001 | 0 | 1001101 | 10000 | 1011100 | 1000010 | 110100 |
Color Harmonies of #7ED532
Complementary color
Monochromatic Colors of #7ED532
Black with #7ED532
Text Example
Text Example
White with #7ED532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED532; }
p { color: rgb(126,213,50); }
H1.HeaderClassName
{
color: #7ED532;
}
.AnyTagClassName
{
color: #7ED532;
}
</style>
background-color css
<style>
a { background-color: #7ED532; }
a { background-color: rgb(126,213,50); }
div.DivClassName
{
background-color: #7ED532;
}
.BgClassName
{
background-color: #7ED532;
}
</style>
border-color css
<style>
span { border-color: #7ED532; }
span { border-color: rgb(126,213,50); }
td.TdClassName
{
border-color: #7ED532;
}
.TagClassName
{
border-color: #7ED532;
}
</style>