COLOR #7ED07E

HEX: #7ED07E
RGB: (126,208,126)

Color info

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

RGB color model

#7ED07E color RGB value is (126,208,126).

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

RGB channels and saturation

R 126 of 255 = 49%
G 208 of 255 = 82%
B 126 of 255 = 49%

126
208
126

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

Portions of RGB colors in percentages

R + G + B =
126 + 208 + 126 = 460 (100%)
R 126 of 460 ~ 27.39%
G 208 of 460 ~ 45.22%
B 126 of 460 ~ 27.39%

%27.39
%45.22
%27.39

CMYK color model

#7ED07E color CMYK value is (39,0,39,18).

  • cyan value is 39.42%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 18.43%
CMYK:
(39,0,39,18)
C39M0Y39K18 
(39%,0%,39%,18%)
(0.39/0.00/0.39/0.18)	

CMYK percentages

%39.42
%0
%39.42
%18.43

Codes

Color #7ED07E in popluar color models

7ED07E
RGB126208126
HSL120°46.59%65.49%
HSB/HSV120°39.42%81.57%
CMYK39.42%0.00%39.42%
18.43%

Color #7ED07E in popluar number systems.

HEX7ED07E
Decimal126208126
Binary1111110110100001111110
Octal176320176

Shades and tints

Shades of #7ED07E

#7ED07E
(126,208,126)
#73BE73
(115,190,115)
#68AC68
(104,172,104)
#5D9A5D
(93,154,93)
#528852
(82,136,82)
#477647
(71,118,71)
#3C643C
(60,100,60)
#315231
(49,82,49)
#264026
(38,64,38)
#1B2E1B
(27,46,27)
#101C10
(16,28,16)
#000000
(0,0,0)

Tints of #7ED07E

#7ED07E
(126,208,126)
#89D489
(137,212,137)
#94D894
(148,216,148)
#9FDC9F
(159,220,159)
#AAE0AA
(170,224,170)
#B5E4B5
(181,228,181)
#C0E8C0
(192,232,192)
#CBECCB
(203,236,203)
#D6F0D6
(214,240,214)
#E1F4E1
(225,244,225)
#ECF8EC
(236,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED07E; }

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

This text font color is #7ED07E.


Background Color

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

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

This div background color is #7ED07E.


Border color

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

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

This div border color is #7ED07E.


Opacity

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

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

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

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

This text has shadow with #7ED07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED07E on black background.


Color preview on white background

This text has color #7ED07E on white background.



Black color preview on #7ED07E background

This text has black color on #7ED07E background.


White color preview on #7ED07E background

This text has white color on #7ED07E background.