COLOR #7ED19B

HEX: #7ED19B
RGB: (126,209,155)

Color info

#7ED19B contains mainly green and blue colors. Web safe color of #7ED19B is #66CC99 (or #6C9).

RGB color model

#7ED19B color RGB value is (126,209,155).

  • red value is 126;
  • green value is 209;
  • blue value is 155.
RGB:
(126,209,155)
(49%,82%,61%)

RGB channels and saturation

R 126 of 255 = 49%
G 209 of 255 = 82%
B 155 of 255 = 61%

126
209
155

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

Portions of RGB colors in percentages

R + G + B =
126 + 209 + 155 = 490 (100%)
R 126 of 490 ~ 25.71%
G 209 of 490 ~ 42.65%
B 155 of 490 ~ 31.63%

%25.71
%42.65
%31.63

CMYK color model

#7ED19B color CMYK value is (40,0,26,18).

  • cyan value is 39.71%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 18.04%
CMYK:
(40,0,26,18)
C40M0Y26K18 
(40%,0%,26%,18%)
(0.40/0.00/0.26/0.18)	

CMYK percentages

%39.71
%0
%25.84
%18.04

Codes

Color #7ED19B in popluar color models

7ED19B
RGB126209155
HSL141°47.43%65.69%
HSB/HSV141°39.71%81.96%
CMYK39.71%0.00%25.84%
18.04%

Color #7ED19B in popluar number systems.

HEX7ED19B
Decimal126209155
Binary11111101101000110011011
Octal176321233

Shades and tints

Shades of #7ED19B

#7ED19B
(126,209,155)
#73BE8D
(115,190,141)
#68AB7F
(104,171,127)
#5D9871
(93,152,113)
#528563
(82,133,99)
#477255
(71,114,85)
#3C5F47
(60,95,71)
#314C39
(49,76,57)
#26392B
(38,57,43)
#1B261D
(27,38,29)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #7ED19B

#7ED19B
(126,209,155)
#89D5A4
(137,213,164)
#94D9AD
(148,217,173)
#9FDDB6
(159,221,182)
#AAE1BF
(170,225,191)
#B5E5C8
(181,229,200)
#C0E9D1
(192,233,209)
#CBEDDA
(203,237,218)
#D6F1E3
(214,241,227)
#E1F5EC
(225,245,236)
#ECF9F5
(236,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED19B; }

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

This text font color is #7ED19B.


Background Color

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

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

This div background color is #7ED19B.


Border color

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

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

This div border color is #7ED19B.


Opacity

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

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

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

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

This text has shadow with #7ED19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED19B on black background.


Color preview on white background

This text has color #7ED19B on white background.



Black color preview on #7ED19B background

This text has black color on #7ED19B background.


White color preview on #7ED19B background

This text has white color on #7ED19B background.