Shades of Yellow Green #7ED534
Tints of Yellow Green #7ED534
RGB
CMYK
RGB Variations
Color information
#7ED534 (or 0x7ED534) is known color: Yellow Green. HEX triplet: 7E, D5 and 34. RGB value is (126,213,52). Sum of RGB (Red+Green+Blue) = 126+213+52=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED534 is #812ACB. Grayscale: #A9A9A9. Windows color (decimal): -8465100 or 3462526. OLE color: 3462526.
HSL color Cylindrical-coordinate representation of color #7ED534: hue angle of 92.42º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7ED534 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 52 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.16 |
| HSL | 92.42º | 0.66% | 0.52% | - |
| HSV(B) | 92.42º | 0.76% | 0.84% | - |
| XYZ | 33.02 | 52.27 | 11.6 | - |
| YUV | 168.63 | 62.18 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 52 | 0.41 | 0 | 0.76 | 0.16 | 92.42 | 0.66 | 0.52 |
| Hex | 7E | D5 | 34 | 29 | 0 | 4C | 10 | 5C | 42 | 34 |
| Octal | 176 | 325 | 64 | 51 | 0 | 114 | 20 | 134 | 102 | 64 |
| Binary | 1111110 | 11010101 | 110100 | 101001 | 0 | 1001100 | 10000 | 1011100 | 1000010 | 110100 |
Color Harmonies of #7ED534
Complementary color
Monochromatic Colors of #7ED534
Black with #7ED534
Text Example
Text Example
White with #7ED534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED534; }
p { color: rgb(126,213,52); }
H1.HeaderClassName
{
color: #7ED534;
}
.AnyTagClassName
{
color: #7ED534;
}
</style>
background-color css
<style>
a { background-color: #7ED534; }
a { background-color: rgb(126,213,52); }
div.DivClassName
{
background-color: #7ED534;
}
.BgClassName
{
background-color: #7ED534;
}
</style>
border-color css
<style>
span { border-color: #7ED534; }
span { border-color: rgb(126,213,52); }
td.TdClassName
{
border-color: #7ED534;
}
.TagClassName
{
border-color: #7ED534;
}
</style>