#7EDD20

Color #7EDD20 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #7EDD20

Tints of Yellow Green #7EDD20

Color information

#7EDD20 (or 0x7EDD20) is unknown color: approx Yellow Green. HEX triplet: 7E, DD and 20. RGB value is (126,221,32). Sum of RGB (Red+Green+Blue) = 126+221+32=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDD20 is #8122DF. Grayscale: #ABABAB. Windows color (decimal): -8463072 or 2153854. OLE color: 2153854.

HSL color Cylindrical-coordinate representation of color #7EDD20: hue angle of 90.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7EDD20 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB12622132-
CMYK0.4300.860.13
HSL90.16º74.7%49.61%-
HSV(B)90.16º85.52%86.67%-
XYZ34.7256.2510.39-
YUV171.0549.5395.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 33.25%
GREEN value IS 221 (86.72% from 255) = 58.31%
BLUE value IS 32 (12.89% from 255) = 8.44%
R=33.25%
G=58.31%
B=8.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126221320.4300.860.1390.1674.749.61
Hex7EDD202B056D5a4b32
Octal176335405301261513211362
Binary11111101101110110000010101101010110110110110101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EDD20; }

 p { color: rgb(126,221,32); }

 H1.HeaderClassName
 {
   color: #7EDD20;
 }
 .AnyTagClassName
 {
   color: #7EDD20;
 }
</style>
background-color css

<style>
 a { background-color: #7EDD20; }

 a { background-color: rgb(126,221,32); }

 div.DivClassName
 {
   background-color: #7EDD20;
 }
 .BgClassName
 {
   background-color: #7EDD20;
 }
</style>
border-color css

<style>
 span { border-color: #7EDD20; }

 span { border-color: rgb(126,221,32); }

 td.TdClassName
 {
   border-color: #7EDD20;
 }
 .TagClassName
 {
   border-color: #7EDD20;
 }
</style>