COLOR #5BEF9E

HEX: #5BEF9E
RGB: (91,239,158)

Color info

#5BEF9E contains mainly green color. Web safe color of #5BEF9E is #66FF99 (or #6F9).

RGB color model

#5BEF9E color RGB value is (91,239,158).

  • red value is 91;
  • green value is 239;
  • blue value is 158.
RGB:
(91,239,158)
(36%,94%,62%)

RGB channels and saturation

R 91 of 255 = 36%
G 239 of 255 = 94%
B 158 of 255 = 62%

91
239
158

R + G + B ~ 64%. #5BEF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 239 + 158 = 488 (100%)
R 91 of 488 ~ 18.65%
G 239 of 488 ~ 48.98%
B 158 of 488 ~ 32.38%

%18.65
%48.98
%32.38

CMYK color model

#5BEF9E color CMYK value is (62,0,34,6).

  • cyan value is 61.92%
  • magenta value is 0.00%
  • yellow value is 33.89%
  • key color value is 6.27%
CMYK:
(62,0,34,6)
C62M0Y34K6 
(62%,0%,34%,6%)
(0.62/0.00/0.34/0.06)	

CMYK percentages

%61.92
%0
%33.89
%6.27

Codes

Color #5BEF9E in popluar color models

5BEF9E
RGB91239158
HSL147°82.22%64.71%
HSB/HSV147°61.92%93.73%
CMYK61.92%0.00%33.89%
6.27%

Color #5BEF9E in popluar number systems.

HEX5BEF9E
Decimal91239158
Binary10110111110111110011110
Octal133357236

Shades and tints

Shades of #5BEF9E

#5BEF9E
(91,239,158)
#53DA90
(83,218,144)
#4BC582
(75,197,130)
#43B074
(67,176,116)
#3B9B66
(59,155,102)
#338658
(51,134,88)
#2B714A
(43,113,74)
#235C3C
(35,92,60)
#1B472E
(27,71,46)
#133220
(19,50,32)
#0B1D12
(11,29,18)
#000000
(0,0,0)

Tints of #5BEF9E

#5BEF9E
(91,239,158)
#69F0A6
(105,240,166)
#77F1AE
(119,241,174)
#85F2B6
(133,242,182)
#93F3BE
(147,243,190)
#A1F4C6
(161,244,198)
#AFF5CE
(175,245,206)
#BDF6D6
(189,246,214)
#CBF7DE
(203,247,222)
#D9F8E6
(217,248,230)
#E7F9EE
(231,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BEF9E color. Also use rgb(91,239,158) instead hex code.

Text Font Color

.myTextColor { color: #5BEF9E; }

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

This text font color is #5BEF9E.


Background Color

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

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

This div background color is #5BEF9E.


Border color

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

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

This div border color is #5BEF9E.


Opacity

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

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

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

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

This text has shadow with #5BEF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BEF9E on black background.


Color preview on white background

This text has color #5BEF9E on white background.



Black color preview on #5BEF9E background

This text has black color on #5BEF9E background.


White color preview on #5BEF9E background

This text has white color on #5BEF9E background.