Shades of Yellow Green #7EDA1B
Tints of Yellow Green #7EDA1B
RGB
CMYK
RGB Variations
Color information
#7EDA1B (or 0x7EDA1B) is known color: Yellow Green. HEX triplet: 7E, DA and 1B. RGB value is (126,218,27). Sum of RGB (Red+Green+Blue) = 126+218+27=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDA1B is #8125E4. Grayscale: #A9A9A9. Windows color (decimal): -8463845 or 1825406. OLE color: 1825406.
HSL color Cylindrical-coordinate representation of color #7EDA1B: hue angle of 88.9º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7EDA1B is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 27 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.15 |
| HSL | 88.9º | 0.78% | 0.48% | - |
| HSV(B) | 88.9º | 0.88% | 0.85% | - |
| XYZ | 33.87 | 54.66 | 9.8 | - |
| YUV | 168.72 | 48.02 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 27 | 0.42 | 0 | 0.88 | 0.15 | 88.9 | 0.78 | 0.48 |
| Hex | 7E | DA | 1B | 2A | 0 | 58 | F | 59 | 4E | 30 |
| Octal | 176 | 332 | 33 | 52 | 0 | 130 | 17 | 131 | 116 | 60 |
| Binary | 1111110 | 11011010 | 11011 | 101010 | 0 | 1011000 | 1111 | 1011001 | 1001110 | 110000 |
Color Harmonies of #7EDA1B
Complementary color
Monochromatic Colors of #7EDA1B
Black with #7EDA1B
Text Example
Text Example
White with #7EDA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA1B; }
p { color: rgb(126,218,27); }
H1.HeaderClassName
{
color: #7EDA1B;
}
.AnyTagClassName
{
color: #7EDA1B;
}
</style>
background-color css
<style>
a { background-color: #7EDA1B; }
a { background-color: rgb(126,218,27); }
div.DivClassName
{
background-color: #7EDA1B;
}
.BgClassName
{
background-color: #7EDA1B;
}
</style>
border-color css
<style>
span { border-color: #7EDA1B; }
span { border-color: rgb(126,218,27); }
td.TdClassName
{
border-color: #7EDA1B;
}
.TagClassName
{
border-color: #7EDA1B;
}
</style>