Shades of Yellow Green #7EDA2D
Tints of Yellow Green #7EDA2D
RGB
CMYK
RGB Variations
Color information
#7EDA2D (or 0x7EDA2D) is known color: Yellow Green. HEX triplet: 7E, DA and 2D. RGB value is (126,218,45). Sum of RGB (Red+Green+Blue) = 126+218+45=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDA2D is #8125D2. Grayscale: #ABABAB. Windows color (decimal): -8463827 or 3005054. OLE color: 3005054.
HSL color Cylindrical-coordinate representation of color #7EDA2D: hue angle of 91.91º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EDA2D is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 45 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.15 |
| HSL | 91.91º | 0.7% | 0.52% | - |
| HSV(B) | 91.91º | 0.79% | 0.85% | - |
| XYZ | 34.15 | 54.77 | 11.25 | - |
| YUV | 170.77 | 57.02 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 45 | 0.42 | 0 | 0.79 | 0.15 | 91.91 | 0.7 | 0.52 |
| Hex | 7E | DA | 2D | 2A | 0 | 4F | F | 5C | 46 | 34 |
| Octal | 176 | 332 | 55 | 52 | 0 | 117 | 17 | 134 | 106 | 64 |
| Binary | 1111110 | 11011010 | 101101 | 101010 | 0 | 1001111 | 1111 | 1011100 | 1000110 | 110100 |
Color Harmonies of #7EDA2D
Complementary color
Monochromatic Colors of #7EDA2D
Black with #7EDA2D
Text Example
Text Example
White with #7EDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA2D; }
p { color: rgb(126,218,45); }
H1.HeaderClassName
{
color: #7EDA2D;
}
.AnyTagClassName
{
color: #7EDA2D;
}
</style>
background-color css
<style>
a { background-color: #7EDA2D; }
a { background-color: rgb(126,218,45); }
div.DivClassName
{
background-color: #7EDA2D;
}
.BgClassName
{
background-color: #7EDA2D;
}
</style>
border-color css
<style>
span { border-color: #7EDA2D; }
span { border-color: rgb(126,218,45); }
td.TdClassName
{
border-color: #7EDA2D;
}
.TagClassName
{
border-color: #7EDA2D;
}
</style>