COLOR #4DD94C

HEX: #4DD94C
RGB: (77,217,76)

Renk bilgisi

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

RGB renk modeli

#4DD94C color RGB value is (77,217,76).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 217 of 255 = 85%
B 76 of 255 = 30%

77
217
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 217 + 76 = 370 (100%)
R 77 of 370 ~ 20.81%
G 217 of 370 ~ 58.65%
B 76 of 370 ~ 20.54%

%20.81
%58.65
%20.54

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%64.52
%0
%64.98
%14.9

Codes

Color #4DD94C in popluar color models

4DD94C
RGB7721776
HSL120°64.98%57.45%
HSB/HSV120°64.98%85.10%
CMYK64.52%0.00%64.98%
14.90%

Color #4DD94C in popluar number systems.

HEX4DD94C
Decimal7721776
Binary1001101110110011001100
Octal115331114

Shades and tints

Shades of #4DD94C

#4DD94C
(77,217,76)
#46C646
(70,198,70)
#3FB340
(63,179,64)
#38A03A
(56,160,58)
#318D34
(49,141,52)
#2A7A2E
(42,122,46)
#236728
(35,103,40)
#1C5422
(28,84,34)
#15411C
(21,65,28)
#0E2E16
(14,46,22)
#071B10
(7,27,16)
#000000
(0,0,0)

Tints of #4DD94C

#4DD94C
(77,217,76)
#5DDC5C
(93,220,92)
#6DDF6C
(109,223,108)
#7DE27C
(125,226,124)
#8DE58C
(141,229,140)
#9DE89C
(157,232,156)
#ADEBAC
(173,235,172)
#BDEEBC
(189,238,188)
#CDF1CC
(205,241,204)
#DDF4DC
(221,244,220)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DD94C; }

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

This text font color is #4DD94C.


Background Color

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

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

This div background color is #4DD94C.


Border color

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

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

This div border color is #4DD94C.


Opacity

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

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

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

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

This text has shadow with #4DD94C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD94C on black background.


Color preview on white background

This text has color #4DD94C on white background.



Black color preview on #4DD94C background

This text has black color on #4DD94C background.


White color preview on #4DD94C background

This text has white color on #4DD94C background.