Shades of Yellow Green #7ED225
Tints of Yellow Green #7ED225
RGB
CMYK
RGB Variations
Color information
#7ED225 (or 0x7ED225) is known color: Yellow Green. HEX triplet: 7E, D2 and 25. RGB value is (126,210,37). Sum of RGB (Red+Green+Blue) = 126+210+37=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED225 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED225 is #812DDA. Grayscale: #A5A5A5. Windows color (decimal): -8465883 or 2478718. OLE color: 2478718.
HSL color Cylindrical-coordinate representation of color #7ED225: hue angle of 89.13º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7ED225 is Cyan = 0.4, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 37 | - |
| CMYK | 0.4 | 0 | 0.82 | 0.18 |
| HSL | 89.13º | 0.7% | 0.48% | - |
| HSV(B) | 89.13º | 0.82% | 0.82% | - |
| XYZ | 31.98 | 50.66 | 9.84 | - |
| YUV | 165.16 | 55.67 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 37 | 0.4 | 0 | 0.82 | 0.18 | 89.13 | 0.7 | 0.48 |
| Hex | 7E | D2 | 25 | 28 | 0 | 52 | 12 | 59 | 46 | 30 |
| Octal | 176 | 322 | 45 | 50 | 0 | 122 | 22 | 131 | 106 | 60 |
| Binary | 1111110 | 11010010 | 100101 | 101000 | 0 | 1010010 | 10010 | 1011001 | 1000110 | 110000 |
Color Harmonies of #7ED225
Complementary color
Monochromatic Colors of #7ED225
Black with #7ED225
Text Example
Text Example
White with #7ED225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED225; }
p { color: rgb(126,210,37); }
H1.HeaderClassName
{
color: #7ED225;
}
.AnyTagClassName
{
color: #7ED225;
}
</style>
background-color css
<style>
a { background-color: #7ED225; }
a { background-color: rgb(126,210,37); }
div.DivClassName
{
background-color: #7ED225;
}
.BgClassName
{
background-color: #7ED225;
}
</style>
border-color css
<style>
span { border-color: #7ED225; }
span { border-color: rgb(126,210,37); }
td.TdClassName
{
border-color: #7ED225;
}
.TagClassName
{
border-color: #7ED225;
}
</style>