COLOR #5BB55C

HEX: #5BB55C RGB: (91,181,92)

Color info

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

RGB color model

#5BB55C color RGB value is (91,181,92).

RGB: (91,181,92) (36%, 71%, 36%)

RGB channels and saturation

R 91 of 255 = 36%
G 181 of 255 = 71%
B 92 of 255 = 36%

91
181
92

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

Portions of RGB colors in percentages

R + G + B = 91 + 181 + 92 = 364 (100%)
R 91 of 364 ~ 25%
G 181 of 364 ~ 49.73%
B 92 of 364 ~ 25.27'%

%25
%49.73
%25.27

CMYK color model

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

  • cyan value is 49.72%
  • magenta value is 0.00%
  • yellow value is 49.17%
  • key color value is 29.02%

CMYK: (50,0,49,29)
C50M0Y49K29 (50%, 0%, 49%, 29%)
(0.50 / 0.00 / 0.49 / 0.29)

CMYK percentages

%49.72
%0
%49.17
%29.02

Codes

Color #5BB55C in popluar color models

5B B5 5C
RGB 91 181 92
HSL 121° 37.82% 53.33%
HSB/HSV 121° 49.72% 70.98%
CMYK 49.72% 0.00% 49.17%
29.02%

Color #5BB55C in popluar number systems.

HEX 5B B5 5C
Decimal 91 181 92
Binary 1011011 10110101 1011100
Octal 133 265 134

Shades and tints

Shades of #5BB55C

#5BB55C
(91,181,92)
#53A554
(83,165,84)
#4B954C
(75,149,76)
#438544
(67,133,68)
#3B753C
(59,117,60)
#336534
(51,101,52)
#2B552C
(43,85,44)
#234524
(35,69,36)
#1B351C
(27,53,28)
#132514
(19,37,20)
#0B150C
(11,21,12)
#000000
(0,0,0)

Tints of #5BB55C

#5BB55C
(91,181,92)
#69BB6A
(105,187,106)
#77C178
(119,193,120)
#85C786
(133,199,134)
#93CD94
(147,205,148)
#A1D3A2
(161,211,162)
#AFD9B0
(175,217,176)
#BDDFBE
(189,223,190)
#CBE5CC
(203,229,204)
#D9EBDA
(217,235,218)
#E7F1E8
(231,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB55C color. Also use rgb(91,181,92) instead hex code.

Text Font Color

.myTextColor { color: #5BB55C; }

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

This text font color is #5BB55C.

Background Color

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

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

This div background color is #5BB55C.

Border color

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

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

This div border color is #5BB55C.

Opacity

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

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

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

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

This text has shadow with #5BB55C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BB55C.

Preview

Color preview on black background

This text has color #5BB55C on black background.


Color preview on white background

This text has color #5BB55C on white background.


Black color preview on #5BB55C background

This text has black color on #5BB55C background.


White color preview on #5BB55C background

This text has white color on #5BB55C background.


Related colors

Complementary color

Complementary color for #hex is #A44AA3.


I love getcolorcode.com

Triadic colors

1 #5C5BB5 and #B55C5B with #5BB55C are triadic colors.

2 #5CB55B and #B55B5C with #5BB55C are triadic colors.