#7EDE71

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

Shades of Pastel Green #7EDE71

Tints of Pastel Green #7EDE71

Color information

#7EDE71 (or 0x7EDE71) is unknown color: approx Pastel Green. HEX triplet: 7E, DE and 71. RGB value is (126,222,113). Sum of RGB (Red+Green+Blue) = 126+222+113=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDE71 is #81218E. Grayscale: #B5B5B5. Windows color (decimal): -8462735 or 7462526. OLE color: 7462526.

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

Color convert

RGB126222113-
CMYK0.4300.490.13
HSL112.84º62.29%65.69%-
HSV(B)112.84º49.1%87.06%-
XYZ37.7157.8724.81-
YUV180.8789.788.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.33%
GREEN value IS 222 (87.11% from 255) = 48.16%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=27.33%
G=48.16%
B=24.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262221130.4300.490.13112.8462.2965.69
Hex7EDE712B031D713e42
Octal176336161530611516176102
Binary11111101101111011100011010110110001110111100011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,222,113); }

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

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

 a { background-color: rgb(126,222,113); }

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

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

 span { border-color: rgb(126,222,113); }

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