COLOR #7ED390

HEX: #7ED390 RGB: (126,211,144)

Color info

#7ED390 contains mainly green color. Web safe color of #7ED390 is #66CC99 (or #6C9).

RGB color model

#7ED390 color RGB value is (126,211,144).

RGB: (126,211,144) (49%, 83%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 211 of 255 = 83%
B 144 of 255 = 56%

126
211
144

R + G + B ~ 63%. #7ED390 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 211 + 144 = 481 (100%)
R 126 of 481 ~ 26.2%
G 211 of 481 ~ 43.87%
B 144 of 481 ~ 29.94'%

%26.2
%43.87
%29.94

CMYK color model

#7ED390 color CMYK value is (40,0,32,17).

  • cyan value is 40.28%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 17.25%

CMYK: (40,0,32,17)
C40M0Y32K17 (40%, 0%, 32%, 17%)
(0.40 / 0.00 / 0.32 / 0.17)

CMYK percentages

%40.28
%0
%31.75
%17.25

Codes

Color #7ED390 in popluar color models

7E D3 90
RGB 126 211 144
HSL 133° 49.13% 66.08%
HSB/HSV 133° 40.28% 82.75%
CMYK 40.28% 0.00% 31.75%
17.25%

Color #7ED390 in popluar number systems.

HEX 7E D3 90
Decimal 126 211 144
Binary 1111110 11010011 10010000
Octal 176 323 220

Shades and tints

Shades of #7ED390

#7ED390
(126,211,144)
#73C083
(115,192,131)
#68AD76
(104,173,118)
#5D9A69
(93,154,105)
#52875C
(82,135,92)
#47744F
(71,116,79)
#3C6142
(60,97,66)
#314E35
(49,78,53)
#263B28
(38,59,40)
#1B281B
(27,40,27)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #7ED390

#7ED390
(126,211,144)
#89D79A
(137,215,154)
#94DBA4
(148,219,164)
#9FDFAE
(159,223,174)
#AAE3B8
(170,227,184)
#B5E7C2
(181,231,194)
#C0EBCC
(192,235,204)
#CBEFD6
(203,239,214)
#D6F3E0
(214,243,224)
#E1F7EA
(225,247,234)
#ECFBF4
(236,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED390 color. Also use rgb(126,211,144) instead hex code.

Text Font Color

.myTextColor { color: #7ED390; }

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

This text font color is #7ED390.

Background Color

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

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

This div background color is #7ED390.

Border color

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

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

This div border color is #7ED390.

Opacity

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

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

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

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

This text has shadow with #7ED390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ED390.

Preview

Color preview on black background

This text has color #7ED390 on black background.


Color preview on white background

This text has color #7ED390 on white background.


Black color preview on #7ED390 background

This text has black color on #7ED390 background.


White color preview on #7ED390 background

This text has white color on #7ED390 background.


Related colors

Complementary color

Complementary color for #hex is #812C6F.


I love getcolorcode.com

Triadic colors

1 #907ED3 and #D3907E with #7ED390 are triadic colors.

2 #90D37E and #D37E90 with #7ED390 are triadic colors.