COLOR #7EFD7B

HEX: #7EFD7B
RGB: (126,253,123)

Color info

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

RGB color model

#7EFD7B color RGB value is (126,253,123).

  • red value is 126;
  • green value is 253;
  • blue value is 123.
RGB:
(126,253,123)
(49%,99%,48%)

RGB channels and saturation

R 126 of 255 = 49%
G 253 of 255 = 99%
B 123 of 255 = 48%

126
253
123

R + G + B ~ 65%. #7EFD7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 253 + 123 = 502 (100%)
R 126 of 502 ~ 25.1%
G 253 of 502 ~ 50.4%
B 123 of 502 ~ 24.5%

%25.1
%50.4
%24.5

CMYK color model

#7EFD7B color CMYK value is (50,0,51,1).

  • cyan value is 50.20%
  • magenta value is 0.00%
  • yellow value is 51.38%
  • key color value is 0.78%
CMYK:
(50,0,51,1)
C50M0Y51K1 
(50%,0%,51%,1%)
(0.50/0.00/0.51/0.01)	

CMYK percentages

%50.2
%0
%51.38
%0.78

Codes

Color #7EFD7B in popluar color models

7EFD7B
RGB126253123
HSL119°97.01%73.73%
HSB/HSV119°51.38%99.22%
CMYK50.20%0.00%51.38%
0.78%

Color #7EFD7B in popluar number systems.

HEX7EFD7B
Decimal126253123
Binary1111110111111011111011
Octal176375173

Shades and tints

Shades of #7EFD7B

#7EFD7B
(126,253,123)
#73E670
(115,230,112)
#68CF65
(104,207,101)
#5DB85A
(93,184,90)
#52A14F
(82,161,79)
#478A44
(71,138,68)
#3C7339
(60,115,57)
#315C2E
(49,92,46)
#264523
(38,69,35)
#1B2E18
(27,46,24)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #7EFD7B

#7EFD7B
(126,253,123)
#89FD87
(137,253,135)
#94FD93
(148,253,147)
#9FFD9F
(159,253,159)
#AAFDAB
(170,253,171)
#B5FDB7
(181,253,183)
#C0FDC3
(192,253,195)
#CBFDCF
(203,253,207)
#D6FDDB
(214,253,219)
#E1FDE7
(225,253,231)
#ECFDF3
(236,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EFD7B; }

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

This text font color is #7EFD7B.


Background Color

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

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

This div background color is #7EFD7B.


Border color

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

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

This div border color is #7EFD7B.


Opacity

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

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

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

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

This text has shadow with #7EFD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EFD7B on black background.


Color preview on white background

This text has color #7EFD7B on white background.



Black color preview on #7EFD7B background

This text has black color on #7EFD7B background.


White color preview on #7EFD7B background

This text has white color on #7EFD7B background.