#7EDA81

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

Shades of Pastel Green #7EDA81

Tints of Pastel Green #7EDA81

Color information

#7EDA81 (or 0x7EDA81) is unknown color: approx Pastel Green. HEX triplet: 7E, DA and 81. RGB value is (126,218,129). Sum of RGB (Red+Green+Blue) = 126+218+129=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDA81 is #81257E. Grayscale: #B4B4B4. Windows color (decimal): -8463743 or 8510078. OLE color: 8510078.

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

Color convert

RGB126218129-
CMYK0.4200.410.15
HSL121.96º55.42%67.45%-
HSV(B)121.96º42.2%85.49%-
XYZ37.6456.1629.63-
YUV180.3599.0289.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=26.64%
G=46.09%
B=27.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181290.4200.410.15121.9655.4267.45
Hex7EDA812A029F7a3743
Octal176332201520511717267103
Binary111111011011010100000011010100101001111111110101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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