COLOR #5BB16C

HEX: #5BB16C RGB: (91,177,108)

Color info

#5BB16C contains mainly green color. Web safe color of #5BB16C is #669966 (or #696).

RGB color model

#5BB16C color RGB value is (91,177,108).

RGB: (91,177,108) (36%, 69%, 42%)

RGB channels and saturation

R 91 of 255 = 36%
G 177 of 255 = 69%
B 108 of 255 = 42%

91
177
108

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

Portions of RGB colors in percentages

R + G + B = 91 + 177 + 108 = 376 (100%)
R 91 of 376 ~ 24.2%
G 177 of 376 ~ 47.07%
B 108 of 376 ~ 28.72'%

%24.2
%47.07
%28.72

CMYK color model

#5BB16C color CMYK value is (49,0,39,31).

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

CMYK: (49,0,39,31)
C49M0Y39K31 (49%, 0%, 39%, 31%)
(0.49 / 0.00 / 0.39 / 0.31)

CMYK percentages

%48.59
%0
%38.98
%30.59

Codes

Color #5BB16C in popluar color models

5B B1 6C
RGB 91 177 108
HSL 132° 35.54% 52.55%
HSB/HSV 132° 48.59% 69.41%
CMYK 48.59% 0.00% 38.98%
30.59%

Color #5BB16C in popluar number systems.

HEX 5B B1 6C
Decimal 91 177 108
Binary 1011011 10110001 1101100
Octal 133 261 154

Shades and tints

Shades of #5BB16C

#5BB16C
(91,177,108)
#53A163
(83,161,99)
#4B915A
(75,145,90)
#438151
(67,129,81)
#3B7148
(59,113,72)
#33613F
(51,97,63)
#2B5136
(43,81,54)
#23412D
(35,65,45)
#1B3124
(27,49,36)
#13211B
(19,33,27)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #5BB16C

#5BB16C
(91,177,108)
#69B879
(105,184,121)
#77BF86
(119,191,134)
#85C693
(133,198,147)
#93CDA0
(147,205,160)
#A1D4AD
(161,212,173)
#AFDBBA
(175,219,186)
#BDE2C7
(189,226,199)
#CBE9D4
(203,233,212)
#D9F0E1
(217,240,225)
#E7F7EE
(231,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BB16C; }

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

This text font color is #5BB16C.

Background Color

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

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

This div background color is #5BB16C.

Border color

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

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

This div border color is #5BB16C.

Opacity

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

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

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

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

This text has shadow with #5BB16C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BB16C.

Preview

Color preview on black background

This text has color #5BB16C on black background.


Color preview on white background

This text has color #5BB16C on white background.


Black color preview on #5BB16C background

This text has black color on #5BB16C background.


White color preview on #5BB16C background

This text has white color on #5BB16C background.


Related colors

Complementary color

Complementary color for #hex is #A44E93.


I love getcolorcode.com

Triadic colors

1 #6C5BB1 and #B16C5B with #5BB16C are triadic colors.

2 #6CB15B and #B15B6C with #5BB16C are triadic colors.