#7ED974

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

Shades of Pastel Green #7ED974

Tints of Pastel Green #7ED974

Color information

#7ED974 (or 0x7ED974) is unknown color: approx Pastel Green. HEX triplet: 7E, D9 and 74. RGB value is (126,217,116). Sum of RGB (Red+Green+Blue) = 126+217+116=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED974 is #81268B. Grayscale: #B2B2B2. Windows color (decimal): -8464012 or 7657854. OLE color: 7657854.

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

Color convert

RGB126217116-
CMYK0.4200.470.15
HSL114.06º57.06%65.29%-
HSV(B)114.06º46.54%85.1%-
XYZ36.5755.3225.27-
YUV178.2892.8590.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.45%
GREEN value IS 217 (85.16% from 255) = 47.28%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=27.45%
G=47.28%
B=25.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262171160.4200.470.15114.0657.0665.29
Hex7ED9742A02FF723941
Octal176331164520571716271101
Binary11111101101100111101001010100101111111111100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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