COLOR #5BB455

HEX: #5BB455
RGB: (91,180,85)

Color info

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

RGB color model

#5BB455 color RGB value is (91,180,85).

  • red value is 91;
  • green value is 180;
  • blue value is 85.
RGB:
(91,180,85)
(36%,71%,33%)

RGB channels and saturation

R 91 of 255 = 36%
G 180 of 255 = 71%
B 85 of 255 = 33%

91
180
85

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

Portions of RGB colors in percentages

R + G + B =
91 + 180 + 85 = 356 (100%)
R 91 of 356 ~ 25.56%
G 180 of 356 ~ 50.56%
B 85 of 356 ~ 23.88%

%25.56
%50.56
%23.88

CMYK color model

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

  • cyan value is 49.44%
  • magenta value is 0.00%
  • yellow value is 52.78%
  • key color value is 29.41%
CMYK:
(49,0,53,29)
C49M0Y53K29 
(49%,0%,53%,29%)
(0.49/0.00/0.53/0.29)	

CMYK percentages

%49.44
%0
%52.78
%29.41

Codes

Color #5BB455 in popluar color models

5BB455
RGB9118085
HSL116°38.78%51.96%
HSB/HSV116°52.78%70.59%
CMYK49.44%0.00%52.78%
29.41%

Color #5BB455 in popluar number systems.

HEX5BB455
Decimal9118085
Binary1011011101101001010101
Octal133264125

Shades and tints

Shades of #5BB455

#5BB455
(91,180,85)
#53A44E
(83,164,78)
#4B9447
(75,148,71)
#438440
(67,132,64)
#3B7439
(59,116,57)
#336432
(51,100,50)
#2B542B
(43,84,43)
#234424
(35,68,36)
#1B341D
(27,52,29)
#132416
(19,36,22)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #5BB455

#5BB455
(91,180,85)
#69BA64
(105,186,100)
#77C073
(119,192,115)
#85C682
(133,198,130)
#93CC91
(147,204,145)
#A1D2A0
(161,210,160)
#AFD8AF
(175,216,175)
#BDDEBE
(189,222,190)
#CBE4CD
(203,228,205)
#D9EADC
(217,234,220)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BB455; }

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

This text font color is #5BB455.


Background Color

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

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

This div background color is #5BB455.


Border color

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

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

This div border color is #5BB455.


Opacity

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

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

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

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

This text has shadow with #5BB455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB455 on black background.


Color preview on white background

This text has color #5BB455 on white background.



Black color preview on #5BB455 background

This text has black color on #5BB455 background.


White color preview on #5BB455 background

This text has white color on #5BB455 background.