COLOR #55FDB1

HEX: #55FDB1 RGB: (85,253,177)

Color info

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

RGB color model

#55FDB1 color RGB value is (85,253,177).

RGB: (85,253,177) (33%, 99%, 69%)

RGB channels and saturation

R 85 of 255 = 33%
G 253 of 255 = 99%
B 177 of 255 = 69%

85
253
177

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

Portions of RGB colors in percentages

R + G + B = 85 + 253 + 177 = 515 (100%)
R 85 of 515 ~ 16.5%
G 253 of 515 ~ 49.13%
B 177 of 515 ~ 34.37'%

%16.5
%49.13
%34.37

CMYK color model

#55FDB1 color CMYK value is (66,0,30,1).

  • cyan value is 66.40%
  • magenta value is 0.00%
  • yellow value is 30.04%
  • key color value is 0.78%
CMYK: (66,0,30,1) C66M0Y30K1 (66%,0%,30%,1%) (0.66/0.00/0.30/0.01) 

CMYK percentages

%66.4
%0
%30.04
%0.78

Codes

Color #55FDB1 in popluar color models

55 FD B1
RGB 85 253 177
HSL 153° 97.67% 66.27%
HSB/HSV 153° 66.40% 99.22%
CMYK 66.40% 0.00% 30.04%
0.78%

Color #55FDB1 in popluar number systems.

HEX 55 FD B1
Decimal 85 253 177
Binary 1010101 11111101 10110001
Octal 125 375 261

Shades and tints

Shades of #55FDB1

#55FDB1
(85,253,177)
#4EE6A1
(78,230,161)
#47CF91
(71,207,145)
#40B881
(64,184,129)
#39A171
(57,161,113)
#328A61
(50,138,97)
#2B7351
(43,115,81)
#245C41
(36,92,65)
#1D4531
(29,69,49)
#162E21
(22,46,33)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #55FDB1

#55FDB1
(85,253,177)
#64FDB8
(100,253,184)
#73FDBF
(115,253,191)
#82FDC6
(130,253,198)
#91FDCD
(145,253,205)
#A0FDD4
(160,253,212)
#AFFDDB
(175,253,219)
#BEFDE2
(190,253,226)
#CDFDE9
(205,253,233)
#DCFDF0
(220,253,240)
#EBFDF7
(235,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55FDB1; }

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

This text font color is #55FDB1.

Background Color

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

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

This div background color is #55FDB1.

Border color

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

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

This div border color is #55FDB1.

Opacity

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

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

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

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

This text has shadow with #55FDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55FDB1.

Preview

Color preview on black background

This text has color #55FDB1 on black background.


Color preview on white background

This text has color #55FDB1 on white background.


Black color preview on #55FDB1 background

This text has black color on #55FDB1 background.


White color preview on #55FDB1 background

This text has white color on #55FDB1 background.


Related colors

Complementary color

Complementary color for #hex is #AA024E.


I love getcolorcode.com

Triadic colors

1 #B155FD and #FDB155 with #55FDB1 are triadic colors.

2 #B1FD55 and #FD55B1 with #55FDB1 are triadic colors.