COLOR #7ED299

HEX: #7ED299
RGB: (126,210,153)

Color info

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

RGB color model

#7ED299 color RGB value is (126,210,153).

  • red value is 126;
  • green value is 210;
  • blue value is 153.
RGB:
(126,210,153)
(49%,82%,60%)

RGB channels and saturation

R 126 of 255 = 49%
G 210 of 255 = 82%
B 153 of 255 = 60%

126
210
153

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

Portions of RGB colors in percentages

R + G + B =
126 + 210 + 153 = 489 (100%)
R 126 of 489 ~ 25.77%
G 210 of 489 ~ 42.94%
B 153 of 489 ~ 31.29%

%25.77
%42.94
%31.29

CMYK color model

#7ED299 color CMYK value is (40,0,27,18).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 17.65%
CMYK:
(40,0,27,18)
C40M0Y27K18 
(40%,0%,27%,18%)
(0.40/0.00/0.27/0.18)	

CMYK percentages

%40
%0
%27.14
%17.65

Codes

Color #7ED299 in popluar color models

7ED299
RGB126210153
HSL139°48.28%65.88%
HSB/HSV139°40.00%82.35%
CMYK40.00%0.00%27.14%
17.65%

Color #7ED299 in popluar number systems.

HEX7ED299
Decimal126210153
Binary11111101101001010011001
Octal176322231

Shades and tints

Shades of #7ED299

#7ED299
(126,210,153)
#73BF8C
(115,191,140)
#68AC7F
(104,172,127)
#5D9972
(93,153,114)
#528665
(82,134,101)
#477358
(71,115,88)
#3C604B
(60,96,75)
#314D3E
(49,77,62)
#263A31
(38,58,49)
#1B2724
(27,39,36)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #7ED299

#7ED299
(126,210,153)
#89D6A2
(137,214,162)
#94DAAB
(148,218,171)
#9FDEB4
(159,222,180)
#AAE2BD
(170,226,189)
#B5E6C6
(181,230,198)
#C0EACF
(192,234,207)
#CBEED8
(203,238,216)
#D6F2E1
(214,242,225)
#E1F6EA
(225,246,234)
#ECFAF3
(236,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED299; }

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

This text font color is #7ED299.


Background Color

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

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

This div background color is #7ED299.


Border color

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

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

This div border color is #7ED299.


Opacity

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

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

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

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

This text has shadow with #7ED299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED299 on black background.


Color preview on white background

This text has color #7ED299 on white background.



Black color preview on #7ED299 background

This text has black color on #7ED299 background.


White color preview on #7ED299 background

This text has white color on #7ED299 background.