#7EDC65

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

Shades of Pastel Green #7EDC65

Tints of Pastel Green #7EDC65

Color information

#7EDC65 (or 0x7EDC65) is unknown color: approx Pastel Green. HEX triplet: 7E, DC and 65. RGB value is (126,220,101). Sum of RGB (Red+Green+Blue) = 126+220+101=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDC65 is #81239A. Grayscale: #B2B2B2. Windows color (decimal): -8463259 or 6675582. OLE color: 6675582.

HSL color Cylindrical-coordinate representation of color #7EDC65: hue angle of 107.39º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7EDC65 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB126220101-
CMYK0.4300.540.14
HSL107.39º62.96%62.94%-
HSV(B)107.39º54.09%86.27%-
XYZ36.5556.5621.3-
YUV178.3384.3690.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.19%
GREEN value IS 220 (86.33% from 255) = 49.22%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=28.19%
G=49.22%
B=22.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262201010.4300.540.14107.3962.9662.94
Hex7EDC652B036E6b3f3f
Octal17633414553066161537777
Binary1111110110111001100101101011011011011101101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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