Shades of Yellow Green #7ED526
Tints of Yellow Green #7ED526
RGB
CMYK
RGB Variations
Color information
#7ED526 (or 0x7ED526) is known color: Yellow Green. HEX triplet: 7E, D5 and 26. RGB value is (126,213,38). Sum of RGB (Red+Green+Blue) = 126+213+38=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED526 is #812AD9. Grayscale: #A7A7A7. Windows color (decimal): -8465114 or 2545022. OLE color: 2545022.
HSL color Cylindrical-coordinate representation of color #7ED526: hue angle of 89.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7ED526 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 38 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.16 |
| HSL | 89.83º | 0.7% | 0.49% | - |
| HSV(B) | 89.83º | 0.82% | 0.84% | - |
| XYZ | 32.75 | 52.16 | 10.18 | - |
| YUV | 167.04 | 55.18 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 38 | 0.41 | 0 | 0.82 | 0.16 | 89.83 | 0.7 | 0.49 |
| Hex | 7E | D5 | 26 | 29 | 0 | 52 | 10 | 5A | 46 | 31 |
| Octal | 176 | 325 | 46 | 51 | 0 | 122 | 20 | 132 | 106 | 61 |
| Binary | 1111110 | 11010101 | 100110 | 101001 | 0 | 1010010 | 10000 | 1011010 | 1000110 | 110001 |
Color Harmonies of #7ED526
Complementary color
Monochromatic Colors of #7ED526
Black with #7ED526
Text Example
Text Example
White with #7ED526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED526; }
p { color: rgb(126,213,38); }
H1.HeaderClassName
{
color: #7ED526;
}
.AnyTagClassName
{
color: #7ED526;
}
</style>
background-color css
<style>
a { background-color: #7ED526; }
a { background-color: rgb(126,213,38); }
div.DivClassName
{
background-color: #7ED526;
}
.BgClassName
{
background-color: #7ED526;
}
</style>
border-color css
<style>
span { border-color: #7ED526; }
span { border-color: rgb(126,213,38); }
td.TdClassName
{
border-color: #7ED526;
}
.TagClassName
{
border-color: #7ED526;
}
</style>