Shades of Yellow Green #7ED12C
Tints of Yellow Green #7ED12C
RGB
CMYK
RGB Variations
Color information
#7ED12C (or 0x7ED12C) is known color: Yellow Green. HEX triplet: 7E, D1 and 2C. RGB value is (126,209,44). Sum of RGB (Red+Green+Blue) = 126+209+44=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED12C is #812ED3. Grayscale: #A5A5A5. Windows color (decimal): -8466132 or 2937214. OLE color: 2937214.
HSL color Cylindrical-coordinate representation of color #7ED12C: hue angle of 90.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7ED12C is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 44 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.18 |
| HSL | 90.18º | 0.65% | 0.5% | - |
| HSV(B) | 90.18º | 0.79% | 0.82% | - |
| XYZ | 31.86 | 50.22 | 10.4 | - |
| YUV | 165.37 | 59.5 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 44 | 0.40 | 0 | 0.79 | 0.18 | 90.18 | 0.65 | 0.5 |
| Hex | 7E | D1 | 2C | 28 | 0 | 4F | 12 | 5A | 41 | 32 |
| Octal | 176 | 321 | 54 | 50 | 0 | 117 | 22 | 132 | 101 | 62 |
| Binary | 1111110 | 11010001 | 101100 | 101000 | 0 | 1001111 | 10010 | 1011010 | 1000001 | 110010 |
Color Harmonies of #7ED12C
Complementary color
Monochromatic Colors of #7ED12C
Black with #7ED12C
Text Example
Text Example
White with #7ED12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED12C; }
p { color: rgb(126,209,44); }
H1.HeaderClassName
{
color: #7ED12C;
}
.AnyTagClassName
{
color: #7ED12C;
}
</style>
background-color css
<style>
a { background-color: #7ED12C; }
a { background-color: rgb(126,209,44); }
div.DivClassName
{
background-color: #7ED12C;
}
.BgClassName
{
background-color: #7ED12C;
}
</style>
border-color css
<style>
span { border-color: #7ED12C; }
span { border-color: rgb(126,209,44); }
td.TdClassName
{
border-color: #7ED12C;
}
.TagClassName
{
border-color: #7ED12C;
}
</style>