COLOR #4DD524

HEX: #4DD524
RGB: (77,213,36)

Renk bilgisi

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

RGB renk modeli

#4DD524 color RGB value is (77,213,36).

  • kırmız ton 77;
  • yeşil ton 213;
  • mavi ton 36.
RGB:
(77,213,36)
(30%,84%,14%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 213 of 255 = 84%
B 36 of 255 = 14%

77
213
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 213 + 36 = 326 (100%)
R 77 of 326 ~ 23.62%
G 213 of 326 ~ 65.34%
B 36 of 326 ~ 11.04%

%23.62
%65.34
%11.04

CMYK RENK MODELİ

#4DD524 rengi CMYK tonu (64,0,83,16).

  • camgöbeği tonu 63.85%
  • eflatun tonu 0.00%
  • sarı tonu 83.10%
  • ana renk tonu 16.47%
CMYK:
(64,0,83,16)
C64M0Y83K16 
(64%,0%,83%,16%)
(0.64/0.00/0.83/0.16)	

CMYK yüzdeleri

%63.85
%0
%83.1
%16.47

Codes

Color #4DD524 in popluar color models

4DD524
RGB7721336
HSL106°71.08%48.82%
HSB/HSV106°83.10%83.53%
CMYK63.85%0.00%83.10%
16.47%

Color #4DD524 in popluar number systems.

HEX4DD524
Decimal7721336
Binary100110111010101100100
Octal11532544

Shades and tints

Shades of #4DD524

#4DD524
(77,213,36)
#46C221
(70,194,33)
#3FAF1E
(63,175,30)
#389C1B
(56,156,27)
#318918
(49,137,24)
#2A7615
(42,118,21)
#236312
(35,99,18)
#1C500F
(28,80,15)
#153D0C
(21,61,12)
#0E2A09
(14,42,9)
#071706
(7,23,6)
#000000
(0,0,0)

Tints of #4DD524

#4DD524
(77,213,36)
#5DD837
(93,216,55)
#6DDB4A
(109,219,74)
#7DDE5D
(125,222,93)
#8DE170
(141,225,112)
#9DE483
(157,228,131)
#ADE796
(173,231,150)
#BDEAA9
(189,234,169)
#CDEDBC
(205,237,188)
#DDF0CF
(221,240,207)
#EDF3E2
(237,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DD524 color. Also use rgb(77,213,36) instead hex code.

Text Font Color

.myTextColor { color: #4DD524; }

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

This text font color is #4DD524.


Background Color

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

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

This div background color is #4DD524.


Border color

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

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

This div border color is #4DD524.


Opacity

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

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

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

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

This text has shadow with #4DD524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD524 on black background.


Color preview on white background

This text has color #4DD524 on white background.



Black color preview on #4DD524 background

This text has black color on #4DD524 background.


White color preview on #4DD524 background

This text has white color on #4DD524 background.