Shades of Yellow Green #7ED132
Tints of Yellow Green #7ED132
RGB
CMYK
RGB Variations
Color information
#7ED132 (or 0x7ED132) is known color: Yellow Green. HEX triplet: 7E, D1 and 32. RGB value is (126,209,50). Sum of RGB (Red+Green+Blue) = 126+209+50=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED132 is #812ECD. Grayscale: #A6A6A6. Windows color (decimal): -8466126 or 3330430. OLE color: 3330430.
HSL color Cylindrical-coordinate representation of color #7ED132: hue angle of 91.32º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7ED132 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 50 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.18 |
| HSL | 91.32º | 0.63% | 0.51% | - |
| HSV(B) | 91.32º | 0.76% | 0.82% | - |
| XYZ | 31.98 | 50.27 | 11.03 | - |
| YUV | 166.06 | 62.5 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 50 | 0.40 | 0 | 0.76 | 0.18 | 91.32 | 0.63 | 0.51 |
| Hex | 7E | D1 | 32 | 28 | 0 | 4C | 12 | 5B | 3F | 33 |
| Octal | 176 | 321 | 62 | 50 | 0 | 114 | 22 | 133 | 77 | 63 |
| Binary | 1111110 | 11010001 | 110010 | 101000 | 0 | 1001100 | 10010 | 1011011 | 111111 | 110011 |
Color Harmonies of #7ED132
Complementary color
Monochromatic Colors of #7ED132
Black with #7ED132
Text Example
Text Example
White with #7ED132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED132; }
p { color: rgb(126,209,50); }
H1.HeaderClassName
{
color: #7ED132;
}
.AnyTagClassName
{
color: #7ED132;
}
</style>
background-color css
<style>
a { background-color: #7ED132; }
a { background-color: rgb(126,209,50); }
div.DivClassName
{
background-color: #7ED132;
}
.BgClassName
{
background-color: #7ED132;
}
</style>
border-color css
<style>
span { border-color: #7ED132; }
span { border-color: rgb(126,209,50); }
td.TdClassName
{
border-color: #7ED132;
}
.TagClassName
{
border-color: #7ED132;
}
</style>