#7EDA76

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

Shades of Pastel Green #7EDA76

Tints of Pastel Green #7EDA76

Color information

#7EDA76 (or 0x7EDA76) is unknown color: approx Pastel Green. HEX triplet: 7E, DA and 76. RGB value is (126,218,118). Sum of RGB (Red+Green+Blue) = 126+218+118=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA76 is #812589. Grayscale: #B3B3B3. Windows color (decimal): -8463754 or 7789182. OLE color: 7789182.

HSL color Cylindrical-coordinate representation of color #7EDA76: hue angle of 115.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EDA76 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB126218118-
CMYK0.4200.460.15
HSL115.2º57.47%65.88%-
HSV(B)115.2º45.87%85.49%-
XYZ36.9555.8925.98-
YUV179.0993.5290.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.27%
GREEN value IS 218 (85.55% from 255) = 47.19%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=27.27%
G=47.19%
B=25.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181180.4200.460.15115.257.4765.88
Hex7EDA762A02EF733942
Octal176332166520561716371102
Binary11111101101101011101101010100101110111111100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,218,118); }

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

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

 a { background-color: rgb(126,218,118); }

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

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

 span { border-color: rgb(126,218,118); }

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