Shades of Yellow Green #7ED527
Tints of Yellow Green #7ED527
RGB
CMYK
RGB Variations
Color information
#7ED527 (or 0x7ED527) is known color: Yellow Green. HEX triplet: 7E, D5 and 27. RGB value is (126,213,39). Sum of RGB (Red+Green+Blue) = 126+213+39=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED527 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED527 is #812AD8. Grayscale: #A7A7A7. Windows color (decimal): -8465113 or 2610558. OLE color: 2610558.
HSL color Cylindrical-coordinate representation of color #7ED527: hue angle of 90º degrees, saturation: 0.69, 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 #7ED527 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 39 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.16 |
| HSL | 90º | 0.69% | 0.49% | - |
| HSV(B) | 90º | 0.82% | 0.84% | - |
| XYZ | 32.76 | 52.17 | 10.26 | - |
| YUV | 167.15 | 55.68 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 39 | 0.41 | 0 | 0.82 | 0.16 | 90 | 0.69 | 0.49 |
| Hex | 7E | D5 | 27 | 29 | 0 | 52 | 10 | 5A | 45 | 31 |
| Octal | 176 | 325 | 47 | 51 | 0 | 122 | 20 | 132 | 105 | 61 |
| Binary | 1111110 | 11010101 | 100111 | 101001 | 0 | 1010010 | 10000 | 1011010 | 1000101 | 110001 |
Color Harmonies of #7ED527
Complementary color
Monochromatic Colors of #7ED527
Black with #7ED527
Text Example
Text Example
White with #7ED527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED527; }
p { color: rgb(126,213,39); }
H1.HeaderClassName
{
color: #7ED527;
}
.AnyTagClassName
{
color: #7ED527;
}
</style>
background-color css
<style>
a { background-color: #7ED527; }
a { background-color: rgb(126,213,39); }
div.DivClassName
{
background-color: #7ED527;
}
.BgClassName
{
background-color: #7ED527;
}
</style>
border-color css
<style>
span { border-color: #7ED527; }
span { border-color: rgb(126,213,39); }
td.TdClassName
{
border-color: #7ED527;
}
.TagClassName
{
border-color: #7ED527;
}
</style>