#7ED078

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

Shades of Pastel Green #7ED078

Tints of Pastel Green #7ED078

Color information

#7ED078 (or 0x7ED078) is unknown color: approx Pastel Green. HEX triplet: 7E, D0 and 78. RGB value is (126,208,120). Sum of RGB (Red+Green+Blue) = 126+208+120=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED078 is #812F87. Grayscale: #ADADAD. Windows color (decimal): -8466312 or 7917694. OLE color: 7917694.

HSL color Cylindrical-coordinate representation of color #7ED078: hue angle of 115.91º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED078 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB126208120-
CMYK0.3900.420.18
HSL115.91º48.35%64.31%-
HSV(B)115.91º42.31%81.57%-
XYZ34.5550.925.77-
YUV173.4597.8394.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.75%
GREEN value IS 208 (81.64% from 255) = 45.81%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=27.75%
G=45.81%
B=26.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081200.3900.420.18115.9148.3564.31
Hex7ED0782702A12743040
Octal176320170470522216460100
Binary111111011010000111100010011101010101001011101001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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