#7ED478

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

Shades of Pastel Green #7ED478

Tints of Pastel Green #7ED478

Color information

#7ED478 (or 0x7ED478) is unknown color: approx Pastel Green. HEX triplet: 7E, D4 and 78. RGB value is (126,212,120). Sum of RGB (Red+Green+Blue) = 126+212+120=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED478 is #812B87. Grayscale: #B0B0B0. Windows color (decimal): -8465288 or 7918718. OLE color: 7918718.

HSL color Cylindrical-coordinate representation of color #7ED478: hue angle of 116.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ED478 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB126212120-
CMYK0.4100.430.17
HSL116.09º51.69%65.1%-
HSV(B)116.09º43.4%83.14%-
XYZ35.5452.8826.1-
YUV175.896.5192.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.51%
GREEN value IS 212 (83.20% from 255) = 46.29%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=27.51%
G=46.29%
B=26.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1262121200.4100.430.17116.0951.6965.1
Hex7ED4782902B11743441
Octal176324170510532116464101
Binary111111011010100111100010100101010111000111101001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,212,120); }

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

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

 a { background-color: rgb(126,212,120); }

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

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

 span { border-color: rgb(126,212,120); }

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