COLOR #55FFB1

HEX: #55FFB1
RGB: (85,255,177)

Color info

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

RGB color model

#55FFB1 color RGB value is (85,255,177).

  • red value is 85;
  • green value is 255;
  • blue value is 177.
RGB:
(85,255,177)
(33%,100%,69%)

RGB channels and saturation

R 85 of 255 = 33%
G 255 of 255 = 100%
B 177 of 255 = 69%

85
255
177

R + G + B ~ 67%. #55FFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 255 + 177 = 517 (100%)
R 85 of 517 ~ 16.44%
G 255 of 517 ~ 49.32%
B 177 of 517 ~ 34.24%

%16.44
%49.32
%34.24

CMYK color model

#55FFB1 color CMYK value is (67,0,31,0).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 0.00%
CMYK:
(67,0,31,0)
C67M0Y31K0 
(67%,0%,31%,0%)
(0.67/0.00/0.31/0.00)	

CMYK percentages

%66.67
%0
%30.59
%0

Codes

Color #55FFB1 in popluar color models

55FFB1
RGB85255177
HSL152°100.00%66.67%
HSB/HSV152°66.67%100.00%
CMYK66.67%0.00%30.59%
0.00%

Color #55FFB1 in popluar number systems.

HEX55FFB1
Decimal85255177
Binary10101011111111110110001
Octal125377261

Shades and tints

Shades of #55FFB1

#55FFB1
(85,255,177)
#4EE8A1
(78,232,161)
#47D191
(71,209,145)
#40BA81
(64,186,129)
#39A371
(57,163,113)
#328C61
(50,140,97)
#2B7551
(43,117,81)
#245E41
(36,94,65)
#1D4731
(29,71,49)
#163021
(22,48,33)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #55FFB1

#55FFB1
(85,255,177)
#64FFB8
(100,255,184)
#73FFBF
(115,255,191)
#82FFC6
(130,255,198)
#91FFCD
(145,255,205)
#A0FFD4
(160,255,212)
#AFFFDB
(175,255,219)
#BEFFE2
(190,255,226)
#CDFFE9
(205,255,233)
#DCFFF0
(220,255,240)
#EBFFF7
(235,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55FFB1 color. Also use rgb(85,255,177) instead hex code.

Text Font Color

.myTextColor { color: #55FFB1; }

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

This text font color is #55FFB1.


Background Color

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

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

This div background color is #55FFB1.


Border color

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

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

This div border color is #55FFB1.


Opacity

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

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

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

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

This text has shadow with #55FFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55FFB1 on black background.


Color preview on white background

This text has color #55FFB1 on white background.



Black color preview on #55FFB1 background

This text has black color on #55FFB1 background.


White color preview on #55FFB1 background

This text has white color on #55FFB1 background.