COLOR #4EDE79

HEX: #4EDE79
RGB: (78,222,121)

Renk bilgisi

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

RGB renk modeli

#4EDE79 color RGB value is (78,222,121).

  • kırmız ton 78;
  • yeşil ton 222;
  • mavi ton 121.
RGB:
(78,222,121)
(31%,87%,47%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 222 of 255 = 87%
B 121 of 255 = 47%

78
222
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 222 + 121 = 421 (100%)
R 78 of 421 ~ 18.53%
G 222 of 421 ~ 52.73%
B 121 of 421 ~ 28.74%

%18.53
%52.73
%28.74

CMYK RENK MODELİ

#4EDE79 rengi CMYK tonu (65,0,45,13).

  • camgöbeği tonu 64.86%
  • eflatun tonu 0.00%
  • sarı tonu 45.50%
  • ana renk tonu 12.94%
CMYK:
(65,0,45,13)
C65M0Y45K13 
(65%,0%,45%,13%)
(0.65/0.00/0.45/0.13)	

CMYK yüzdeleri

%64.86
%0
%45.5
%12.94

Codes

Color #4EDE79 in popluar color models

4EDE79
RGB78222121
HSL138°68.57%58.82%
HSB/HSV138°64.86%87.06%
CMYK64.86%0.00%45.50%
12.94%

Color #4EDE79 in popluar number systems.

HEX4EDE79
Decimal78222121
Binary1001110110111101111001
Octal116336171

Shades and tints

Shades of #4EDE79

#4EDE79
(78,222,121)
#47CA6E
(71,202,110)
#40B663
(64,182,99)
#39A258
(57,162,88)
#328E4D
(50,142,77)
#2B7A42
(43,122,66)
#246637
(36,102,55)
#1D522C
(29,82,44)
#163E21
(22,62,33)
#0F2A16
(15,42,22)
#08160B
(8,22,11)
#000000
(0,0,0)

Tints of #4EDE79

#4EDE79
(78,222,121)
#5EE185
(94,225,133)
#6EE491
(110,228,145)
#7EE79D
(126,231,157)
#8EEAA9
(142,234,169)
#9EEDB5
(158,237,181)
#AEF0C1
(174,240,193)
#BEF3CD
(190,243,205)
#CEF6D9
(206,246,217)
#DEF9E5
(222,249,229)
#EEFCF1
(238,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EDE79 color. Also use rgb(78,222,121) instead hex code.

Text Font Color

.myTextColor { color: #4EDE79; }

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

This text font color is #4EDE79.


Background Color

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

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

This div background color is #4EDE79.


Border color

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

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

This div border color is #4EDE79.


Opacity

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

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

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

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

This text has shadow with #4EDE79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EDE79 on black background.


Color preview on white background

This text has color #4EDE79 on white background.



Black color preview on #4EDE79 background

This text has black color on #4EDE79 background.


White color preview on #4EDE79 background

This text has white color on #4EDE79 background.