COLOR #7ED67F

HEX: #7ED67F RGB: (126,214,127)

Color info

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

RGB color model

#7ED67F color RGB value is (126,214,127).

RGB: (126,214,127) (49%, 84%, 50%)

RGB channels and saturation

R 126 of 255 = 49%
G 214 of 255 = 84%
B 127 of 255 = 50%

126
214
127

R + G + B ~ 61%. #7ED67F is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 214 + 127 = 467 (100%)
R 126 of 467 ~ 26.98%
G 214 of 467 ~ 45.82%
B 127 of 467 ~ 27.19'%

%26.98
%45.82
%27.19

CMYK color model

#7ED67F color CMYK value is (41,0,41,16).

  • cyan value is 41.12%
  • magenta value is 0.00%
  • yellow value is 40.65%
  • key color value is 16.08%

CMYK: (41,0,41,16)
C41M0Y41K16 (41%, 0%, 41%, 16%)
(0.41 / 0.00 / 0.41 / 0.16)

CMYK percentages

%41.12
%0
%40.65
%16.08

Codes

Color #7ED67F in popluar color models

7E D6 7F
RGB 126 214 127
HSL 121° 51.76% 66.67%
HSB/HSV 121° 41.12% 83.92%
CMYK 41.12% 0.00% 40.65%
16.08%

Color #7ED67F in popluar number systems.

HEX 7E D6 7F
Decimal 126 214 127
Binary 1111110 11010110 1111111
Octal 176 326 177

Shades and tints

Shades of #7ED67F

#7ED67F
(126,214,127)
#73C374
(115,195,116)
#68B069
(104,176,105)
#5D9D5E
(93,157,94)
#528A53
(82,138,83)
#477748
(71,119,72)
#3C643D
(60,100,61)
#315132
(49,81,50)
#263E27
(38,62,39)
#1B2B1C
(27,43,28)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #7ED67F

#7ED67F
(126,214,127)
#89D98A
(137,217,138)
#94DC95
(148,220,149)
#9FDFA0
(159,223,160)
#AAE2AB
(170,226,171)
#B5E5B6
(181,229,182)
#C0E8C1
(192,232,193)
#CBEBCC
(203,235,204)
#D6EED7
(214,238,215)
#E1F1E2
(225,241,226)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED67F; }

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

This text font color is #7ED67F.

Background Color

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

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

This div background color is #7ED67F.

Border color

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

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

This div border color is #7ED67F.

Opacity

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

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

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

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

This text has shadow with #7ED67F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ED67F.

Preview

Color preview on black background

This text has color #7ED67F on black background.


Color preview on white background

This text has color #7ED67F on white background.


Black color preview on #7ED67F background

This text has black color on #7ED67F background.


White color preview on #7ED67F background

This text has white color on #7ED67F background.


Related colors

Complementary color

Complementary color for #hex is #812980.


I love getcolorcode.com

Triadic colors

1 #7F7ED6 and #D67F7E with #7ED67F are triadic colors.

2 #7FD67E and #D67E7F with #7ED67F are triadic colors.