#7ED37D

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

Shades of Pastel Green #7ED37D

Tints of Pastel Green #7ED37D

Color information

#7ED37D (or 0x7ED37D) is unknown color: approx Pastel Green. HEX triplet: 7E, D3 and 7D. RGB value is (126,211,125). Sum of RGB (Red+Green+Blue) = 126+211+125=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED37D is #812C82. Grayscale: #B0B0B0. Windows color (decimal): -8465539 or 8246142. OLE color: 8246142.

HSL color Cylindrical-coordinate representation of color #7ED37D: hue angle of 119.3º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED37D is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB126211125-
CMYK0.4000.410.17
HSL119.3º49.43%65.88%-
HSV(B)119.3º40.76%82.75%-
XYZ35.652.527.66-
YUV175.7899.3492.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.27%
GREEN value IS 211 (82.81% from 255) = 45.67%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=27.27%
G=45.67%
B=27.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1262111250.4000.410.17119.349.4365.88
Hex7ED37D2802911773142
Octal176323175500512116761102
Binary111111011010011111110110100001010011000111101111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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