COLOR #55FEB4

HEX: #55FEB4
RGB: (85,254,180)

Color info

#55FEB4 contains mainly green color. Web safe color of #55FEB4 is #66FFCC (or #6FC).

RGB color model

#55FEB4 color RGB value is (85,254,180).

  • red value is 85;
  • green value is 254;
  • blue value is 180.
RGB:
(85,254,180)
(33%,100%,71%)

RGB channels and saturation

R 85 of 255 = 33%
G 254 of 255 = 100%
B 180 of 255 = 71%

85
254
180

R + G + B ~ 68%. #55FEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 254 + 180 = 519 (100%)
R 85 of 519 ~ 16.38%
G 254 of 519 ~ 48.94%
B 180 of 519 ~ 34.68%

%16.38
%48.94
%34.68

CMYK color model

#55FEB4 color CMYK value is (67,0,29,0).

  • cyan value is 66.54%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 0.39%
CMYK:
(67,0,29,0)
C67M0Y29K0 
(67%,0%,29%,0%)
(0.67/0.00/0.29/0.00)	

CMYK percentages

%66.54
%0
%29.13
%0.39

Codes

Color #55FEB4 in popluar color models

55FEB4
RGB85254180
HSL154°98.83%66.47%
HSB/HSV154°66.54%99.61%
CMYK66.54%0.00%29.13%
0.39%

Color #55FEB4 in popluar number systems.

HEX55FEB4
Decimal85254180
Binary10101011111111010110100
Octal125376264

Shades and tints

Shades of #55FEB4

#55FEB4
(85,254,180)
#4EE7A4
(78,231,164)
#47D094
(71,208,148)
#40B984
(64,185,132)
#39A274
(57,162,116)
#328B64
(50,139,100)
#2B7454
(43,116,84)
#245D44
(36,93,68)
#1D4634
(29,70,52)
#162F24
(22,47,36)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #55FEB4

#55FEB4
(85,254,180)
#64FEBA
(100,254,186)
#73FEC0
(115,254,192)
#82FEC6
(130,254,198)
#91FECC
(145,254,204)
#A0FED2
(160,254,210)
#AFFED8
(175,254,216)
#BEFEDE
(190,254,222)
#CDFEE4
(205,254,228)
#DCFEEA
(220,254,234)
#EBFEF0
(235,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55FEB4 color. Also use rgb(85,254,180) instead hex code.

Text Font Color

.myTextColor { color: #55FEB4; }

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

This text font color is #55FEB4.


Background Color

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

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

This div background color is #55FEB4.


Border color

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

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

This div border color is #55FEB4.


Opacity

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

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

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

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

This text has shadow with #55FEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55FEB4 on black background.


Color preview on white background

This text has color #55FEB4 on white background.



Black color preview on #55FEB4 background

This text has black color on #55FEB4 background.


White color preview on #55FEB4 background

This text has white color on #55FEB4 background.