COLOR #4DD949

HEX: #4DD949
RGB: (77,217,73)

Renk bilgisi

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

RGB renk modeli

#4DD949 color RGB value is (77,217,73).

  • kırmız ton 77;
  • yeşil ton 217;
  • mavi ton 73.
RGB:
(77,217,73)
(30%,85%,29%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 217 of 255 = 85%
B 73 of 255 = 29%

77
217
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 217 + 73 = 367 (100%)
R 77 of 367 ~ 20.98%
G 217 of 367 ~ 59.13%
B 73 of 367 ~ 19.89%

%20.98
%59.13
%19.89

CMYK RENK MODELİ

#4DD949 rengi CMYK tonu (65,0,66,15).

  • camgöbeği tonu 64.52%
  • eflatun tonu 0.00%
  • sarı tonu 66.36%
  • ana renk tonu 14.90%
CMYK:
(65,0,66,15)
C65M0Y66K15 
(65%,0%,66%,15%)
(0.65/0.00/0.66/0.15)	

CMYK yüzdeleri

%64.52
%0
%66.36
%14.9

Codes

Color #4DD949 in popluar color models

4DD949
RGB7721773
HSL118°65.45%56.86%
HSB/HSV118°66.36%85.10%
CMYK64.52%0.00%66.36%
14.90%

Color #4DD949 in popluar number systems.

HEX4DD949
Decimal7721773
Binary1001101110110011001001
Octal115331111

Shades and tints

Shades of #4DD949

#4DD949
(77,217,73)
#46C643
(70,198,67)
#3FB33D
(63,179,61)
#38A037
(56,160,55)
#318D31
(49,141,49)
#2A7A2B
(42,122,43)
#236725
(35,103,37)
#1C541F
(28,84,31)
#154119
(21,65,25)
#0E2E13
(14,46,19)
#071B0D
(7,27,13)
#000000
(0,0,0)

Tints of #4DD949

#4DD949
(77,217,73)
#5DDC59
(93,220,89)
#6DDF69
(109,223,105)
#7DE279
(125,226,121)
#8DE589
(141,229,137)
#9DE899
(157,232,153)
#ADEBA9
(173,235,169)
#BDEEB9
(189,238,185)
#CDF1C9
(205,241,201)
#DDF4D9
(221,244,217)
#EDF7E9
(237,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DD949; }

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

This text font color is #4DD949.


Background Color

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

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

This div background color is #4DD949.


Border color

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

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

This div border color is #4DD949.


Opacity

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

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

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

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

This text has shadow with #4DD949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD949 on black background.


Color preview on white background

This text has color #4DD949 on white background.



Black color preview on #4DD949 background

This text has black color on #4DD949 background.


White color preview on #4DD949 background

This text has white color on #4DD949 background.