COLOR #5BE774

HEX: #5BE774
RGB: (91,231,116)

Color info

#5BE774 contains mainly green color. Web safe color of #5BE774 is #66FF66 (or #6F6).

RGB color model

#5BE774 color RGB value is (91,231,116).

  • red value is 91;
  • green value is 231;
  • blue value is 116.
RGB:
(91,231,116)
(36%,91%,45%)

RGB channels and saturation

R 91 of 255 = 36%
G 231 of 255 = 91%
B 116 of 255 = 45%

91
231
116

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

Portions of RGB colors in percentages

R + G + B =
91 + 231 + 116 = 438 (100%)
R 91 of 438 ~ 20.78%
G 231 of 438 ~ 52.74%
B 116 of 438 ~ 26.48%

%20.78
%52.74
%26.48

CMYK color model

#5BE774 color CMYK value is (61,0,50,9).

  • cyan value is 60.61%
  • magenta value is 0.00%
  • yellow value is 49.78%
  • key color value is 9.41%
CMYK:
(61,0,50,9)
C61M0Y50K9 
(61%,0%,50%,9%)
(0.61/0.00/0.50/0.09)	

CMYK percentages

%60.61
%0
%49.78
%9.41

Codes

Color #5BE774 in popluar color models

5BE774
RGB91231116
HSL131°74.47%63.14%
HSB/HSV131°60.61%90.59%
CMYK60.61%0.00%49.78%
9.41%

Color #5BE774 in popluar number systems.

HEX5BE774
Decimal91231116
Binary1011011111001111110100
Octal133347164

Shades and tints

Shades of #5BE774

#5BE774
(91,231,116)
#53D26A
(83,210,106)
#4BBD60
(75,189,96)
#43A856
(67,168,86)
#3B934C
(59,147,76)
#337E42
(51,126,66)
#2B6938
(43,105,56)
#23542E
(35,84,46)
#1B3F24
(27,63,36)
#132A1A
(19,42,26)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #5BE774

#5BE774
(91,231,116)
#69E980
(105,233,128)
#77EB8C
(119,235,140)
#85ED98
(133,237,152)
#93EFA4
(147,239,164)
#A1F1B0
(161,241,176)
#AFF3BC
(175,243,188)
#BDF5C8
(189,245,200)
#CBF7D4
(203,247,212)
#D9F9E0
(217,249,224)
#E7FBEC
(231,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BE774 color. Also use rgb(91,231,116) instead hex code.

Text Font Color

.myTextColor { color: #5BE774; }

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

This text font color is #5BE774.


Background Color

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

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

This div background color is #5BE774.


Border color

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

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

This div border color is #5BE774.


Opacity

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

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

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

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

This text has shadow with #5BE774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BE774 on black background.


Color preview on white background

This text has color #5BE774 on white background.



Black color preview on #5BE774 background

This text has black color on #5BE774 background.


White color preview on #5BE774 background

This text has white color on #5BE774 background.