COLOR #7EED7E

HEX: #7EED7E
RGB: (126,237,126)

Color info

#7EED7E contains mainly green color. Web safe color of #7EED7E is #66FF66 (or #6F6).

RGB color model

#7EED7E color RGB value is (126,237,126).

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

RGB channels and saturation

R 126 of 255 = 49%
G 237 of 255 = 93%
B 126 of 255 = 49%

126
237
126

R + G + B ~ 64%. #7EED7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 237 + 126 = 489 (100%)
R 126 of 489 ~ 25.77%
G 237 of 489 ~ 48.47%
B 126 of 489 ~ 25.77%

%25.77
%48.47
%25.77

CMYK color model

#7EED7E color CMYK value is (47,0,47,7).

  • cyan value is 46.84%
  • magenta value is 0.00%
  • yellow value is 46.84%
  • key color value is 7.06%
CMYK:
(47,0,47,7)
C47M0Y47K7 
(47%,0%,47%,7%)
(0.47/0.00/0.47/0.07)	

CMYK percentages

%46.84
%0
%46.84
%7.06

Codes

Color #7EED7E in popluar color models

7EED7E
RGB126237126
HSL120°75.51%71.18%
HSB/HSV120°46.84%92.94%
CMYK46.84%0.00%46.84%
7.06%

Color #7EED7E in popluar number systems.

HEX7EED7E
Decimal126237126
Binary1111110111011011111110
Octal176355176

Shades and tints

Shades of #7EED7E

#7EED7E
(126,237,126)
#73D873
(115,216,115)
#68C368
(104,195,104)
#5DAE5D
(93,174,93)
#529952
(82,153,82)
#478447
(71,132,71)
#3C6F3C
(60,111,60)
#315A31
(49,90,49)
#264526
(38,69,38)
#1B301B
(27,48,27)
#101B10
(16,27,16)
#000000
(0,0,0)

Tints of #7EED7E

#7EED7E
(126,237,126)
#89EE89
(137,238,137)
#94EF94
(148,239,148)
#9FF09F
(159,240,159)
#AAF1AA
(170,241,170)
#B5F2B5
(181,242,181)
#C0F3C0
(192,243,192)
#CBF4CB
(203,244,203)
#D6F5D6
(214,245,214)
#E1F6E1
(225,246,225)
#ECF7EC
(236,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EED7E; }

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

This text font color is #7EED7E.


Background Color

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

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

This div background color is #7EED7E.


Border color

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

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

This div border color is #7EED7E.


Opacity

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

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

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

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

This text has shadow with #7EED7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EED7E on black background.


Color preview on white background

This text has color #7EED7E on white background.



Black color preview on #7EED7E background

This text has black color on #7EED7E background.


White color preview on #7EED7E background

This text has white color on #7EED7E background.