COLOR #4ED549

HEX: #4ED549
RGB: (78,213,73)

Renk bilgisi

#4ED549 contains mainly green color. #4ED549 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#4ED549 color RGB value is (78,213,73).

  • kırmız ton 78;
  • yeşil ton 213;
  • mavi ton 73.
RGB:
(78,213,73)
(31%,84%,29%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 213 of 255 = 84%
B 73 of 255 = 29%

78
213
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 213 + 73 = 364 (100%)
R 78 of 364 ~ 21.43%
G 213 of 364 ~ 58.52%
B 73 of 364 ~ 20.05%

%21.43
%58.52
%20.05

CMYK RENK MODELİ

#4ED549 rengi CMYK tonu (63,0,66,16).

  • camgöbeği tonu 63.38%
  • eflatun tonu 0.00%
  • sarı tonu 65.73%
  • ana renk tonu 16.47%
CMYK:
(63,0,66,16)
C63M0Y66K16 
(63%,0%,66%,16%)
(0.63/0.00/0.66/0.16)	

CMYK yüzdeleri

%63.38
%0
%65.73
%16.47

Codes

Color #4ED549 in popluar color models

4ED549
RGB7821373
HSL118°62.50%56.08%
HSB/HSV118°65.73%83.53%
CMYK63.38%0.00%65.73%
16.47%

Color #4ED549 in popluar number systems.

HEX4ED549
Decimal7821373
Binary1001110110101011001001
Octal116325111

Shades and tints

Shades of #4ED549

#4ED549
(78,213,73)
#47C243
(71,194,67)
#40AF3D
(64,175,61)
#399C37
(57,156,55)
#328931
(50,137,49)
#2B762B
(43,118,43)
#246325
(36,99,37)
#1D501F
(29,80,31)
#163D19
(22,61,25)
#0F2A13
(15,42,19)
#08170D
(8,23,13)
#000000
(0,0,0)

Tints of #4ED549

#4ED549
(78,213,73)
#5ED859
(94,216,89)
#6EDB69
(110,219,105)
#7EDE79
(126,222,121)
#8EE189
(142,225,137)
#9EE499
(158,228,153)
#AEE7A9
(174,231,169)
#BEEAB9
(190,234,185)
#CEEDC9
(206,237,201)
#DEF0D9
(222,240,217)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ED549 color. Also use rgb(78,213,73) instead hex code.

Text Font Color

.myTextColor { color: #4ED549; }

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

This text font color is #4ED549.


Background Color

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

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

This div background color is #4ED549.


Border color

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

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

This div border color is #4ED549.


Opacity

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

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

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

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

This text has shadow with #4ED549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ED549 on black background.


Color preview on white background

This text has color #4ED549 on white background.



Black color preview on #4ED549 background

This text has black color on #4ED549 background.


White color preview on #4ED549 background

This text has white color on #4ED549 background.