COLOR #5BB480

HEX: #5BB480 RGB: (91,180,128)

Color info

#5BB480 contains mainly green and blue colors. Web safe color of #5BB480 is #66CC66 (or #6C6).

RGB color model

#5BB480 color RGB value is (91,180,128).

RGB: (91,180,128) (36%, 71%, 50%)

RGB channels and saturation

R 91 of 255 = 36%
G 180 of 255 = 71%
B 128 of 255 = 50%

91
180
128

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

Portions of RGB colors in percentages

R + G + B = 91 + 180 + 128 = 399 (100%)
R 91 of 399 ~ 22.81%
G 180 of 399 ~ 45.11%
B 128 of 399 ~ 32.08'%

%22.81
%45.11
%32.08

CMYK color model

#5BB480 color CMYK value is (49,0,29,29).

  • cyan value is 49.44%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 29.41%

CMYK: (49,0,29,29)
C49M0Y29K29 (49%, 0%, 29%, 29%)
(0.49 / 0.00 / 0.29 / 0.29)

CMYK percentages

%49.44
%0
%28.89
%29.41

Codes

Color #5BB480 in popluar color models

5B B4 80
RGB 91 180 128
HSL 145° 37.24% 53.14%
HSB/HSV 145° 49.44% 70.59%
CMYK 49.44% 0.00% 28.89%
29.41%

Color #5BB480 in popluar number systems.

HEX 5B B4 80
Decimal 91 180 128
Binary 1011011 10110100 10000000
Octal 133 264 200

Shades and tints

Shades of #5BB480

#5BB480
(91,180,128)
#53A475
(83,164,117)
#4B946A
(75,148,106)
#43845F
(67,132,95)
#3B7454
(59,116,84)
#336449
(51,100,73)
#2B543E
(43,84,62)
#234433
(35,68,51)
#1B3428
(27,52,40)
#13241D
(19,36,29)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #5BB480

#5BB480
(91,180,128)
#69BA8B
(105,186,139)
#77C096
(119,192,150)
#85C6A1
(133,198,161)
#93CCAC
(147,204,172)
#A1D2B7
(161,210,183)
#AFD8C2
(175,216,194)
#BDDECD
(189,222,205)
#CBE4D8
(203,228,216)
#D9EAE3
(217,234,227)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB480 color. Also use rgb(91,180,128) instead hex code.

Text Font Color

.myTextColor { color: #5BB480; }

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

This text font color is #5BB480.

Background Color

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

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

This div background color is #5BB480.

Border color

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

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

This div border color is #5BB480.

Opacity

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

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

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

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

This text has shadow with #5BB480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BB480.

Preview

Color preview on black background

This text has color #5BB480 on black background.


Color preview on white background

This text has color #5BB480 on white background.


Black color preview on #5BB480 background

This text has black color on #5BB480 background.


White color preview on #5BB480 background

This text has white color on #5BB480 background.


Related colors

Complementary color

Complementary color for #hex is #A44B7F.


I love getcolorcode.com

Triadic colors

1 #805BB4 and #B4805B with #5BB480 are triadic colors.

2 #80B45B and #B45B80 with #5BB480 are triadic colors.