COLOR #4DC299

HEX: #4DC299
RGB: (77,194,153)

Renk bilgisi

#4DC299 contains mainly green and blue colors. #4DC299 ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#4DC299 color RGB value is (77,194,153).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 194 of 255 = 76%
B 153 of 255 = 60%

77
194
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 194 + 153 = 424 (100%)
R 77 of 424 ~ 18.16%
G 194 of 424 ~ 45.75%
B 153 of 424 ~ 36.08%

%18.16
%45.75
%36.08

CMYK RENK MODELİ

#4DC299 rengi CMYK tonu (60,0,21,24).

  • camgöbeği tonu 60.31%
  • eflatun tonu 0.00%
  • sarı tonu 21.13%
  • ana renk tonu 23.92%
CMYK:
(60,0,21,24)
C60M0Y21K24 
(60%,0%,21%,24%)
(0.60/0.00/0.21/0.24)	

CMYK yüzdeleri

%60.31
%0
%21.13
%23.92

Codes

Color #4DC299 in popluar color models

4DC299
RGB77194153
HSL159°48.95%53.14%
HSB/HSV159°60.31%76.08%
CMYK60.31%0.00%21.13%
23.92%

Color #4DC299 in popluar number systems.

HEX4DC299
Decimal77194153
Binary10011011100001010011001
Octal115302231

Shades and tints

Shades of #4DC299

#4DC299
(77,194,153)
#46B18C
(70,177,140)
#3FA07F
(63,160,127)
#388F72
(56,143,114)
#317E65
(49,126,101)
#2A6D58
(42,109,88)
#235C4B
(35,92,75)
#1C4B3E
(28,75,62)
#153A31
(21,58,49)
#0E2924
(14,41,36)
#071817
(7,24,23)
#000000
(0,0,0)

Tints of #4DC299

#4DC299
(77,194,153)
#5DC7A2
(93,199,162)
#6DCCAB
(109,204,171)
#7DD1B4
(125,209,180)
#8DD6BD
(141,214,189)
#9DDBC6
(157,219,198)
#ADE0CF
(173,224,207)
#BDE5D8
(189,229,216)
#CDEAE1
(205,234,225)
#DDEFEA
(221,239,234)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DC299; }

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

This text font color is #4DC299.


Background Color

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

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

This div background color is #4DC299.


Border color

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

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

This div border color is #4DC299.


Opacity

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

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

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

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

This text has shadow with #4DC299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DC299 on black background.


Color preview on white background

This text has color #4DC299 on white background.



Black color preview on #4DC299 background

This text has black color on #4DC299 background.


White color preview on #4DC299 background

This text has white color on #4DC299 background.