#7ED976

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

Shades of Pastel Green #7ED976

Tints of Pastel Green #7ED976

Color information

#7ED976 (or 0x7ED976) is unknown color: approx Pastel Green. HEX triplet: 7E, D9 and 76. RGB value is (126,217,118). Sum of RGB (Red+Green+Blue) = 126+217+118=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED976 is #812689. Grayscale: #B2B2B2. Windows color (decimal): -8464010 or 7788926. OLE color: 7788926.

HSL color Cylindrical-coordinate representation of color #7ED976: hue angle of 115.15º 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 #7ED976 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB126217118-
CMYK0.4200.460.15
HSL115.15º56.57%65.69%-
HSV(B)115.15º45.62%85.1%-
XYZ36.6955.3725.89-
YUV178.593.8590.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.33%
GREEN value IS 217 (85.16% from 255) = 47.07%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=27.33%
G=47.07%
B=25.60%

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
Decimal1262171180.4200.460.15115.1556.5765.69
Hex7ED9762A02EF733942
Octal176331166520561716371102
Binary11111101101100111101101010100101110111111100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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