#7ED57F

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

Shades of Pastel Green #7ED57F

Tints of Pastel Green #7ED57F

Color information

#7ED57F (or 0x7ED57F) is unknown color: approx Pastel Green. HEX triplet: 7E, D5 and 7F. RGB value is (126,213,127). Sum of RGB (Red+Green+Blue) = 126+213+127=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED57F is #812A80. Grayscale: #B1B1B1. Windows color (decimal): -8465025 or 8377726. OLE color: 8377726.

HSL color Cylindrical-coordinate representation of color #7ED57F: hue angle of 120.69º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED57F is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB126213127-
CMYK0.4100.400.16
HSL120.69º50.88%66.47%-
HSV(B)120.69º40.85%83.53%-
XYZ36.2353.5628.51-
YUV177.1899.6891.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.04%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 127 (50% from 255) = 27.25%
R=27.04%
G=45.71%
B=27.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262131270.4100.400.16120.6950.8866.47
Hex7ED57F2902810793342
Octal176325177510502017163102
Binary111111011010101111111110100101010001000011110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,213,127); }

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

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

 a { background-color: rgb(126,213,127); }

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

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

 span { border-color: rgb(126,213,127); }

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