COLOR #55BC7F

HEX: #55BC7F
RGB: (85,188,127)

Color info

#55BC7F contains mainly green color. Web safe color of #55BC7F is #66CC66 (or #6C6).

RGB color model

#55BC7F color RGB value is (85,188,127).

  • red value is 85;
  • green value is 188;
  • blue value is 127.
RGB:
(85,188,127)
(33%,74%,50%)

RGB channels and saturation

R 85 of 255 = 33%
G 188 of 255 = 74%
B 127 of 255 = 50%

85
188
127

R + G + B ~ 52%. #55BC7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 188 + 127 = 400 (100%)
R 85 of 400 ~ 21.25%
G 188 of 400 ~ 47%
B 127 of 400 ~ 31.75%

%21.25
%47
%31.75

CMYK color model

#55BC7F color CMYK value is (55,0,32,26).

  • cyan value is 54.79%
  • magenta value is 0.00%
  • yellow value is 32.45%
  • key color value is 26.27%
CMYK:
(55,0,32,26)
C55M0Y32K26 
(55%,0%,32%,26%)
(0.55/0.00/0.32/0.26)	

CMYK percentages

%54.79
%0
%32.45
%26.27

Codes

Color #55BC7F in popluar color models

55BC7F
RGB85188127
HSL144°43.46%53.53%
HSB/HSV144°54.79%73.73%
CMYK54.79%0.00%32.45%
26.27%

Color #55BC7F in popluar number systems.

HEX55BC7F
Decimal85188127
Binary1010101101111001111111
Octal125274177

Shades and tints

Shades of #55BC7F

#55BC7F
(85,188,127)
#4EAB74
(78,171,116)
#479A69
(71,154,105)
#40895E
(64,137,94)
#397853
(57,120,83)
#326748
(50,103,72)
#2B563D
(43,86,61)
#244532
(36,69,50)
#1D3427
(29,52,39)
#16231C
(22,35,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #55BC7F

#55BC7F
(85,188,127)
#64C28A
(100,194,138)
#73C895
(115,200,149)
#82CEA0
(130,206,160)
#91D4AB
(145,212,171)
#A0DAB6
(160,218,182)
#AFE0C1
(175,224,193)
#BEE6CC
(190,230,204)
#CDECD7
(205,236,215)
#DCF2E2
(220,242,226)
#EBF8ED
(235,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55BC7F color. Also use rgb(85,188,127) instead hex code.

Text Font Color

.myTextColor { color: #55BC7F; }

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

This text font color is #55BC7F.


Background Color

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

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

This div background color is #55BC7F.


Border color

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

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

This div border color is #55BC7F.


Opacity

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

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

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

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

This text has shadow with #55BC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55BC7F on black background.


Color preview on white background

This text has color #55BC7F on white background.



Black color preview on #55BC7F background

This text has black color on #55BC7F background.


White color preview on #55BC7F background

This text has white color on #55BC7F background.