Shades of Yellow Green #7EDC2E
Tints of Yellow Green #7EDC2E
RGB
CMYK
RGB Variations
Color information
#7EDC2E (or 0x7EDC2E) is known color: Yellow Green. HEX triplet: 7E, DC and 2E. RGB value is (126,220,46). Sum of RGB (Red+Green+Blue) = 126+220+46=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDC2E is #8123D1. Grayscale: #ACACAC. Windows color (decimal): -8463314 or 3071102. OLE color: 3071102.
HSL color Cylindrical-coordinate representation of color #7EDC2E: hue angle of 92.41º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EDC2E is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
RGB | 126 | 220 | 46 | - |
CMYK | 0.43 | 0 | 0.79 | 0.14 |
HSL | 92.41º | 0.71% | 0.52% | - |
HSV(B) | 92.41º | 0.79% | 0.86% | - |
XYZ | 34.69 | 55.82 | 11.53 | - |
YUV | 172.06 | 56.86 | 95.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 220 | 46 | 0.43 | 0 | 0.79 | 0.14 | 92.41 | 0.71 | 0.52 |
Hex | 7E | DC | 2E | 2B | 0 | 4F | E | 5C | 47 | 34 |
Octal | 176 | 334 | 56 | 53 | 0 | 117 | 16 | 134 | 107 | 64 |
Binary | 1111110 | 11011100 | 101110 | 101011 | 0 | 1001111 | 1110 | 1011100 | 1000111 | 110100 |
Color Harmonies of #7EDC2E
Complementary color
Monochromatic Colors of #7EDC2E
Black with #7EDC2E
Text Example
Text Example
White with #7EDC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDC2E; }
p { color: rgb(126,220,46); }
H1.HeaderClassName
{
color: #7EDC2E;
}
.AnyTagClassName
{
color: #7EDC2E;
}
</style>
background-color css
<style>
a { background-color: #7EDC2E; }
a { background-color: rgb(126,220,46); }
div.DivClassName
{
background-color: #7EDC2E;
}
.BgClassName
{
background-color: #7EDC2E;
}
</style>
border-color css
<style>
span { border-color: #7EDC2E; }
span { border-color: rgb(126,220,46); }
td.TdClassName
{
border-color: #7EDC2E;
}
.TagClassName
{
border-color: #7EDC2E;
}
</style>