#7EEA7D

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

Shades of Pastel Green #7EEA7D

Tints of Pastel Green #7EEA7D

Color information

#7EEA7D (or 0x7EEA7D) is unknown color: approx Pastel Green. HEX triplet: 7E, EA and 7D. RGB value is (126,234,125). Sum of RGB (Red+Green+Blue) = 126+234+125=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEA7D is #811582. Grayscale: #BDBDBD. Windows color (decimal): -8459651 or 8252030. OLE color: 8252030.

HSL color Cylindrical-coordinate representation of color #7EEA7D: hue angle of 119.45º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEA7D is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB126234125-
CMYK0.4600.470.08
HSL119.45º72.19%70.39%-
HSV(B)119.45º46.58%91.76%-
XYZ41.7364.7629.7-
YUV189.2891.7282.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.98%
GREEN value IS 234 (91.80% from 255) = 48.25%
BLUE value IS 125 (49.22% from 255) = 25.77%
R=25.98%
G=48.25%
B=25.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262341250.4600.470.08119.4572.1970.39
Hex7EEA7D2E02F8774846
Octal1763521755605710167110106
Binary111111011101010111110110111001011111000111011110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,234,125); }

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

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

 a { background-color: rgb(126,234,125); }

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

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

 span { border-color: rgb(126,234,125); }

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