COLOR #7EC28D

HEX: #7EC28D
RGB: (126,194,141)

Color info

#7EC28D contains mainly green and blue colors. Web safe color of #7EC28D is #66CC99 (or #6C9).

RGB color model

#7EC28D color RGB value is (126,194,141).

  • red value is 126;
  • green value is 194;
  • blue value is 141.
RGB:
(126,194,141)
(49%,76%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 194 of 255 = 76%
B 141 of 255 = 55%

126
194
141

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

Portions of RGB colors in percentages

R + G + B =
126 + 194 + 141 = 461 (100%)
R 126 of 461 ~ 27.33%
G 194 of 461 ~ 42.08%
B 141 of 461 ~ 30.59%

%27.33
%42.08
%30.59

CMYK color model

#7EC28D color CMYK value is (35,0,27,24).

  • cyan value is 35.05%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 23.92%
CMYK:
(35,0,27,24)
C35M0Y27K24 
(35%,0%,27%,24%)
(0.35/0.00/0.27/0.24)	

CMYK percentages

%35.05
%0
%27.32
%23.92

Codes

Color #7EC28D in popluar color models

7EC28D
RGB126194141
HSL133°35.79%62.75%
HSB/HSV133°35.05%76.08%
CMYK35.05%0.00%27.32%
23.92%

Color #7EC28D in popluar number systems.

HEX7EC28D
Decimal126194141
Binary11111101100001010001101
Octal176302215

Shades and tints

Shades of #7EC28D

#7EC28D
(126,194,141)
#73B181
(115,177,129)
#68A075
(104,160,117)
#5D8F69
(93,143,105)
#527E5D
(82,126,93)
#476D51
(71,109,81)
#3C5C45
(60,92,69)
#314B39
(49,75,57)
#263A2D
(38,58,45)
#1B2921
(27,41,33)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #7EC28D

#7EC28D
(126,194,141)
#89C797
(137,199,151)
#94CCA1
(148,204,161)
#9FD1AB
(159,209,171)
#AAD6B5
(170,214,181)
#B5DBBF
(181,219,191)
#C0E0C9
(192,224,201)
#CBE5D3
(203,229,211)
#D6EADD
(214,234,221)
#E1EFE7
(225,239,231)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC28D; }

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

This text font color is #7EC28D.


Background Color

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

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

This div background color is #7EC28D.


Border color

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

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

This div border color is #7EC28D.


Opacity

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

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

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

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

This text has shadow with #7EC28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC28D on black background.


Color preview on white background

This text has color #7EC28D on white background.



Black color preview on #7EC28D background

This text has black color on #7EC28D background.


White color preview on #7EC28D background

This text has white color on #7EC28D background.