#7EDA6D

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

Shades of Pastel Green #7EDA6D

Tints of Pastel Green #7EDA6D

Color information

#7EDA6D (or 0x7EDA6D) is unknown color: approx Pastel Green. HEX triplet: 7E, DA and 6D. RGB value is (126,218,109). Sum of RGB (Red+Green+Blue) = 126+218+109=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA6D is #812592. Grayscale: #B2B2B2. Windows color (decimal): -8463763 or 7199358. OLE color: 7199358.

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

Color convert

RGB126218109-
CMYK0.4200.50.15
HSL110.64º59.56%64.12%-
HSV(B)110.64º50%85.49%-
XYZ36.4455.6823.3-
YUV178.0789.0290.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.81%
GREEN value IS 218 (85.55% from 255) = 48.12%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=27.81%
G=48.12%
B=24.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181090.4200.50.15110.6459.5664.12
Hex7EDA6D2A032F6f3c40
Octal176332155520621715774100
Binary11111101101101011011011010100110010111111011111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,218,109); }

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

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

 a { background-color: rgb(126,218,109); }

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

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

 span { border-color: rgb(126,218,109); }

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