#7ED674

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

Shades of Pastel Green #7ED674

Tints of Pastel Green #7ED674

Color information

#7ED674 (or 0x7ED674) is unknown color: approx Pastel Green. HEX triplet: 7E, D6 and 74. RGB value is (126,214,116). Sum of RGB (Red+Green+Blue) = 126+214+116=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED674 is #81298B. Grayscale: #B0B0B0. Windows color (decimal): -8464780 or 7657086. OLE color: 7657086.

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

Color convert

RGB126214116-
CMYK0.4100.460.16
HSL113.88º54.44%64.71%-
HSV(B)113.88º45.79%83.92%-
XYZ35.853.7925.02-
YUV176.5293.8591.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.63%
GREEN value IS 214 (83.98% from 255) = 46.93%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=27.63%
G=46.93%
B=25.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262141160.4100.460.16113.8854.4464.71
Hex7ED6742902E10723641
Octal176326164510562016266101
Binary111111011010110111010010100101011101000011100101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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