COLOR #5BE597

HEX: #5BE597 RGB: (91,229,151)

Color info

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

RGB color model

#5BE597 color RGB value is (91,229,151).

RGB: (91,229,151) (36%, 90%, 59%)

RGB channels and saturation

R 91 of 255 = 36%
G 229 of 255 = 90%
B 151 of 255 = 59%

91
229
151

R + G + B ~ 62%. #5BE597 is quite light color.

Portions of RGB colors in percentages

R + G + B = 91 + 229 + 151 = 471 (100%)
R 91 of 471 ~ 19.32%
G 229 of 471 ~ 48.62%
B 151 of 471 ~ 32.06'%

%19.32
%48.62
%32.06

CMYK color model

#5BE597 color CMYK value is (60,0,34,10).

  • cyan value is 60.26%
  • magenta value is 0.00%
  • yellow value is 34.06%
  • key color value is 10.20%

CMYK: (60,0,34,10)
C60M0Y34K10 (60%, 0%, 34%, 10%)
(0.60 / 0.00 / 0.34 / 0.10)

CMYK percentages

%60.26
%0
%34.06
%10.2

Codes

Color #5BE597 in popluar color models

5B E5 97
RGB 91 229 151
HSL 146° 72.63% 62.75%
HSB/HSV 146° 60.26% 89.80%
CMYK 60.26% 0.00% 34.06%
10.20%

Color #5BE597 in popluar number systems.

HEX 5B E5 97
Decimal 91 229 151
Binary 1011011 11100101 10010111
Octal 133 345 227

Shades and tints

Shades of #5BE597

#5BE597
(91,229,151)
#53D18A
(83,209,138)
#4BBD7D
(75,189,125)
#43A970
(67,169,112)
#3B9563
(59,149,99)
#338156
(51,129,86)
#2B6D49
(43,109,73)
#23593C
(35,89,60)
#1B452F
(27,69,47)
#133122
(19,49,34)
#0B1D15
(11,29,21)
#000000
(0,0,0)

Tints of #5BE597

#5BE597
(91,229,151)
#69E7A0
(105,231,160)
#77E9A9
(119,233,169)
#85EBB2
(133,235,178)
#93EDBB
(147,237,187)
#A1EFC4
(161,239,196)
#AFF1CD
(175,241,205)
#BDF3D6
(189,243,214)
#CBF5DF
(203,245,223)
#D9F7E8
(217,247,232)
#E7F9F1
(231,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BE597 color. Also use rgb(91,229,151) instead hex code.

Text Font Color

.myTextColor { color: #5BE597; }

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

This text font color is #5BE597.

Background Color

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

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

This div background color is #5BE597.

Border color

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

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

This div border color is #5BE597.

Opacity

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

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

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

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

This text has shadow with #5BE597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BE597.

Preview

Color preview on black background

This text has color #5BE597 on black background.


Color preview on white background

This text has color #5BE597 on white background.


Black color preview on #5BE597 background

This text has black color on #5BE597 background.


White color preview on #5BE597 background

This text has white color on #5BE597 background.


Related colors

Complementary color

Complementary color for #hex is #A41A68.


I love getcolorcode.com

Triadic colors

1 #975BE5 and #E5975B with #5BE597 are triadic colors.

2 #97E55B and #E55B97 with #5BE597 are triadic colors.