COLOR #4DB84D

HEX: #4DB84D
RGB: (77,184,77)

Renk bilgisi

#4DB84D contains mainly green color. #4DB84D ‘ nin web güvenlik rengi #33CC33 (ya da #3C3) dir.

RGB renk modeli

#4DB84D color RGB value is (77,184,77).

  • kırmız ton 77;
  • yeşil ton 184;
  • mavi ton 77.
RGB:
(77,184,77)
(30%,72%,30%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 184 of 255 = 72%
B 77 of 255 = 30%

77
184
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 184 + 77 = 338 (100%)
R 77 of 338 ~ 22.78%
G 184 of 338 ~ 54.44%
B 77 of 338 ~ 22.78%

%22.78
%54.44
%22.78

CMYK RENK MODELİ

#4DB84D rengi CMYK tonu (58,0,58,28).

  • camgöbeği tonu 58.15%
  • eflatun tonu 0.00%
  • sarı tonu 58.15%
  • ana renk tonu 27.84%
CMYK:
(58,0,58,28)
C58M0Y58K28 
(58%,0%,58%,28%)
(0.58/0.00/0.58/0.28)	

CMYK yüzdeleri

%58.15
%0
%58.15
%27.84

Codes

Color #4DB84D in popluar color models

4DB84D
RGB7718477
HSL120°42.97%51.18%
HSB/HSV120°58.15%72.16%
CMYK58.15%0.00%58.15%
27.84%

Color #4DB84D in popluar number systems.

HEX4DB84D
Decimal7718477
Binary1001101101110001001101
Octal115270115

Shades and tints

Shades of #4DB84D

#4DB84D
(77,184,77)
#46A846
(70,168,70)
#3F983F
(63,152,63)
#388838
(56,136,56)
#317831
(49,120,49)
#2A682A
(42,104,42)
#235823
(35,88,35)
#1C481C
(28,72,28)
#153815
(21,56,21)
#0E280E
(14,40,14)
#071807
(7,24,7)
#000000
(0,0,0)

Tints of #4DB84D

#4DB84D
(77,184,77)
#5DBE5D
(93,190,93)
#6DC46D
(109,196,109)
#7DCA7D
(125,202,125)
#8DD08D
(141,208,141)
#9DD69D
(157,214,157)
#ADDCAD
(173,220,173)
#BDE2BD
(189,226,189)
#CDE8CD
(205,232,205)
#DDEEDD
(221,238,221)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB84D color. Also use rgb(77,184,77) instead hex code.

Text Font Color

.myTextColor { color: #4DB84D; }

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

This text font color is #4DB84D.


Background Color

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

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

This div background color is #4DB84D.


Border color

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

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

This div border color is #4DB84D.


Opacity

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

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

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

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

This text has shadow with #4DB84D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB84D on black background.


Color preview on white background

This text has color #4DB84D on white background.



Black color preview on #4DB84D background

This text has black color on #4DB84D background.


White color preview on #4DB84D background

This text has white color on #4DB84D background.