COLOR #7ED392

HEX: #7ED392
RGB: (126,211,146)

Renk bilgisi

#7ED392 contains mainly green color. #7ED392 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7ED392 color RGB value is (126,211,146).

  • kırmız ton 126;
  • yeşil ton 211;
  • mavi ton 146.
RGB:
(126,211,146)
(49%,83%,57%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 211 of 255 = 83%
B 146 of 255 = 57%

126
211
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 211 + 146 = 483 (100%)
R 126 of 483 ~ 26.09%
G 211 of 483 ~ 43.69%
B 146 of 483 ~ 30.23%

%26.09
%43.69
%30.23

CMYK RENK MODELİ

#7ED392 rengi CMYK tonu (40,0,31,17).

  • camgöbeği tonu 40.28%
  • eflatun tonu 0.00%
  • sarı tonu 30.81%
  • ana renk tonu 17.25%
CMYK:
(40,0,31,17)
C40M0Y31K17 
(40%,0%,31%,17%)
(0.40/0.00/0.31/0.17)	

CMYK yüzdeleri

%40.28
%0
%30.81
%17.25

Codes

Color #7ED392 in popluar color models

7ED392
RGB126211146
HSL134°49.13%66.08%
HSB/HSV134°40.28%82.75%
CMYK40.28%0.00%30.81%
17.25%

Color #7ED392 in popluar number systems.

HEX7ED392
Decimal126211146
Binary11111101101001110010010
Octal176323222

Shades and tints

Shades of #7ED392

#7ED392
(126,211,146)
#73C085
(115,192,133)
#68AD78
(104,173,120)
#5D9A6B
(93,154,107)
#52875E
(82,135,94)
#477451
(71,116,81)
#3C6144
(60,97,68)
#314E37
(49,78,55)
#263B2A
(38,59,42)
#1B281D
(27,40,29)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #7ED392

#7ED392
(126,211,146)
#89D79B
(137,215,155)
#94DBA4
(148,219,164)
#9FDFAD
(159,223,173)
#AAE3B6
(170,227,182)
#B5E7BF
(181,231,191)
#C0EBC8
(192,235,200)
#CBEFD1
(203,239,209)
#D6F3DA
(214,243,218)
#E1F7E3
(225,247,227)
#ECFBEC
(236,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED392; }

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

This text font color is #7ED392.


Background Color

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

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

This div background color is #7ED392.


Border color

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

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

This div border color is #7ED392.


Opacity

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

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

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

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

This text has shadow with #7ED392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED392 on black background.


Color preview on white background

This text has color #7ED392 on white background.



Black color preview on #7ED392 background

This text has black color on #7ED392 background.


White color preview on #7ED392 background

This text has white color on #7ED392 background.