COLOR #5BC36F

HEX: #5BC36F
RGB: (91,195,111)

Color info

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

RGB color model

#5BC36F color RGB value is (91,195,111).

  • red value is 91;
  • green value is 195;
  • blue value is 111.
RGB:
(91,195,111)
(36%,76%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 195 of 255 = 76%
B 111 of 255 = 44%

91
195
111

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

Portions of RGB colors in percentages

R + G + B =
91 + 195 + 111 = 397 (100%)
R 91 of 397 ~ 22.92%
G 195 of 397 ~ 49.12%
B 111 of 397 ~ 27.96%

%22.92
%49.12
%27.96

CMYK color model

#5BC36F color CMYK value is (53,0,43,24).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 43.08%
  • key color value is 23.53%
CMYK:
(53,0,43,24)
C53M0Y43K24 
(53%,0%,43%,24%)
(0.53/0.00/0.43/0.24)	

CMYK percentages

%53.33
%0
%43.08
%23.53

Codes

Color #5BC36F in popluar color models

5BC36F
RGB91195111
HSL132°46.43%56.08%
HSB/HSV132°53.33%76.47%
CMYK53.33%0.00%43.08%
23.53%

Color #5BC36F in popluar number systems.

HEX5BC36F
Decimal91195111
Binary1011011110000111101111
Octal133303157

Shades and tints

Shades of #5BC36F

#5BC36F
(91,195,111)
#53B265
(83,178,101)
#4BA15B
(75,161,91)
#439051
(67,144,81)
#3B7F47
(59,127,71)
#336E3D
(51,110,61)
#2B5D33
(43,93,51)
#234C29
(35,76,41)
#1B3B1F
(27,59,31)
#132A15
(19,42,21)
#0B190B
(11,25,11)
#000000
(0,0,0)

Tints of #5BC36F

#5BC36F
(91,195,111)
#69C87C
(105,200,124)
#77CD89
(119,205,137)
#85D296
(133,210,150)
#93D7A3
(147,215,163)
#A1DCB0
(161,220,176)
#AFE1BD
(175,225,189)
#BDE6CA
(189,230,202)
#CBEBD7
(203,235,215)
#D9F0E4
(217,240,228)
#E7F5F1
(231,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BC36F color. Also use rgb(91,195,111) instead hex code.

Text Font Color

.myTextColor { color: #5BC36F; }

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

This text font color is #5BC36F.


Background Color

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

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

This div background color is #5BC36F.


Border color

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

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

This div border color is #5BC36F.


Opacity

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

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

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

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

This text has shadow with #5BC36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BC36F on black background.


Color preview on white background

This text has color #5BC36F on white background.



Black color preview on #5BC36F background

This text has black color on #5BC36F background.


White color preview on #5BC36F background

This text has white color on #5BC36F background.