COLOR #7ED376

HEX: #7ED376
RGB: (126,211,118)

Color info

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

RGB color model

#7ED376 color RGB value is (126,211,118).

  • red value is 126;
  • green value is 211;
  • blue value is 118.
RGB:
(126,211,118)
(49%,83%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 211 of 255 = 83%
B 118 of 255 = 46%

126
211
118

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

Portions of RGB colors in percentages

R + G + B =
126 + 211 + 118 = 455 (100%)
R 126 of 455 ~ 27.69%
G 211 of 455 ~ 46.37%
B 118 of 455 ~ 25.93%

%27.69
%46.37
%25.93

CMYK color model

#7ED376 color CMYK value is (40,0,44,17).

  • cyan value is 40.28%
  • magenta value is 0.00%
  • yellow value is 44.08%
  • key color value is 17.25%
CMYK:
(40,0,44,17)
C40M0Y44K17 
(40%,0%,44%,17%)
(0.40/0.00/0.44/0.17)	

CMYK percentages

%40.28
%0
%44.08
%17.25

Codes

Color #7ED376 in popluar color models

7ED376
RGB126211118
HSL115°51.38%64.51%
HSB/HSV115°44.08%82.75%
CMYK40.28%0.00%44.08%
17.25%

Color #7ED376 in popluar number systems.

HEX7ED376
Decimal126211118
Binary1111110110100111110110
Octal176323166

Shades and tints

Shades of #7ED376

#7ED376
(126,211,118)
#73C06C
(115,192,108)
#68AD62
(104,173,98)
#5D9A58
(93,154,88)
#52874E
(82,135,78)
#477444
(71,116,68)
#3C613A
(60,97,58)
#314E30
(49,78,48)
#263B26
(38,59,38)
#1B281C
(27,40,28)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #7ED376

#7ED376
(126,211,118)
#89D782
(137,215,130)
#94DB8E
(148,219,142)
#9FDF9A
(159,223,154)
#AAE3A6
(170,227,166)
#B5E7B2
(181,231,178)
#C0EBBE
(192,235,190)
#CBEFCA
(203,239,202)
#D6F3D6
(214,243,214)
#E1F7E2
(225,247,226)
#ECFBEE
(236,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED376 color. Also use rgb(126,211,118) instead hex code.

Text Font Color

.myTextColor { color: #7ED376; }

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

This text font color is #7ED376.


Background Color

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

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

This div background color is #7ED376.


Border color

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

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

This div border color is #7ED376.


Opacity

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

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

Text with #7ED376 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 #7ED376;}

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

This text has shadow with #7ED376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED376 on black background.


Color preview on white background

This text has color #7ED376 on white background.



Black color preview on #7ED376 background

This text has black color on #7ED376 background.


White color preview on #7ED376 background

This text has white color on #7ED376 background.