#7EDD6D

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

Shades of Pastel Green #7EDD6D

Tints of Pastel Green #7EDD6D

Color information

#7EDD6D (or 0x7EDD6D) is unknown color: approx Pastel Green. HEX triplet: 7E, DD and 6D. RGB value is (126,221,109). Sum of RGB (Red+Green+Blue) = 126+221+109=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDD6D is #812292. Grayscale: #B4B4B4. Windows color (decimal): -8462995 or 7200126. OLE color: 7200126.

HSL color Cylindrical-coordinate representation of color #7EDD6D: hue angle of 110.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EDD6D is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB126221109-
CMYK0.4300.510.13
HSL110.89º62.22%64.71%-
HSV(B)110.89º50.68%86.67%-
XYZ37.2257.2523.56-
YUV179.8388.0389.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.63%
GREEN value IS 221 (86.72% from 255) = 48.46%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=27.63%
G=48.46%
B=23.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262211090.4300.510.13110.8962.2264.71
Hex7EDD6D2B033D6f3e41
Octal176335155530631515776101
Binary11111101101110111011011010110110011110111011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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