COLOR #4EDD7F

HEX: #4EDD7F
RGB: (78,221,127)

Renk bilgisi

#4EDD7F contains mainly green color. #4EDD7F ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#4EDD7F color RGB value is (78,221,127).

  • kırmız ton 78;
  • yeşil ton 221;
  • mavi ton 127.
RGB:
(78,221,127)
(31%,87%,50%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 221 of 255 = 87%
B 127 of 255 = 50%

78
221
127

R + G + B ~ 56%. #4EDD7F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 221 + 127 = 426 (100%)
R 78 of 426 ~ 18.31%
G 221 of 426 ~ 51.88%
B 127 of 426 ~ 29.81%

%18.31
%51.88
%29.81

CMYK RENK MODELİ

#4EDD7F rengi CMYK tonu (65,0,43,13).

  • camgöbeği tonu 64.71%
  • eflatun tonu 0.00%
  • sarı tonu 42.53%
  • ana renk tonu 13.33%
CMYK:
(65,0,43,13)
C65M0Y43K13 
(65%,0%,43%,13%)
(0.65/0.00/0.43/0.13)	

CMYK yüzdeleri

%64.71
%0
%42.53
%13.33

Codes

Color #4EDD7F in popluar color models

4EDD7F
RGB78221127
HSL141°67.77%58.63%
HSB/HSV141°64.71%86.67%
CMYK64.71%0.00%42.53%
13.33%

Color #4EDD7F in popluar number systems.

HEX4EDD7F
Decimal78221127
Binary1001110110111011111111
Octal116335177

Shades and tints

Shades of #4EDD7F

#4EDD7F
(78,221,127)
#47C974
(71,201,116)
#40B569
(64,181,105)
#39A15E
(57,161,94)
#328D53
(50,141,83)
#2B7948
(43,121,72)
#24653D
(36,101,61)
#1D5132
(29,81,50)
#163D27
(22,61,39)
#0F291C
(15,41,28)
#081511
(8,21,17)
#000000
(0,0,0)

Tints of #4EDD7F

#4EDD7F
(78,221,127)
#5EE08A
(94,224,138)
#6EE395
(110,227,149)
#7EE6A0
(126,230,160)
#8EE9AB
(142,233,171)
#9EECB6
(158,236,182)
#AEEFC1
(174,239,193)
#BEF2CC
(190,242,204)
#CEF5D7
(206,245,215)
#DEF8E2
(222,248,226)
#EEFBED
(238,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EDD7F color. Also use rgb(78,221,127) instead hex code.

Text Font Color

.myTextColor { color: #4EDD7F; }

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

This text font color is #4EDD7F.


Background Color

.myBgColor { background-color: #4EDD7F; }

<div style="background-color:#4EDD7F">Inner text</div>

This div background color is #4EDD7F.


Border color

.myBorderColor { border: 1px solid #4EDD7F; }

<div style="border:3px solid #4EDD7F">Div</div>

This div border color is #4EDD7F.


Opacity

.myOpacity80 { color: #4EDD7F; opacity: 0.8; }

<p style="color:#4EDD7F;opacity:0.8;">80%</p>

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

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

This text has shadow with #4EDD7F color.

.textShadow {text-shadow: 3px 3px 1px #4EDD7F, 3px 3px 1px red;}

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

This text has shadow with #4EDD7F primary color and red secondary color.


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

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

This text has shadow with #4EDD7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EDD7F on black background.


Color preview on white background

This text has color #4EDD7F on white background.



Black color preview on #4EDD7F background

This text has black color on #4EDD7F background.


White color preview on #4EDD7F background

This text has white color on #4EDD7F background.