COLOR #7ED16D

HEX: #7ED16D
RGB: (126,209,109)

Color info

#7ED16D contains mainly green color. Web safe color of #7ED16D is #66CC66 (or #6C6).

RGB color model

#7ED16D color RGB value is (126,209,109).

  • red value is 126;
  • green value is 209;
  • blue value is 109.
RGB:
(126,209,109)
(49%,82%,43%)

RGB channels and saturation

R 126 of 255 = 49%
G 209 of 255 = 82%
B 109 of 255 = 43%

126
209
109

R + G + B ~ 58%. #7ED16D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 209 + 109 = 444 (100%)
R 126 of 444 ~ 28.38%
G 209 of 444 ~ 47.07%
B 109 of 444 ~ 24.55%

%28.38
%47.07
%24.55

CMYK color model

#7ED16D color CMYK value is (40,0,48,18).

  • cyan value is 39.71%
  • magenta value is 0.00%
  • yellow value is 47.85%
  • key color value is 18.04%
CMYK:
(40,0,48,18)
C40M0Y48K18 
(40%,0%,48%,18%)
(0.40/0.00/0.48/0.18)	

CMYK percentages

%39.71
%0
%47.85
%18.04

Codes

Color #7ED16D in popluar color models

7ED16D
RGB126209109
HSL110°52.08%62.35%
HSB/HSV110°47.85%81.96%
CMYK39.71%0.00%47.85%
18.04%

Color #7ED16D in popluar number systems.

HEX7ED16D
Decimal126209109
Binary1111110110100011101101
Octal176321155

Shades and tints

Shades of #7ED16D

#7ED16D
(126,209,109)
#73BE64
(115,190,100)
#68AB5B
(104,171,91)
#5D9852
(93,152,82)
#528549
(82,133,73)
#477240
(71,114,64)
#3C5F37
(60,95,55)
#314C2E
(49,76,46)
#263925
(38,57,37)
#1B261C
(27,38,28)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7ED16D

#7ED16D
(126,209,109)
#89D57A
(137,213,122)
#94D987
(148,217,135)
#9FDD94
(159,221,148)
#AAE1A1
(170,225,161)
#B5E5AE
(181,229,174)
#C0E9BB
(192,233,187)
#CBEDC8
(203,237,200)
#D6F1D5
(214,241,213)
#E1F5E2
(225,245,226)
#ECF9EF
(236,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED16D color. Also use rgb(126,209,109) instead hex code.

Text Font Color

.myTextColor { color: #7ED16D; }

<p style="color:#7ED16D">This sample text font color is #7ED16D.</p>

This text font color is #7ED16D.


Background Color

.myBgColor { background-color: #7ED16D; }

<div style="background-color:#7ED16D">Inner text</div>

This div background color is #7ED16D.


Border color

.myBorderColor { border: 1px solid #7ED16D; }

<div style="border:3px solid #7ED16D">Div</div>

This div border color is #7ED16D.


Opacity

.myOpacity80 { color: #7ED16D; opacity: 0.8; }

<p style="color:#7ED16D;opacity:0.8;">80%</p>

Text with #7ED16D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7ED16D;}

<p style="text-shadow: 3px 3px 1px #7ED16D">Text here.</p>

This text has shadow with #7ED16D color.

.textShadow {text-shadow: 3px 3px 1px #7ED16D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7ED16D, 5px 5px 20px red">Text here.</p>

This text has shadow with #7ED16D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7ED16D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7ED16D, Direction=45, Strength=4)">Text</p>

This text has shadow with #7ED16D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7ED16D;
  -webkit-box-shadow:	1px 1px 3px 2px #7ED16D;
  box-shadow:		1px 1px 3px 2px #7ED16D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ED16D;
-webkit-box-shadow: 1px 1px 3px 2px #7ED16D;
box-shadow:1px 1px 3px 2px #7ED16D;">
Div content here</div>
This div box has shadow with color #7ED16D.

Preview

Color preview on black background

This text has color #7ED16D on black background.


Color preview on white background

This text has color #7ED16D on white background.



Black color preview on #7ED16D background

This text has black color on #7ED16D background.


White color preview on #7ED16D background

This text has white color on #7ED16D background.