#7ED16D

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

Shades of Pastel Green #7ED16D

Tints of Pastel Green #7ED16D

Color information

#7ED16D (or 0x7ED16D) is unknown color: approx Pastel Green. HEX triplet: 7E, D1 and 6D. RGB value is (126,209,109). Sum of RGB (Red+Green+Blue) = 126+209+109=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED16D is #812E92. Grayscale: #ADADAD. Windows color (decimal): -8466067 or 7197054. OLE color: 7197054.

HSL color Cylindrical-coordinate representation of color #7ED16D: hue angle of 109.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7ED16D is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB126209109-
CMYK0.4000.480.18
HSL109.8º52.08%62.35%-
HSV(B)109.8º47.85%81.96%-
XYZ34.1651.1422.54-
YUV172.789294.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 209 (82.03% from 255) = 47.07%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=28.38%
G=47.07%
B=24.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262091090.4000.480.18109.852.0862.35
Hex7ED16D28030126e343e
Octal17632115550060221566476
Binary11111101101000111011011010000110000100101101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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