Shades of Yellow Green #7ED528
Tints of Yellow Green #7ED528
RGB
CMYK
RGB Variations
Color information
#7ED528 (or 0x7ED528) is known color: Yellow Green. HEX triplet: 7E, D5 and 28. RGB value is (126,213,40). Sum of RGB (Red+Green+Blue) = 126+213+40=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 213 (83.59% from 255 or 56.20% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED528 is #812AD7. Grayscale: #A7A7A7. Windows color (decimal): -8465112 or 2676094. OLE color: 2676094.
HSL color Cylindrical-coordinate representation of color #7ED528: hue angle of 90.17º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7ED528 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 40 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.16 |
| HSL | 90.17º | 0.68% | 0.5% | - |
| HSV(B) | 90.17º | 0.81% | 0.84% | - |
| XYZ | 32.78 | 52.18 | 10.35 | - |
| YUV | 167.27 | 56.18 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 40 | 0.41 | 0 | 0.81 | 0.16 | 90.17 | 0.68 | 0.5 |
| Hex | 7E | D5 | 28 | 29 | 0 | 51 | 10 | 5A | 44 | 32 |
| Octal | 176 | 325 | 50 | 51 | 0 | 121 | 20 | 132 | 104 | 62 |
| Binary | 1111110 | 11010101 | 101000 | 101001 | 0 | 1010001 | 10000 | 1011010 | 1000100 | 110010 |
Color Harmonies of #7ED528
Complementary color
Monochromatic Colors of #7ED528
Black with #7ED528
Text Example
Text Example
White with #7ED528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED528; }
p { color: rgb(126,213,40); }
H1.HeaderClassName
{
color: #7ED528;
}
.AnyTagClassName
{
color: #7ED528;
}
</style>
background-color css
<style>
a { background-color: #7ED528; }
a { background-color: rgb(126,213,40); }
div.DivClassName
{
background-color: #7ED528;
}
.BgClassName
{
background-color: #7ED528;
}
</style>
border-color css
<style>
span { border-color: #7ED528; }
span { border-color: rgb(126,213,40); }
td.TdClassName
{
border-color: #7ED528;
}
.TagClassName
{
border-color: #7ED528;
}
</style>