COLOR #5BC562

HEX: #5BC562
RGB: (91,197,98)

Color info

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

RGB color model

#5BC562 color RGB value is (91,197,98).

  • red value is 91;
  • green value is 197;
  • blue value is 98.
RGB:
(91,197,98)
(36%,77%,38%)

RGB channels and saturation

R 91 of 255 = 36%
G 197 of 255 = 77%
B 98 of 255 = 38%

91
197
98

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

Portions of RGB colors in percentages

R + G + B =
91 + 197 + 98 = 386 (100%)
R 91 of 386 ~ 23.58%
G 197 of 386 ~ 51.04%
B 98 of 386 ~ 25.39%

%23.58
%51.04
%25.39

CMYK color model

#5BC562 color CMYK value is (54,0,50,23).

  • cyan value is 53.81%
  • magenta value is 0.00%
  • yellow value is 50.25%
  • key color value is 22.75%
CMYK:
(54,0,50,23)
C54M0Y50K23 
(54%,0%,50%,23%)
(0.54/0.00/0.50/0.23)	

CMYK percentages

%53.81
%0
%50.25
%22.75

Codes

Color #5BC562 in popluar color models

5BC562
RGB9119798
HSL124°47.75%56.47%
HSB/HSV124°53.81%77.25%
CMYK53.81%0.00%50.25%
22.75%

Color #5BC562 in popluar number systems.

HEX5BC562
Decimal9119798
Binary1011011110001011100010
Octal133305142

Shades and tints

Shades of #5BC562

#5BC562
(91,197,98)
#53B45A
(83,180,90)
#4BA352
(75,163,82)
#43924A
(67,146,74)
#3B8142
(59,129,66)
#33703A
(51,112,58)
#2B5F32
(43,95,50)
#234E2A
(35,78,42)
#1B3D22
(27,61,34)
#132C1A
(19,44,26)
#0B1B12
(11,27,18)
#000000
(0,0,0)

Tints of #5BC562

#5BC562
(91,197,98)
#69CA70
(105,202,112)
#77CF7E
(119,207,126)
#85D48C
(133,212,140)
#93D99A
(147,217,154)
#A1DEA8
(161,222,168)
#AFE3B6
(175,227,182)
#BDE8C4
(189,232,196)
#CBEDD2
(203,237,210)
#D9F2E0
(217,242,224)
#E7F7EE
(231,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BC562 color. Also use rgb(91,197,98) instead hex code.

Text Font Color

.myTextColor { color: #5BC562; }

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

This text font color is #5BC562.


Background Color

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

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

This div background color is #5BC562.


Border color

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

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

This div border color is #5BC562.


Opacity

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

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

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

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

This text has shadow with #5BC562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BC562 on black background.


Color preview on white background

This text has color #5BC562 on white background.



Black color preview on #5BC562 background

This text has black color on #5BC562 background.


White color preview on #5BC562 background

This text has white color on #5BC562 background.