COLOR #7ED79F

HEX: #7ED79F
RGB: (126,215,159)

Renk bilgisi

#7ED79F contains mainly green and blue colors. #7ED79F ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7ED79F color RGB value is (126,215,159).

  • kırmız ton 126;
  • yeşil ton 215;
  • mavi ton 159.
RGB:
(126,215,159)
(49%,84%,62%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 215 of 255 = 84%
B 159 of 255 = 62%

126
215
159

R + G + B ~ 65%. #7ED79F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 215 + 159 = 500 (100%)
R 126 of 500 ~ 25.2%
G 215 of 500 ~ 43%
B 159 of 500 ~ 31.8%

%25.2
%43
%31.8

CMYK RENK MODELİ

#7ED79F rengi CMYK tonu (41,0,26,16).

  • camgöbeği tonu 41.40%
  • eflatun tonu 0.00%
  • sarı tonu 26.05%
  • ana renk tonu 15.69%
CMYK:
(41,0,26,16)
C41M0Y26K16 
(41%,0%,26%,16%)
(0.41/0.00/0.26/0.16)	

CMYK yüzdeleri

%41.4
%0
%26.05
%15.69

Codes

Color #7ED79F in popluar color models

7ED79F
RGB126215159
HSL142°52.66%66.86%
HSB/HSV142°41.40%84.31%
CMYK41.40%0.00%26.05%
15.69%

Color #7ED79F in popluar number systems.

HEX7ED79F
Decimal126215159
Binary11111101101011110011111
Octal176327237

Shades and tints

Shades of #7ED79F

#7ED79F
(126,215,159)
#73C491
(115,196,145)
#68B183
(104,177,131)
#5D9E75
(93,158,117)
#528B67
(82,139,103)
#477859
(71,120,89)
#3C654B
(60,101,75)
#31523D
(49,82,61)
#263F2F
(38,63,47)
#1B2C21
(27,44,33)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #7ED79F

#7ED79F
(126,215,159)
#89DAA7
(137,218,167)
#94DDAF
(148,221,175)
#9FE0B7
(159,224,183)
#AAE3BF
(170,227,191)
#B5E6C7
(181,230,199)
#C0E9CF
(192,233,207)
#CBECD7
(203,236,215)
#D6EFDF
(214,239,223)
#E1F2E7
(225,242,231)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED79F color. Also use rgb(126,215,159) instead hex code.

Text Font Color

.myTextColor { color: #7ED79F; }

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

This text font color is #7ED79F.


Background Color

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

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

This div background color is #7ED79F.


Border color

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

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

This div border color is #7ED79F.


Opacity

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

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

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

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

This text has shadow with #7ED79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED79F on black background.


Color preview on white background

This text has color #7ED79F on white background.



Black color preview on #7ED79F background

This text has black color on #7ED79F background.


White color preview on #7ED79F background

This text has white color on #7ED79F background.