COLOR #5BE073

HEX: #5BE073 RGB: (91,224,115)

Color info

#5BE073 contains mainly green color. Web safe color of #5BE073 is #66CC66 (or #6C6).

RGB color model

#5BE073 color RGB value is (91,224,115).

RGB: (91,224,115) (36%, 88%, 45%)

RGB channels and saturation

R 91 of 255 = 36%
G 224 of 255 = 88%
B 115 of 255 = 45%

91
224
115

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

Portions of RGB colors in percentages

R + G + B = 91 + 224 + 115 = 430 (100%)
R 91 of 430 ~ 21.16%
G 224 of 430 ~ 52.09%
B 115 of 430 ~ 26.74'%

%21.16
%52.09
%26.74

CMYK color model

#5BE073 color CMYK value is (59,0,49,12).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 48.66%
  • key color value is 12.16%
CMYK: (59,0,49,12) C59M0Y49K12 (59%,0%,49%,12%) (0.59/0.00/0.49/0.12) 

CMYK percentages

%59.38
%0
%48.66
%12.16

Codes

Color #5BE073 in popluar color models

5B E0 73
RGB 91 224 115
HSL 131° 68.21% 61.76%
HSB/HSV 131° 59.38% 87.84%
CMYK 59.38% 0.00% 48.66%
12.16%

Color #5BE073 in popluar number systems.

HEX 5B E0 73
Decimal 91 224 115
Binary 1011011 11100000 1110011
Octal 133 340 163

Shades and tints

Shades of #5BE073

#5BE073
(91,224,115)
#53CC69
(83,204,105)
#4BB85F
(75,184,95)
#43A455
(67,164,85)
#3B904B
(59,144,75)
#337C41
(51,124,65)
#2B6837
(43,104,55)
#23542D
(35,84,45)
#1B4023
(27,64,35)
#132C19
(19,44,25)
#0B180F
(11,24,15)
#000000
(0,0,0)

Tints of #5BE073

#5BE073
(91,224,115)
#69E27F
(105,226,127)
#77E48B
(119,228,139)
#85E697
(133,230,151)
#93E8A3
(147,232,163)
#A1EAAF
(161,234,175)
#AFECBB
(175,236,187)
#BDEEC7
(189,238,199)
#CBF0D3
(203,240,211)
#D9F2DF
(217,242,223)
#E7F4EB
(231,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BE073; }

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

This text font color is #5BE073.

Background Color

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

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

This div background color is #5BE073.

Border color

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

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

This div border color is #5BE073.

Opacity

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

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

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

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

This text has shadow with #5BE073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BE073.

Preview

Color preview on black background

This text has color #5BE073 on black background.


Color preview on white background

This text has color #5BE073 on white background.


Black color preview on #5BE073 background

This text has black color on #5BE073 background.


White color preview on #5BE073 background

This text has white color on #5BE073 background.


Related colors

Complementary color

Complementary color for #hex is #A41F8C.


I love getcolorcode.com

Triadic colors

1 #735BE0 and #E0735B with #5BE073 are triadic colors.

2 #73E05B and #E05B73 with #5BE073 are triadic colors.