COLOR #5BE090

HEX: #5BE090
RGB: (91,224,144)

Color info

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

RGB color model

#5BE090 color RGB value is (91,224,144).

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

RGB channels and saturation

R 91 of 255 = 36%
G 224 of 255 = 88%
B 144 of 255 = 56%

91
224
144

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

Portions of RGB colors in percentages

R + G + B =
91 + 224 + 144 = 459 (100%)
R 91 of 459 ~ 19.83%
G 224 of 459 ~ 48.8%
B 144 of 459 ~ 31.37%

%19.83
%48.8
%31.37

CMYK color model

#5BE090 color CMYK value is (59,0,36,12).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 12.16%
CMYK:
(59,0,36,12)
C59M0Y36K12 
(59%,0%,36%,12%)
(0.59/0.00/0.36/0.12)	

CMYK percentages

%59.38
%0
%35.71
%12.16

Codes

Color #5BE090 in popluar color models

5BE090
RGB91224144
HSL144°68.21%61.76%
HSB/HSV144°59.38%87.84%
CMYK59.38%0.00%35.71%
12.16%

Color #5BE090 in popluar number systems.

HEX5BE090
Decimal91224144
Binary10110111110000010010000
Octal133340220

Shades and tints

Shades of #5BE090

#5BE090
(91,224,144)
#53CC83
(83,204,131)
#4BB876
(75,184,118)
#43A469
(67,164,105)
#3B905C
(59,144,92)
#337C4F
(51,124,79)
#2B6842
(43,104,66)
#235435
(35,84,53)
#1B4028
(27,64,40)
#132C1B
(19,44,27)
#0B180E
(11,24,14)
#000000
(0,0,0)

Tints of #5BE090

#5BE090
(91,224,144)
#69E29A
(105,226,154)
#77E4A4
(119,228,164)
#85E6AE
(133,230,174)
#93E8B8
(147,232,184)
#A1EAC2
(161,234,194)
#AFECCC
(175,236,204)
#BDEED6
(189,238,214)
#CBF0E0
(203,240,224)
#D9F2EA
(217,242,234)
#E7F4F4
(231,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BE090; }

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

This text font color is #5BE090.


Background Color

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

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

This div background color is #5BE090.


Border color

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

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

This div border color is #5BE090.


Opacity

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

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

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

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

This text has shadow with #5BE090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BE090 on black background.


Color preview on white background

This text has color #5BE090 on white background.



Black color preview on #5BE090 background

This text has black color on #5BE090 background.


White color preview on #5BE090 background

This text has white color on #5BE090 background.