#7EDE6F

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

Shades of Pastel Green #7EDE6F

Tints of Pastel Green #7EDE6F

Color information

#7EDE6F (or 0x7EDE6F) is unknown color: approx Pastel Green. HEX triplet: 7E, DE and 6F. RGB value is (126,222,111). Sum of RGB (Red+Green+Blue) = 126+222+111=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDE6F is #812190. Grayscale: #B4B4B4. Windows color (decimal): -8462737 or 7331454. OLE color: 7331454.

HSL color Cylindrical-coordinate representation of color #7EDE6F: hue angle of 111.89º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EDE6F is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB126222111-
CMYK0.4300.50.13
HSL111.89º62.71%65.29%-
HSV(B)111.89º50%87.06%-
XYZ37.5957.8324.22-
YUV180.6488.789.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.45%
GREEN value IS 222 (87.11% from 255) = 48.37%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=27.45%
G=48.37%
B=24.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262221110.4300.50.13111.8962.7165.29
Hex7EDE6F2B032D703f41
Octal176336157530621516077101
Binary11111101101111011011111010110110010110111100001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,222,111); }

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

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

 a { background-color: rgb(126,222,111); }

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

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

 span { border-color: rgb(126,222,111); }

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