COLOR #7ED292

HEX: #7ED292
RGB: (126,210,146)

Color info

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

RGB color model

#7ED292 color RGB value is (126,210,146).

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

RGB channels and saturation

R 126 of 255 = 49%
G 210 of 255 = 82%
B 146 of 255 = 57%

126
210
146

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

Portions of RGB colors in percentages

R + G + B =
126 + 210 + 146 = 482 (100%)
R 126 of 482 ~ 26.14%
G 210 of 482 ~ 43.57%
B 146 of 482 ~ 30.29%

%26.14
%43.57
%30.29

CMYK color model

#7ED292 color CMYK value is (40,0,30,18).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 30.48%
  • key color value is 17.65%
CMYK:
(40,0,30,18)
C40M0Y30K18 
(40%,0%,30%,18%)
(0.40/0.00/0.30/0.18)	

CMYK percentages

%40
%0
%30.48
%17.65

Codes

Color #7ED292 in popluar color models

7ED292
RGB126210146
HSL134°48.28%65.88%
HSB/HSV134°40.00%82.35%
CMYK40.00%0.00%30.48%
17.65%

Color #7ED292 in popluar number systems.

HEX7ED292
Decimal126210146
Binary11111101101001010010010
Octal176322222

Shades and tints

Shades of #7ED292

#7ED292
(126,210,146)
#73BF85
(115,191,133)
#68AC78
(104,172,120)
#5D996B
(93,153,107)
#52865E
(82,134,94)
#477351
(71,115,81)
#3C6044
(60,96,68)
#314D37
(49,77,55)
#263A2A
(38,58,42)
#1B271D
(27,39,29)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #7ED292

#7ED292
(126,210,146)
#89D69B
(137,214,155)
#94DAA4
(148,218,164)
#9FDEAD
(159,222,173)
#AAE2B6
(170,226,182)
#B5E6BF
(181,230,191)
#C0EAC8
(192,234,200)
#CBEED1
(203,238,209)
#D6F2DA
(214,242,218)
#E1F6E3
(225,246,227)
#ECFAEC
(236,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED292; }

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

This text font color is #7ED292.


Background Color

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

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

This div background color is #7ED292.


Border color

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

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

This div border color is #7ED292.


Opacity

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

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

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

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

This text has shadow with #7ED292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED292 on black background.


Color preview on white background

This text has color #7ED292 on white background.



Black color preview on #7ED292 background

This text has black color on #7ED292 background.


White color preview on #7ED292 background

This text has white color on #7ED292 background.