COLOR #5BBB20

HEX: #5BBB20
RGB: (91,187,32)

Color info

#5BBB20 contains mainly green color. Web safe color of #5BBB20 is #66CC33 (or #6C3).

RGB color model

#5BBB20 color RGB value is (91,187,32).

  • red value is 91;
  • green value is 187;
  • blue value is 32.
RGB:
(91,187,32)
(36%,73%,13%)

RGB channels and saturation

R 91 of 255 = 36%
G 187 of 255 = 73%
B 32 of 255 = 13%

91
187
32

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

Portions of RGB colors in percentages

R + G + B =
91 + 187 + 32 = 310 (100%)
R 91 of 310 ~ 29.35%
G 187 of 310 ~ 60.32%
B 32 of 310 ~ 10.32%

%29.35
%60.32
%10.32

CMYK color model

#5BBB20 color CMYK value is (51,0,83,27).

  • cyan value is 51.34%
  • magenta value is 0.00%
  • yellow value is 82.89%
  • key color value is 26.67%
CMYK:
(51,0,83,27)
C51M0Y83K27 
(51%,0%,83%,27%)
(0.51/0.00/0.83/0.27)	

CMYK percentages

%51.34
%0
%82.89
%26.67

Codes

Color #5BBB20 in popluar color models

5BBB20
RGB9118732
HSL97°70.78%42.94%
HSB/HSV97°82.89%73.33%
CMYK51.34%0.00%82.89%
26.67%

Color #5BBB20 in popluar number systems.

HEX5BBB20
Decimal9118732
Binary101101110111011100000
Octal13327340

Shades and tints

Shades of #5BBB20

#5BBB20
(91,187,32)
#53AA1E
(83,170,30)
#4B991C
(75,153,28)
#43881A
(67,136,26)
#3B7718
(59,119,24)
#336616
(51,102,22)
#2B5514
(43,85,20)
#234412
(35,68,18)
#1B3310
(27,51,16)
#13220E
(19,34,14)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #5BBB20

#5BBB20
(91,187,32)
#69C134
(105,193,52)
#77C748
(119,199,72)
#85CD5C
(133,205,92)
#93D370
(147,211,112)
#A1D984
(161,217,132)
#AFDF98
(175,223,152)
#BDE5AC
(189,229,172)
#CBEBC0
(203,235,192)
#D9F1D4
(217,241,212)
#E7F7E8
(231,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BBB20 color. Also use rgb(91,187,32) instead hex code.

Text Font Color

.myTextColor { color: #5BBB20; }

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

This text font color is #5BBB20.


Background Color

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

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

This div background color is #5BBB20.


Border color

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

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

This div border color is #5BBB20.


Opacity

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

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

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

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

This text has shadow with #5BBB20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BBB20 on black background.


Color preview on white background

This text has color #5BBB20 on white background.



Black color preview on #5BBB20 background

This text has black color on #5BBB20 background.


White color preview on #5BBB20 background

This text has white color on #5BBB20 background.