#7EDC75

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

Shades of Pastel Green #7EDC75

Tints of Pastel Green #7EDC75

Color information

#7EDC75 (or 0x7EDC75) is unknown color: approx Pastel Green. HEX triplet: 7E, DC and 75. RGB value is (126,220,117). Sum of RGB (Red+Green+Blue) = 126+220+117=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC75 is #81238A. Grayscale: #B4B4B4. Windows color (decimal): -8463243 or 7724158. OLE color: 7724158.

HSL color Cylindrical-coordinate representation of color #7EDC75: hue angle of 114.76º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EDC75 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB126220117-
CMYK0.4300.470.14
HSL114.76º59.54%66.08%-
HSV(B)114.76º46.82%86.27%-
XYZ37.4156.9125.84-
YUV180.1592.3689.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.21%
GREEN value IS 220 (86.33% from 255) = 47.52%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=27.21%
G=47.52%
B=25.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262201170.4300.470.14114.7659.5466.08
Hex7EDC752B02FE733c42
Octal176334165530571616374102
Binary11111101101110011101011010110101111111011100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,220,117); }

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

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

 a { background-color: rgb(126,220,117); }

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

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

 span { border-color: rgb(126,220,117); }

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