COLOR #4EC96D

HEX: #4EC96D
RGB: (78,201,109)

Renk bilgisi

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

RGB renk modeli

#4EC96D color RGB value is (78,201,109).

  • kırmız ton 78;
  • yeşil ton 201;
  • mavi ton 109.
RGB:
(78,201,109)
(31%,79%,43%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 201 of 255 = 79%
B 109 of 255 = 43%

78
201
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 201 + 109 = 388 (100%)
R 78 of 388 ~ 20.1%
G 201 of 388 ~ 51.8%
B 109 of 388 ~ 28.09%

%20.1
%51.8
%28.09

CMYK RENK MODELİ

#4EC96D rengi CMYK tonu (61,0,46,21).

  • camgöbeği tonu 61.19%
  • eflatun tonu 0.00%
  • sarı tonu 45.77%
  • ana renk tonu 21.18%
CMYK:
(61,0,46,21)
C61M0Y46K21 
(61%,0%,46%,21%)
(0.61/0.00/0.46/0.21)	

CMYK yüzdeleri

%61.19
%0
%45.77
%21.18

Codes

Color #4EC96D in popluar color models

4EC96D
RGB78201109
HSL135°53.25%54.71%
HSB/HSV135°61.19%78.82%
CMYK61.19%0.00%45.77%
21.18%

Color #4EC96D in popluar number systems.

HEX4EC96D
Decimal78201109
Binary1001110110010011101101
Octal116311155

Shades and tints

Shades of #4EC96D

#4EC96D
(78,201,109)
#47B764
(71,183,100)
#40A55B
(64,165,91)
#399352
(57,147,82)
#328149
(50,129,73)
#2B6F40
(43,111,64)
#245D37
(36,93,55)
#1D4B2E
(29,75,46)
#163925
(22,57,37)
#0F271C
(15,39,28)
#081513
(8,21,19)
#000000
(0,0,0)

Tints of #4EC96D

#4EC96D
(78,201,109)
#5ECD7A
(94,205,122)
#6ED187
(110,209,135)
#7ED594
(126,213,148)
#8ED9A1
(142,217,161)
#9EDDAE
(158,221,174)
#AEE1BB
(174,225,187)
#BEE5C8
(190,229,200)
#CEE9D5
(206,233,213)
#DEEDE2
(222,237,226)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EC96D color. Also use rgb(78,201,109) instead hex code.

Text Font Color

.myTextColor { color: #4EC96D; }

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

This text font color is #4EC96D.


Background Color

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

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

This div background color is #4EC96D.


Border color

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

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

This div border color is #4EC96D.


Opacity

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

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

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

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

This text has shadow with #4EC96D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EC96D on black background.


Color preview on white background

This text has color #4EC96D on white background.



Black color preview on #4EC96D background

This text has black color on #4EC96D background.


White color preview on #4EC96D background

This text has white color on #4EC96D background.