COLOR #5BC273

HEX: #5BC273
RGB: (91,194,115)

Color info

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

RGB color model

#5BC273 color RGB value is (91,194,115).

  • red value is 91;
  • green value is 194;
  • blue value is 115.
RGB:
(91,194,115)
(36%,76%,45%)

RGB channels and saturation

R 91 of 255 = 36%
G 194 of 255 = 76%
B 115 of 255 = 45%

91
194
115

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

Portions of RGB colors in percentages

R + G + B =
91 + 194 + 115 = 400 (100%)
R 91 of 400 ~ 22.75%
G 194 of 400 ~ 48.5%
B 115 of 400 ~ 28.75%

%22.75
%48.5
%28.75

CMYK color model

#5BC273 color CMYK value is (53,0,41,24).

  • cyan value is 53.09%
  • magenta value is 0.00%
  • yellow value is 40.72%
  • key color value is 23.92%
CMYK:
(53,0,41,24)
C53M0Y41K24 
(53%,0%,41%,24%)
(0.53/0.00/0.41/0.24)	

CMYK percentages

%53.09
%0
%40.72
%23.92

Codes

Color #5BC273 in popluar color models

5BC273
RGB91194115
HSL134°45.78%55.88%
HSB/HSV134°53.09%76.08%
CMYK53.09%0.00%40.72%
23.92%

Color #5BC273 in popluar number systems.

HEX5BC273
Decimal91194115
Binary1011011110000101110011
Octal133302163

Shades and tints

Shades of #5BC273

#5BC273
(91,194,115)
#53B169
(83,177,105)
#4BA05F
(75,160,95)
#438F55
(67,143,85)
#3B7E4B
(59,126,75)
#336D41
(51,109,65)
#2B5C37
(43,92,55)
#234B2D
(35,75,45)
#1B3A23
(27,58,35)
#132919
(19,41,25)
#0B180F
(11,24,15)
#000000
(0,0,0)

Tints of #5BC273

#5BC273
(91,194,115)
#69C77F
(105,199,127)
#77CC8B
(119,204,139)
#85D197
(133,209,151)
#93D6A3
(147,214,163)
#A1DBAF
(161,219,175)
#AFE0BB
(175,224,187)
#BDE5C7
(189,229,199)
#CBEAD3
(203,234,211)
#D9EFDF
(217,239,223)
#E7F4EB
(231,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BC273; }

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

This text font color is #5BC273.


Background Color

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

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

This div background color is #5BC273.


Border color

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

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

This div border color is #5BC273.


Opacity

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

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

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

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

This text has shadow with #5BC273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BC273 on black background.


Color preview on white background

This text has color #5BC273 on white background.



Black color preview on #5BC273 background

This text has black color on #5BC273 background.


White color preview on #5BC273 background

This text has white color on #5BC273 background.