COLOR #7EF206

HEX: #7EF206
RGB: (126,242,6)

Color info

#7EF206 contains mainly green color. Web safe color of #7EF206 is #66FF00 (or #6F0).

RGB color model

#7EF206 color RGB value is (126,242,6).

  • red value is 126;
  • green value is 242;
  • blue value is 6.
RGB:
(126,242,6)
(49%,95%,2%)

RGB channels and saturation

R 126 of 255 = 49%
G 242 of 255 = 95%
B 6 of 255 = 2%

126
242
6

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

Portions of RGB colors in percentages

R + G + B =
126 + 242 + 6 = 374 (100%)
R 126 of 374 ~ 33.69%
G 242 of 374 ~ 64.71%
B 6 of 374 ~ 1.6%

%33.69
%64.71

CMYK color model

#7EF206 color CMYK value is (48,0,98,5).

  • cyan value is 47.93%
  • magenta value is 0.00%
  • yellow value is 97.52%
  • key color value is 5.10%
CMYK:
(48,0,98,5)
C48M0Y98K5 
(48%,0%,98%,5%)
(0.48/0.00/0.98/0.05)	

CMYK percentages

%47.93
%0
%97.52
%5.1

Codes

Color #7EF206 in popluar color models

7EF206
RGB1262426
HSL89°95.16%48.63%
HSB/HSV89°97.52%94.90%
CMYK47.93%0.00%97.52%
5.10%

Color #7EF206 in popluar number systems.

HEX7EF206
Decimal1262426
Binary111111011110010110
Octal1763626

Shades and tints

Shades of #7EF206

#7EF206
(126,242,6)
#73DC06
(115,220,6)
#68C606
(104,198,6)
#5DB006
(93,176,6)
#529A06
(82,154,6)
#478406
(71,132,6)
#3C6E06
(60,110,6)
#315806
(49,88,6)
#264206
(38,66,6)
#1B2C06
(27,44,6)
#101606
(16,22,6)
#000000
(0,0,0)

Tints of #7EF206

#7EF206
(126,242,6)
#89F31C
(137,243,28)
#94F432
(148,244,50)
#9FF548
(159,245,72)
#AAF65E
(170,246,94)
#B5F774
(181,247,116)
#C0F88A
(192,248,138)
#CBF9A0
(203,249,160)
#D6FAB6
(214,250,182)
#E1FBCC
(225,251,204)
#ECFCE2
(236,252,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EF206; }

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

This text font color is #7EF206.


Background Color

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

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

This div background color is #7EF206.


Border color

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

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

This div border color is #7EF206.


Opacity

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

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

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

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

This text has shadow with #7EF206 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EF206 on black background.


Color preview on white background

This text has color #7EF206 on white background.



Black color preview on #7EF206 background

This text has black color on #7EF206 background.


White color preview on #7EF206 background

This text has white color on #7EF206 background.