COLOR #4DE555

HEX: #4DE555
RGB: (77,229,85)

Color info

#4DE555 contains mainly green color. Web safe color of #4DE555 is #33CC66 (or #3C6).

RGB color model

#4DE555 color RGB value is (77,229,85).

  • red value is 77;
  • green value is 229;
  • blue value is 85.
RGB:
(77,229,85)
(30%,90%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 229 of 255 = 90%
B 85 of 255 = 33%

77
229
85

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

Portions of RGB colors in percentages

R + G + B =
77 + 229 + 85 = 391 (100%)
R 77 of 391 ~ 19.69%
G 229 of 391 ~ 58.57%
B 85 of 391 ~ 21.74%

%19.69
%58.57
%21.74

CMYK color model

#4DE555 color CMYK value is (66,0,63,10).

  • cyan value is 66.38%
  • magenta value is 0.00%
  • yellow value is 62.88%
  • key color value is 10.20%
CMYK:
(66,0,63,10)
C66M0Y63K10 
(66%,0%,63%,10%)
(0.66/0.00/0.63/0.10)	

CMYK percentages

%66.38
%0
%62.88
%10.2

Codes

Color #4DE555 in popluar color models

4DE555
RGB7722985
HSL123°74.51%60.00%
HSB/HSV123°66.38%89.80%
CMYK66.38%0.00%62.88%
10.20%

Color #4DE555 in popluar number systems.

HEX4DE555
Decimal7722985
Binary1001101111001011010101
Octal115345125

Shades and tints

Shades of #4DE555

#4DE555
(77,229,85)
#46D14E
(70,209,78)
#3FBD47
(63,189,71)
#38A940
(56,169,64)
#319539
(49,149,57)
#2A8132
(42,129,50)
#236D2B
(35,109,43)
#1C5924
(28,89,36)
#15451D
(21,69,29)
#0E3116
(14,49,22)
#071D0F
(7,29,15)
#000000
(0,0,0)

Tints of #4DE555

#4DE555
(77,229,85)
#5DE764
(93,231,100)
#6DE973
(109,233,115)
#7DEB82
(125,235,130)
#8DED91
(141,237,145)
#9DEFA0
(157,239,160)
#ADF1AF
(173,241,175)
#BDF3BE
(189,243,190)
#CDF5CD
(205,245,205)
#DDF7DC
(221,247,220)
#EDF9EB
(237,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DE555 color. Also use rgb(77,229,85) instead hex code.

Text Font Color

.myTextColor { color: #4DE555; }

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

This text font color is #4DE555.


Background Color

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

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

This div background color is #4DE555.


Border color

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

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

This div border color is #4DE555.


Opacity

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

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

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

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

This text has shadow with #4DE555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DE555 on black background.


Color preview on white background

This text has color #4DE555 on white background.



Black color preview on #4DE555 background

This text has black color on #4DE555 background.


White color preview on #4DE555 background

This text has white color on #4DE555 background.