COLOR #4EC271

HEX: #4EC271
RGB: (78,194,113)

Renk bilgisi

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

RGB renk modeli

#4EC271 color RGB value is (78,194,113).

  • kırmız ton 78;
  • yeşil ton 194;
  • mavi ton 113.
RGB:
(78,194,113)
(31%,76%,44%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 194 of 255 = 76%
B 113 of 255 = 44%

78
194
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 194 + 113 = 385 (100%)
R 78 of 385 ~ 20.26%
G 194 of 385 ~ 50.39%
B 113 of 385 ~ 29.35%

%20.26
%50.39
%29.35

CMYK RENK MODELİ

#4EC271 rengi CMYK tonu (60,0,42,24).

  • camgöbeği tonu 59.79%
  • eflatun tonu 0.00%
  • sarı tonu 41.75%
  • ana renk tonu 23.92%
CMYK:
(60,0,42,24)
C60M0Y42K24 
(60%,0%,42%,24%)
(0.60/0.00/0.42/0.24)	

CMYK yüzdeleri

%59.79
%0
%41.75
%23.92

Codes

Color #4EC271 in popluar color models

4EC271
RGB78194113
HSL138°48.74%53.33%
HSB/HSV138°59.79%76.08%
CMYK59.79%0.00%41.75%
23.92%

Color #4EC271 in popluar number systems.

HEX4EC271
Decimal78194113
Binary1001110110000101110001
Octal116302161

Shades and tints

Shades of #4EC271

#4EC271
(78,194,113)
#47B167
(71,177,103)
#40A05D
(64,160,93)
#398F53
(57,143,83)
#327E49
(50,126,73)
#2B6D3F
(43,109,63)
#245C35
(36,92,53)
#1D4B2B
(29,75,43)
#163A21
(22,58,33)
#0F2917
(15,41,23)
#08180D
(8,24,13)
#000000
(0,0,0)

Tints of #4EC271

#4EC271
(78,194,113)
#5EC77D
(94,199,125)
#6ECC89
(110,204,137)
#7ED195
(126,209,149)
#8ED6A1
(142,214,161)
#9EDBAD
(158,219,173)
#AEE0B9
(174,224,185)
#BEE5C5
(190,229,197)
#CEEAD1
(206,234,209)
#DEEFDD
(222,239,221)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EC271 color. Also use rgb(78,194,113) instead hex code.

Text Font Color

.myTextColor { color: #4EC271; }

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

This text font color is #4EC271.


Background Color

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

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

This div background color is #4EC271.


Border color

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

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

This div border color is #4EC271.


Opacity

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

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

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

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

This text has shadow with #4EC271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EC271 on black background.


Color preview on white background

This text has color #4EC271 on white background.



Black color preview on #4EC271 background

This text has black color on #4EC271 background.


White color preview on #4EC271 background

This text has white color on #4EC271 background.