COLOR #5BE085

HEX: #5BE085
RGB: (91,224,133)

Color info

#5BE085 contains mainly green color. Web safe color of #5BE085 is #66CC99 (or #6C9).

RGB color model

#5BE085 color RGB value is (91,224,133).

  • red value is 91;
  • green value is 224;
  • blue value is 133.
RGB:
(91,224,133)
(36%,88%,52%)

RGB channels and saturation

R 91 of 255 = 36%
G 224 of 255 = 88%
B 133 of 255 = 52%

91
224
133

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

Portions of RGB colors in percentages

R + G + B =
91 + 224 + 133 = 448 (100%)
R 91 of 448 ~ 20.31%
G 224 of 448 ~ 50%
B 133 of 448 ~ 29.69%

%20.31
%50
%29.69

CMYK color model

#5BE085 color CMYK value is (59,0,41,12).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 12.16%
CMYK:
(59,0,41,12)
C59M0Y41K12 
(59%,0%,41%,12%)
(0.59/0.00/0.41/0.12)	

CMYK percentages

%59.38
%0
%40.63
%12.16

Codes

Color #5BE085 in popluar color models

5BE085
RGB91224133
HSL139°68.21%61.76%
HSB/HSV139°59.38%87.84%
CMYK59.38%0.00%40.63%
12.16%

Color #5BE085 in popluar number systems.

HEX5BE085
Decimal91224133
Binary10110111110000010000101
Octal133340205

Shades and tints

Shades of #5BE085

#5BE085
(91,224,133)
#53CC79
(83,204,121)
#4BB86D
(75,184,109)
#43A461
(67,164,97)
#3B9055
(59,144,85)
#337C49
(51,124,73)
#2B683D
(43,104,61)
#235431
(35,84,49)
#1B4025
(27,64,37)
#132C19
(19,44,25)
#0B180D
(11,24,13)
#000000
(0,0,0)

Tints of #5BE085

#5BE085
(91,224,133)
#69E290
(105,226,144)
#77E49B
(119,228,155)
#85E6A6
(133,230,166)
#93E8B1
(147,232,177)
#A1EABC
(161,234,188)
#AFECC7
(175,236,199)
#BDEED2
(189,238,210)
#CBF0DD
(203,240,221)
#D9F2E8
(217,242,232)
#E7F4F3
(231,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BE085 color. Also use rgb(91,224,133) instead hex code.

Text Font Color

.myTextColor { color: #5BE085; }

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

This text font color is #5BE085.


Background Color

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

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

This div background color is #5BE085.


Border color

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

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

This div border color is #5BE085.


Opacity

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

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

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

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

This text has shadow with #5BE085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BE085 on black background.


Color preview on white background

This text has color #5BE085 on white background.



Black color preview on #5BE085 background

This text has black color on #5BE085 background.


White color preview on #5BE085 background

This text has white color on #5BE085 background.