#7EDA7C

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

Shades of Pastel Green #7EDA7C

Tints of Pastel Green #7EDA7C

Color information

#7EDA7C (or 0x7EDA7C) is unknown color: approx Pastel Green. HEX triplet: 7E, DA and 7C. RGB value is (126,218,124). Sum of RGB (Red+Green+Blue) = 126+218+124=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA7C is #812583. Grayscale: #B4B4B4. Windows color (decimal): -8463748 or 8182398. OLE color: 8182398.

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

Color convert

RGB126218124-
CMYK0.4200.430.15
HSL118.72º55.95%67.06%-
HSV(B)118.72º43.12%85.49%-
XYZ37.3156.0327.92-
YUV179.7896.5289.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.92%
GREEN value IS 218 (85.55% from 255) = 46.58%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=26.92%
G=46.58%
B=26.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181240.4200.430.15118.7255.9567.06
Hex7EDA7C2A02BF773843
Octal176332174520531716770103
Binary11111101101101011111001010100101011111111101111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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