COLOR #5BB17F

HEX: #5BB17F RGB: (91,177,127)

Color info

#5BB17F contains mainly green and blue colors. Web safe color of #5BB17F is #669966 (or #696).

RGB color model

#5BB17F color RGB value is (91,177,127).

RGB: (91,177,127) (36%, 69%, 50%)

RGB channels and saturation

R 91 of 255 = 36%
G 177 of 255 = 69%
B 127 of 255 = 50%

91
177
127

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

Portions of RGB colors in percentages

R + G + B = 91 + 177 + 127 = 395 (100%)
R 91 of 395 ~ 23.04%
G 177 of 395 ~ 44.81%
B 127 of 395 ~ 32.15'%

%23.04
%44.81
%32.15

CMYK color model

#5BB17F color CMYK value is (49,0,28,31).

  • cyan value is 48.59%
  • magenta value is 0.00%
  • yellow value is 28.25%
  • key color value is 30.59%

CMYK: (49,0,28,31)
C49M0Y28K31 (49%, 0%, 28%, 31%)
(0.49 / 0.00 / 0.28 / 0.31)

CMYK percentages

%48.59
%0
%28.25
%30.59

Codes

Color #5BB17F in popluar color models

5B B1 7F
RGB 91 177 127
HSL 145° 35.54% 52.55%
HSB/HSV 145° 48.59% 69.41%
CMYK 48.59% 0.00% 28.25%
30.59%

Color #5BB17F in popluar number systems.

HEX 5B B1 7F
Decimal 91 177 127
Binary 1011011 10110001 1111111
Octal 133 261 177

Shades and tints

Shades of #5BB17F

#5BB17F
(91,177,127)
#53A174
(83,161,116)
#4B9169
(75,145,105)
#43815E
(67,129,94)
#3B7153
(59,113,83)
#336148
(51,97,72)
#2B513D
(43,81,61)
#234132
(35,65,50)
#1B3127
(27,49,39)
#13211C
(19,33,28)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #5BB17F

#5BB17F
(91,177,127)
#69B88A
(105,184,138)
#77BF95
(119,191,149)
#85C6A0
(133,198,160)
#93CDAB
(147,205,171)
#A1D4B6
(161,212,182)
#AFDBC1
(175,219,193)
#BDE2CC
(189,226,204)
#CBE9D7
(203,233,215)
#D9F0E2
(217,240,226)
#E7F7ED
(231,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BB17F; }

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

This text font color is #5BB17F.

Background Color

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

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

This div background color is #5BB17F.

Border color

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

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

This div border color is #5BB17F.

Opacity

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

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

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

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

This text has shadow with #5BB17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BB17F.

Preview

Color preview on black background

This text has color #5BB17F on black background.


Color preview on white background

This text has color #5BB17F on white background.


Black color preview on #5BB17F background

This text has black color on #5BB17F background.


White color preview on #5BB17F background

This text has white color on #5BB17F background.


Related colors

Complementary color

Complementary color for #hex is #A44E80.


I love getcolorcode.com

Triadic colors

1 #7F5BB1 and #B17F5B with #5BB17F are triadic colors.

2 #7FB15B and #B15B7F with #5BB17F are triadic colors.