COLOR #4DD68F

HEX: #4DD68F
RGB: (77,214,143)

Renk bilgisi

#4DD68F contains mainly green color. #4DD68F ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#4DD68F color RGB value is (77,214,143).

  • kırmız ton 77;
  • yeşil ton 214;
  • mavi ton 143.
RGB:
(77,214,143)
(30%,84%,56%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 214 of 255 = 84%
B 143 of 255 = 56%

77
214
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 214 + 143 = 434 (100%)
R 77 of 434 ~ 17.74%
G 214 of 434 ~ 49.31%
B 143 of 434 ~ 32.95%

%17.74
%49.31
%32.95

CMYK RENK MODELİ

#4DD68F rengi CMYK tonu (64,0,33,16).

  • camgöbeği tonu 64.02%
  • eflatun tonu 0.00%
  • sarı tonu 33.18%
  • ana renk tonu 16.08%
CMYK:
(64,0,33,16)
C64M0Y33K16 
(64%,0%,33%,16%)
(0.64/0.00/0.33/0.16)	

CMYK yüzdeleri

%64.02
%0
%33.18
%16.08

Codes

Color #4DD68F in popluar color models

4DD68F
RGB77214143
HSL149°62.56%57.06%
HSB/HSV149°64.02%83.92%
CMYK64.02%0.00%33.18%
16.08%

Color #4DD68F in popluar number systems.

HEX4DD68F
Decimal77214143
Binary10011011101011010001111
Octal115326217

Shades and tints

Shades of #4DD68F

#4DD68F
(77,214,143)
#46C382
(70,195,130)
#3FB075
(63,176,117)
#389D68
(56,157,104)
#318A5B
(49,138,91)
#2A774E
(42,119,78)
#236441
(35,100,65)
#1C5134
(28,81,52)
#153E27
(21,62,39)
#0E2B1A
(14,43,26)
#07180D
(7,24,13)
#000000
(0,0,0)

Tints of #4DD68F

#4DD68F
(77,214,143)
#5DD999
(93,217,153)
#6DDCA3
(109,220,163)
#7DDFAD
(125,223,173)
#8DE2B7
(141,226,183)
#9DE5C1
(157,229,193)
#ADE8CB
(173,232,203)
#BDEBD5
(189,235,213)
#CDEEDF
(205,238,223)
#DDF1E9
(221,241,233)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DD68F; }

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

This text font color is #4DD68F.


Background Color

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

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

This div background color is #4DD68F.


Border color

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

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

This div border color is #4DD68F.


Opacity

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

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

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

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

This text has shadow with #4DD68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD68F on black background.


Color preview on white background

This text has color #4DD68F on white background.



Black color preview on #4DD68F background

This text has black color on #4DD68F background.


White color preview on #4DD68F background

This text has white color on #4DD68F background.