COLOR #7EFFA5

HEX: #7EFFA5
RGB: (126,255,165)

Color info

#7EFFA5 contains mainly green color. Web safe color of #7EFFA5 is #66FF99 (or #6F9).

RGB color model

#7EFFA5 color RGB value is (126,255,165).

  • red value is 126;
  • green value is 255;
  • blue value is 165.
RGB:
(126,255,165)
(49%,100%,65%)

RGB channels and saturation

R 126 of 255 = 49%
G 255 of 255 = 100%
B 165 of 255 = 65%

126
255
165

R + G + B ~ 71%. #7EFFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 255 + 165 = 546 (100%)
R 126 of 546 ~ 23.08%
G 255 of 546 ~ 46.7%
B 165 of 546 ~ 30.22%

%23.08
%46.7
%30.22

CMYK color model

#7EFFA5 color CMYK value is (51,0,35,0).

  • cyan value is 50.59%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 0.00%
CMYK:
(51,0,35,0)
C51M0Y35K0 
(51%,0%,35%,0%)
(0.51/0.00/0.35/0.00)	

CMYK percentages

%50.59
%0
%35.29
%0

Codes

Color #7EFFA5 in popluar color models

7EFFA5
RGB126255165
HSL138°100.00%74.71%
HSB/HSV138°50.59%100.00%
CMYK50.59%0.00%35.29%
0.00%

Color #7EFFA5 in popluar number systems.

HEX7EFFA5
Decimal126255165
Binary11111101111111110100101
Octal176377245

Shades and tints

Shades of #7EFFA5

#7EFFA5
(126,255,165)
#73E896
(115,232,150)
#68D187
(104,209,135)
#5DBA78
(93,186,120)
#52A369
(82,163,105)
#478C5A
(71,140,90)
#3C754B
(60,117,75)
#315E3C
(49,94,60)
#26472D
(38,71,45)
#1B301E
(27,48,30)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #7EFFA5

#7EFFA5
(126,255,165)
#89FFAD
(137,255,173)
#94FFB5
(148,255,181)
#9FFFBD
(159,255,189)
#AAFFC5
(170,255,197)
#B5FFCD
(181,255,205)
#C0FFD5
(192,255,213)
#CBFFDD
(203,255,221)
#D6FFE5
(214,255,229)
#E1FFED
(225,255,237)
#ECFFF5
(236,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EFFA5; }

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

This text font color is #7EFFA5.


Background Color

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

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

This div background color is #7EFFA5.


Border color

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

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

This div border color is #7EFFA5.


Opacity

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

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

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

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

This text has shadow with #7EFFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EFFA5 on black background.


Color preview on white background

This text has color #7EFFA5 on white background.



Black color preview on #7EFFA5 background

This text has black color on #7EFFA5 background.


White color preview on #7EFFA5 background

This text has white color on #7EFFA5 background.