COLOR #5BBC7F

HEX: #5BBC7F RGB: (91,188,127)

Color info

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

RGB color model

#5BBC7F color RGB value is (91,188,127).

RGB: (91,188,127) (36%, 74%, 50%)

RGB channels and saturation

R 91 of 255 = 36%
G 188 of 255 = 74%
B 127 of 255 = 50%

91
188
127

R + G + B ~ 53%. #5BBC7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 91 + 188 + 127 = 406 (100%)
R 91 of 406 ~ 22.41%
G 188 of 406 ~ 46.31%
B 127 of 406 ~ 31.28'%

%22.41
%46.31
%31.28

CMYK color model

#5BBC7F color CMYK value is (52,0,32,26).

  • cyan value is 51.60%
  • magenta value is 0.00%
  • yellow value is 32.45%
  • key color value is 26.27%
CMYK: (52,0,32,26) C52M0Y32K26 (52%,0%,32%,26%) (0.52/0.00/0.32/0.26) 

CMYK percentages

%51.6
%0
%32.45
%26.27

Codes

Color #5BBC7F in popluar color models

5B BC 7F
RGB 91 188 127
HSL 142° 41.99% 54.71%
HSB/HSV 142° 51.60% 73.73%
CMYK 51.60% 0.00% 32.45%
26.27%

Color #5BBC7F in popluar number systems.

HEX 5B BC 7F
Decimal 91 188 127
Binary 1011011 10111100 1111111
Octal 133 274 177

Shades and tints

Shades of #5BBC7F

#5BBC7F
(91,188,127)
#53AB74
(83,171,116)
#4B9A69
(75,154,105)
#43895E
(67,137,94)
#3B7853
(59,120,83)
#336748
(51,103,72)
#2B563D
(43,86,61)
#234532
(35,69,50)
#1B3427
(27,52,39)
#13231C
(19,35,28)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #5BBC7F

#5BBC7F
(91,188,127)
#69C28A
(105,194,138)
#77C895
(119,200,149)
#85CEA0
(133,206,160)
#93D4AB
(147,212,171)
#A1DAB6
(161,218,182)
#AFE0C1
(175,224,193)
#BDE6CC
(189,230,204)
#CBECD7
(203,236,215)
#D9F2E2
(217,242,226)
#E7F8ED
(231,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BBC7F color. Also use rgb(91,188,127) instead hex code.

Text Font Color

.myTextColor { color: #5BBC7F; }

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

This text font color is #5BBC7F.

Background Color

.myBgColor { background-color: #5BBC7F; }

<div style="background-color:#5BBC7F">Inner text</div>

This div background color is #5BBC7F.

Border color

.myBorderColor { border: 1px solid #5BBC7F; }

<div style="border:3px solid #5BBC7F">Div</div>

This div border color is #5BBC7F.

Opacity

.myOpacity80 { color: #5BBC7F; opacity: 0.8; }

<p style="color:#5BBC7F;opacity:0.8;">80%</p>

Text with #5BBC7F 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 #5BBC7F;}

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

This text has shadow with #5BBC7F color.


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

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

This text has shadow with #5BBC7F primary color and red secondary color.


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

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

This text has shadow with #5BBC7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5BBC7F.

Preview

Color preview on black background

This text has color #5BBC7F on black background.


Color preview on white background

This text has color #5BBC7F on white background.


Black color preview on #5BBC7F background

This text has black color on #5BBC7F background.


White color preview on #5BBC7F background

This text has white color on #5BBC7F background.


Related colors

Complementary color

Complementary color for #hex is #A44380.


I love getcolorcode.com

Triadic colors

1 #7F5BBC and #BC7F5B with #5BBC7F are triadic colors.

2 #7FBC5B and #BC5B7F with #5BBC7F are triadic colors.