#7DEC80

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

Shades of Pastel Green #7DEC80

Tints of Pastel Green #7DEC80

Color information

#7DEC80 (or 0x7DEC80) is unknown color: approx Pastel Green. HEX triplet: 7D, EC and 80. RGB value is (125,236,128). Sum of RGB (Red+Green+Blue) = 125+236+128=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEC80 is #82137F. Grayscale: #BEBEBE. Windows color (decimal): -8524672 or 8449149. OLE color: 8449149.

HSL color Cylindrical-coordinate representation of color #7DEC80: hue angle of 121.62º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEC80 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB125236128-
CMYK0.4700.460.07
HSL121.62º74.5%70.78%-
HSV(B)121.62º47.03%92.55%-
XYZ42.3565.9130.91-
YUV190.592.7381.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.56%
GREEN value IS 236 (92.58% from 255) = 48.26%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=25.56%
G=48.26%
B=26.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361280.4700.460.07121.6274.570.78
Hex7DEC802F02E77a4a47
Octal175354200570567172112107
Binary111110111101100100000001011110101110111111101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,128); }

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

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

 a { background-color: rgb(125,236,128); }

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

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

 span { border-color: rgb(125,236,128); }

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