COLOR #55EC8F

HEX: #55EC8F
RGB: (85,236,143)

Color info

#55EC8F contains mainly green color. Web safe color of #55EC8F is #66FF99 (or #6F9).

RGB color model

#55EC8F color RGB value is (85,236,143).

  • red value is 85;
  • green value is 236;
  • blue value is 143.
RGB:
(85,236,143)
(33%,93%,56%)

RGB channels and saturation

R 85 of 255 = 33%
G 236 of 255 = 93%
B 143 of 255 = 56%

85
236
143

R + G + B ~ 61%. #55EC8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 236 + 143 = 464 (100%)
R 85 of 464 ~ 18.32%
G 236 of 464 ~ 50.86%
B 143 of 464 ~ 30.82%

%18.32
%50.86
%30.82

CMYK color model

#55EC8F color CMYK value is (64,0,39,7).

  • cyan value is 63.98%
  • magenta value is 0.00%
  • yellow value is 39.41%
  • key color value is 7.45%
CMYK:
(64,0,39,7)
C64M0Y39K7 
(64%,0%,39%,7%)
(0.64/0.00/0.39/0.07)	

CMYK percentages

%63.98
%0
%39.41
%7.45

Codes

Color #55EC8F in popluar color models

55EC8F
RGB85236143
HSL143°79.89%62.94%
HSB/HSV143°63.98%92.55%
CMYK63.98%0.00%39.41%
7.45%

Color #55EC8F in popluar number systems.

HEX55EC8F
Decimal85236143
Binary10101011110110010001111
Octal125354217

Shades and tints

Shades of #55EC8F

#55EC8F
(85,236,143)
#4ED782
(78,215,130)
#47C275
(71,194,117)
#40AD68
(64,173,104)
#39985B
(57,152,91)
#32834E
(50,131,78)
#2B6E41
(43,110,65)
#245934
(36,89,52)
#1D4427
(29,68,39)
#162F1A
(22,47,26)
#0F1A0D
(15,26,13)
#000000
(0,0,0)

Tints of #55EC8F

#55EC8F
(85,236,143)
#64ED99
(100,237,153)
#73EEA3
(115,238,163)
#82EFAD
(130,239,173)
#91F0B7
(145,240,183)
#A0F1C1
(160,241,193)
#AFF2CB
(175,242,203)
#BEF3D5
(190,243,213)
#CDF4DF
(205,244,223)
#DCF5E9
(220,245,233)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55EC8F color. Also use rgb(85,236,143) instead hex code.

Text Font Color

.myTextColor { color: #55EC8F; }

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

This text font color is #55EC8F.


Background Color

.myBgColor { background-color: #55EC8F; }

<div style="background-color:#55EC8F">Inner text</div>

This div background color is #55EC8F.


Border color

.myBorderColor { border: 1px solid #55EC8F; }

<div style="border:3px solid #55EC8F">Div</div>

This div border color is #55EC8F.


Opacity

.myOpacity80 { color: #55EC8F; opacity: 0.8; }

<p style="color:#55EC8F;opacity:0.8;">80%</p>

Text with #55EC8F 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 #55EC8F;}

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

This text has shadow with #55EC8F color.

.textShadow {text-shadow: 3px 3px 1px #55EC8F, 3px 3px 1px red;}

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

This text has shadow with #55EC8F primary color and red secondary color.


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

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

This text has shadow with #55EC8F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55EC8F on black background.


Color preview on white background

This text has color #55EC8F on white background.



Black color preview on #55EC8F background

This text has black color on #55EC8F background.


White color preview on #55EC8F background

This text has white color on #55EC8F background.