#7EDC74

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

Shades of Pastel Green #7EDC74

Tints of Pastel Green #7EDC74

Color information

#7EDC74 (or 0x7EDC74) is unknown color: approx Pastel Green. HEX triplet: 7E, DC and 74. RGB value is (126,220,116). Sum of RGB (Red+Green+Blue) = 126+220+116=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC74 is #81238B. Grayscale: #B4B4B4. Windows color (decimal): -8463244 or 7658622. OLE color: 7658622.

HSL color Cylindrical-coordinate representation of color #7EDC74: hue angle of 114.23º 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 #7EDC74 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB126220116-
CMYK0.4300.470.14
HSL114.23º59.77%65.88%-
HSV(B)114.23º47.27%86.27%-
XYZ37.3556.8825.53-
YUV180.0491.8689.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.27%
GREEN value IS 220 (86.33% from 255) = 47.62%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=27.27%
G=47.62%
B=25.11%

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
Decimal1262201160.4300.470.14114.2359.7765.88
Hex7EDC742B02FE723c42
Octal176334164530571616274102
Binary11111101101110011101001010110101111111011100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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