COLOR #4DFD52

HEX: #4DFD52
RGB: (77,253,82)

Color info

#4DFD52 contains mainly green color. Web safe color of #4DFD52 is #33FF66 (or #3F6).

RGB color model

#4DFD52 color RGB value is (77,253,82).

  • red value is 77;
  • green value is 253;
  • blue value is 82.
RGB:
(77,253,82)
(30%,99%,32%)

RGB channels and saturation

R 77 of 255 = 30%
G 253 of 255 = 99%
B 82 of 255 = 32%

77
253
82

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

Portions of RGB colors in percentages

R + G + B =
77 + 253 + 82 = 412 (100%)
R 77 of 412 ~ 18.69%
G 253 of 412 ~ 61.41%
B 82 of 412 ~ 19.9%

%18.69
%61.41
%19.9

CMYK color model

#4DFD52 color CMYK value is (70,0,68,1).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 67.59%
  • key color value is 0.78%
CMYK:
(70,0,68,1)
C70M0Y68K1 
(70%,0%,68%,1%)
(0.70/0.00/0.68/0.01)	

CMYK percentages

%69.57
%0
%67.59
%0.78

Codes

Color #4DFD52 in popluar color models

4DFD52
RGB7725382
HSL122°97.78%64.71%
HSB/HSV122°69.57%99.22%
CMYK69.57%0.00%67.59%
0.78%

Color #4DFD52 in popluar number systems.

HEX4DFD52
Decimal7725382
Binary1001101111111011010010
Octal115375122

Shades and tints

Shades of #4DFD52

#4DFD52
(77,253,82)
#46E64B
(70,230,75)
#3FCF44
(63,207,68)
#38B83D
(56,184,61)
#31A136
(49,161,54)
#2A8A2F
(42,138,47)
#237328
(35,115,40)
#1C5C21
(28,92,33)
#15451A
(21,69,26)
#0E2E13
(14,46,19)
#07170C
(7,23,12)
#000000
(0,0,0)

Tints of #4DFD52

#4DFD52
(77,253,82)
#5DFD61
(93,253,97)
#6DFD70
(109,253,112)
#7DFD7F
(125,253,127)
#8DFD8E
(141,253,142)
#9DFD9D
(157,253,157)
#ADFDAC
(173,253,172)
#BDFDBB
(189,253,187)
#CDFDCA
(205,253,202)
#DDFDD9
(221,253,217)
#EDFDE8
(237,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DFD52 color. Also use rgb(77,253,82) instead hex code.

Text Font Color

.myTextColor { color: #4DFD52; }

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

This text font color is #4DFD52.


Background Color

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

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

This div background color is #4DFD52.


Border color

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

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

This div border color is #4DFD52.


Opacity

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

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

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

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

This text has shadow with #4DFD52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DFD52 on black background.


Color preview on white background

This text has color #4DFD52 on white background.



Black color preview on #4DFD52 background

This text has black color on #4DFD52 background.


White color preview on #4DFD52 background

This text has white color on #4DFD52 background.