COLOR #5BEB4B

HEX: #5BEB4B
RGB: (91,235,75)

Color info

#5BEB4B contains mainly green color. Web safe color of #5BEB4B is #66FF33 (or #6F3).

RGB color model

#5BEB4B color RGB value is (91,235,75).

  • red value is 91;
  • green value is 235;
  • blue value is 75.
RGB:
(91,235,75)
(36%,92%,29%)

RGB channels and saturation

R 91 of 255 = 36%
G 235 of 255 = 92%
B 75 of 255 = 29%

91
235
75

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

Portions of RGB colors in percentages

R + G + B =
91 + 235 + 75 = 401 (100%)
R 91 of 401 ~ 22.69%
G 235 of 401 ~ 58.6%
B 75 of 401 ~ 18.7%

%22.69
%58.6
%18.7

CMYK color model

#5BEB4B color CMYK value is (61,0,68,8).

  • cyan value is 61.28%
  • magenta value is 0.00%
  • yellow value is 68.09%
  • key color value is 7.84%
CMYK:
(61,0,68,8)
C61M0Y68K8 
(61%,0%,68%,8%)
(0.61/0.00/0.68/0.08)	

CMYK percentages

%61.28
%0
%68.09
%7.84

Codes

Color #5BEB4B in popluar color models

5BEB4B
RGB9123575
HSL114°80.00%60.78%
HSB/HSV114°68.09%92.16%
CMYK61.28%0.00%68.09%
7.84%

Color #5BEB4B in popluar number systems.

HEX5BEB4B
Decimal9123575
Binary1011011111010111001011
Octal133353113

Shades and tints

Shades of #5BEB4B

#5BEB4B
(91,235,75)
#53D645
(83,214,69)
#4BC13F
(75,193,63)
#43AC39
(67,172,57)
#3B9733
(59,151,51)
#33822D
(51,130,45)
#2B6D27
(43,109,39)
#235821
(35,88,33)
#1B431B
(27,67,27)
#132E15
(19,46,21)
#0B190F
(11,25,15)
#000000
(0,0,0)

Tints of #5BEB4B

#5BEB4B
(91,235,75)
#69EC5B
(105,236,91)
#77ED6B
(119,237,107)
#85EE7B
(133,238,123)
#93EF8B
(147,239,139)
#A1F09B
(161,240,155)
#AFF1AB
(175,241,171)
#BDF2BB
(189,242,187)
#CBF3CB
(203,243,203)
#D9F4DB
(217,244,219)
#E7F5EB
(231,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BEB4B color. Also use rgb(91,235,75) instead hex code.

Text Font Color

.myTextColor { color: #5BEB4B; }

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

This text font color is #5BEB4B.


Background Color

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

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

This div background color is #5BEB4B.


Border color

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

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

This div border color is #5BEB4B.


Opacity

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

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

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

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

This text has shadow with #5BEB4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BEB4B on black background.


Color preview on white background

This text has color #5BEB4B on white background.



Black color preview on #5BEB4B background

This text has black color on #5BEB4B background.


White color preview on #5BEB4B background

This text has white color on #5BEB4B background.