Shades of Yellow Green #7EDD31
Tints of Yellow Green #7EDD31
RGB
CMYK
RGB Variations
Color information
#7EDD31 (or 0x7EDD31) is known color: Yellow Green. HEX triplet: 7E, DD and 31. RGB value is (126,221,49). Sum of RGB (Red+Green+Blue) = 126+221+49=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDD31 is #8122CE. Grayscale: #ADADAD. Windows color (decimal): -8463055 or 3267966. OLE color: 3267966.
HSL color Cylindrical-coordinate representation of color #7EDD31: hue angle of 93.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7EDD31 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 49 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.13 |
| HSL | 93.14º | 0.72% | 0.53% | - |
| HSV(B) | 93.14º | 0.78% | 0.87% | - |
| XYZ | 35.02 | 56.37 | 11.94 | - |
| YUV | 172.99 | 58.03 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 49 | 0.43 | 0 | 0.78 | 0.13 | 93.14 | 0.72 | 0.53 |
| Hex | 7E | DD | 31 | 2B | 0 | 4E | D | 5D | 48 | 35 |
| Octal | 176 | 335 | 61 | 53 | 0 | 116 | 15 | 135 | 110 | 65 |
| Binary | 1111110 | 11011101 | 110001 | 101011 | 0 | 1001110 | 1101 | 1011101 | 1001000 | 110101 |
Color Harmonies of #7EDD31
Complementary color
Monochromatic Colors of #7EDD31
Black with #7EDD31
Text Example
Text Example
White with #7EDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD31; }
p { color: rgb(126,221,49); }
H1.HeaderClassName
{
color: #7EDD31;
}
.AnyTagClassName
{
color: #7EDD31;
}
</style>
background-color css
<style>
a { background-color: #7EDD31; }
a { background-color: rgb(126,221,49); }
div.DivClassName
{
background-color: #7EDD31;
}
.BgClassName
{
background-color: #7EDD31;
}
</style>
border-color css
<style>
span { border-color: #7EDD31; }
span { border-color: rgb(126,221,49); }
td.TdClassName
{
border-color: #7EDD31;
}
.TagClassName
{
border-color: #7EDD31;
}
</style>