COLOR #4DD43A

HEX: #4DD43A
RGB: (77,212,58)

Renk bilgisi

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

RGB renk modeli

#4DD43A color RGB value is (77,212,58).

  • kırmız ton 77;
  • yeşil ton 212;
  • mavi ton 58.
RGB:
(77,212,58)
(30%,83%,23%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 212 of 255 = 83%
B 58 of 255 = 23%

77
212
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 212 + 58 = 347 (100%)
R 77 of 347 ~ 22.19%
G 212 of 347 ~ 61.1%
B 58 of 347 ~ 16.71%

%22.19
%61.1
%16.71

CMYK RENK MODELİ

#4DD43A rengi CMYK tonu (64,0,73,17).

  • camgöbeği tonu 63.68%
  • eflatun tonu 0.00%
  • sarı tonu 72.64%
  • ana renk tonu 16.86%
CMYK:
(64,0,73,17)
C64M0Y73K17 
(64%,0%,73%,17%)
(0.64/0.00/0.73/0.17)	

CMYK yüzdeleri

%63.68
%0
%72.64
%16.86

Codes

Color #4DD43A in popluar color models

4DD43A
RGB7721258
HSL113°64.17%52.94%
HSB/HSV113°72.64%83.14%
CMYK63.68%0.00%72.64%
16.86%

Color #4DD43A in popluar number systems.

HEX4DD43A
Decimal7721258
Binary100110111010100111010
Octal11532472

Shades and tints

Shades of #4DD43A

#4DD43A
(77,212,58)
#46C135
(70,193,53)
#3FAE30
(63,174,48)
#389B2B
(56,155,43)
#318826
(49,136,38)
#2A7521
(42,117,33)
#23621C
(35,98,28)
#1C4F17
(28,79,23)
#153C12
(21,60,18)
#0E290D
(14,41,13)
#071608
(7,22,8)
#000000
(0,0,0)

Tints of #4DD43A

#4DD43A
(77,212,58)
#5DD74B
(93,215,75)
#6DDA5C
(109,218,92)
#7DDD6D
(125,221,109)
#8DE07E
(141,224,126)
#9DE38F
(157,227,143)
#ADE6A0
(173,230,160)
#BDE9B1
(189,233,177)
#CDECC2
(205,236,194)
#DDEFD3
(221,239,211)
#EDF2E4
(237,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DD43A; }

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

This text font color is #4DD43A.


Background Color

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

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

This div background color is #4DD43A.


Border color

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

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

This div border color is #4DD43A.


Opacity

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

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

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

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

This text has shadow with #4DD43A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD43A on black background.


Color preview on white background

This text has color #4DD43A on white background.



Black color preview on #4DD43A background

This text has black color on #4DD43A background.


White color preview on #4DD43A background

This text has white color on #4DD43A background.