Shades of Yellow Green #7ED02C
Tints of Yellow Green #7ED02C
RGB
CMYK
RGB Variations
Color information
#7ED02C (or 0x7ED02C) is known color: Yellow Green. HEX triplet: 7E, D0 and 2C. RGB value is (126,208,44). Sum of RGB (Red+Green+Blue) = 126+208+44=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED02C is #812FD3. Grayscale: #A5A5A5. Windows color (decimal): -8466388 or 2936958. OLE color: 2936958.
HSL color Cylindrical-coordinate representation of color #7ED02C: hue angle of 90º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7ED02C is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 44 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.18 |
| HSL | 90º | 0.65% | 0.49% | - |
| HSV(B) | 90º | 0.79% | 0.82% | - |
| XYZ | 31.61 | 49.73 | 10.32 | - |
| YUV | 164.79 | 59.83 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 44 | 0.39 | 0 | 0.79 | 0.18 | 90 | 0.65 | 0.49 |
| Hex | 7E | D0 | 2C | 27 | 0 | 4F | 12 | 5A | 41 | 31 |
| Octal | 176 | 320 | 54 | 47 | 0 | 117 | 22 | 132 | 101 | 61 |
| Binary | 1111110 | 11010000 | 101100 | 100111 | 0 | 1001111 | 10010 | 1011010 | 1000001 | 110001 |
Color Harmonies of #7ED02C
Complementary color
Monochromatic Colors of #7ED02C
Black with #7ED02C
Text Example
Text Example
White with #7ED02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED02C; }
p { color: rgb(126,208,44); }
H1.HeaderClassName
{
color: #7ED02C;
}
.AnyTagClassName
{
color: #7ED02C;
}
</style>
background-color css
<style>
a { background-color: #7ED02C; }
a { background-color: rgb(126,208,44); }
div.DivClassName
{
background-color: #7ED02C;
}
.BgClassName
{
background-color: #7ED02C;
}
</style>
border-color css
<style>
span { border-color: #7ED02C; }
span { border-color: rgb(126,208,44); }
td.TdClassName
{
border-color: #7ED02C;
}
.TagClassName
{
border-color: #7ED02C;
}
</style>