COLOR #5BDC0B

HEX: #5BDC0B
RGB: (91,220,11)

Color info

#5BDC0B contains mainly green color. Web safe color of #5BDC0B is #66CC00 (or #6C0).

RGB color model

#5BDC0B color RGB value is (91,220,11).

  • red value is 91;
  • green value is 220;
  • blue value is 11.
RGB:
(91,220,11)
(36%,86%,4%)

RGB channels and saturation

R 91 of 255 = 36%
G 220 of 255 = 86%
B 11 of 255 = 4%

91
220
11

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

Portions of RGB colors in percentages

R + G + B =
91 + 220 + 11 = 322 (100%)
R 91 of 322 ~ 28.26%
G 220 of 322 ~ 68.32%
B 11 of 322 ~ 3.42%

%28.26
%68.32

CMYK color model

#5BDC0B color CMYK value is (59,0,95,14).

  • cyan value is 58.64%
  • magenta value is 0.00%
  • yellow value is 95.00%
  • key color value is 13.73%
CMYK:
(59,0,95,14)
C59M0Y95K14 
(59%,0%,95%,14%)
(0.59/0.00/0.95/0.14)	

CMYK percentages

%58.64
%0
%95
%13.73

Codes

Color #5BDC0B in popluar color models

5BDC0B
RGB9122011
HSL97°90.48%45.29%
HSB/HSV97°95.00%86.27%
CMYK58.64%0.00%95.00%
13.73%

Color #5BDC0B in popluar number systems.

HEX5BDC0B
Decimal9122011
Binary1011011110111001011
Octal13333413

Shades and tints

Shades of #5BDC0B

#5BDC0B
(91,220,11)
#53C80A
(83,200,10)
#4BB409
(75,180,9)
#43A008
(67,160,8)
#3B8C07
(59,140,7)
#337806
(51,120,6)
#2B6405
(43,100,5)
#235004
(35,80,4)
#1B3C03
(27,60,3)
#132802
(19,40,2)
#0B1401
(11,20,1)
#000000
(0,0,0)

Tints of #5BDC0B

#5BDC0B
(91,220,11)
#69DF21
(105,223,33)
#77E237
(119,226,55)
#85E54D
(133,229,77)
#93E863
(147,232,99)
#A1EB79
(161,235,121)
#AFEE8F
(175,238,143)
#BDF1A5
(189,241,165)
#CBF4BB
(203,244,187)
#D9F7D1
(217,247,209)
#E7FAE7
(231,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BDC0B color. Also use rgb(91,220,11) instead hex code.

Text Font Color

.myTextColor { color: #5BDC0B; }

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

This text font color is #5BDC0B.


Background Color

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

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

This div background color is #5BDC0B.


Border color

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

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

This div border color is #5BDC0B.


Opacity

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

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

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

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

This text has shadow with #5BDC0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BDC0B on black background.


Color preview on white background

This text has color #5BDC0B on white background.



Black color preview on #5BDC0B background

This text has black color on #5BDC0B background.


White color preview on #5BDC0B background

This text has white color on #5BDC0B background.