COLOR #7ED178

HEX: #7ED178 RGB: (126,209,120)

Color info

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

RGB color model

#7ED178 color RGB value is (126,209,120).

RGB: (126,209,120) (49%, 82%, 47%)

RGB channels and saturation

R 126 of 255 = 49%
G 209 of 255 = 82%
B 120 of 255 = 47%

126
209
120

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

Portions of RGB colors in percentages

R + G + B = 126 + 209 + 120 = 455 (100%)
R 126 of 455 ~ 27.69%
G 209 of 455 ~ 45.93%
B 120 of 455 ~ 26.37'%

%27.69
%45.93
%26.37

CMYK color model

#7ED178 color CMYK value is (40,0,43,18).

  • cyan value is 39.71%
  • magenta value is 0.00%
  • yellow value is 42.58%
  • key color value is 18.04%

CMYK: (40,0,43,18)
C40M0Y43K18 (40%, 0%, 43%, 18%)
(0.40 / 0.00 / 0.43 / 0.18)

CMYK percentages

%39.71
%0
%42.58
%18.04

Codes

Color #7ED178 in popluar color models

7E D1 78
RGB 126 209 120
HSL 116° 49.17% 64.51%
HSB/HSV 116° 42.58% 81.96%
CMYK 39.71% 0.00% 42.58%
18.04%

Color #7ED178 in popluar number systems.

HEX 7E D1 78
Decimal 126 209 120
Binary 1111110 11010001 1111000
Octal 176 321 170

Shades and tints

Shades of #7ED178

#7ED178
(126,209,120)
#73BE6E
(115,190,110)
#68AB64
(104,171,100)
#5D985A
(93,152,90)
#528550
(82,133,80)
#477246
(71,114,70)
#3C5F3C
(60,95,60)
#314C32
(49,76,50)
#263928
(38,57,40)
#1B261E
(27,38,30)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #7ED178

#7ED178
(126,209,120)
#89D584
(137,213,132)
#94D990
(148,217,144)
#9FDD9C
(159,221,156)
#AAE1A8
(170,225,168)
#B5E5B4
(181,229,180)
#C0E9C0
(192,233,192)
#CBEDCC
(203,237,204)
#D6F1D8
(214,241,216)
#E1F5E4
(225,245,228)
#ECF9F0
(236,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED178; }

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

This text font color is #7ED178.

Background Color

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

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

This div background color is #7ED178.

Border color

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

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

This div border color is #7ED178.

Opacity

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

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

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

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

This text has shadow with #7ED178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ED178.

Preview

Color preview on black background

This text has color #7ED178 on black background.


Color preview on white background

This text has color #7ED178 on white background.


Black color preview on #7ED178 background

This text has black color on #7ED178 background.


White color preview on #7ED178 background

This text has white color on #7ED178 background.


Related colors

Complementary color

Complementary color for #hex is #812E87.


I love getcolorcode.com

Triadic colors

1 #787ED1 and #D1787E with #7ED178 are triadic colors.

2 #78D17E and #D17E78 with #7ED178 are triadic colors.