COLOR #5BC55F

HEX: #5BC55F RGB: (91,197,95)

Color info

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

RGB color model

#5BC55F color RGB value is (91,197,95).

RGB: (91,197,95) (36%, 77%, 37%)

RGB channels and saturation

R 91 of 255 = 36%
G 197 of 255 = 77%
B 95 of 255 = 37%

91
197
95

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

Portions of RGB colors in percentages

R + G + B = 91 + 197 + 95 = 383 (100%)
R 91 of 383 ~ 23.76%
G 197 of 383 ~ 51.44%
B 95 of 383 ~ 24.8'%

%23.76
%51.44
%24.8

CMYK color model

#5BC55F color CMYK value is (54,0,52,23).

  • cyan value is 53.81%
  • magenta value is 0.00%
  • yellow value is 51.78%
  • key color value is 22.75%

CMYK: (54,0,52,23)
C54M0Y52K23 (54%, 0%, 52%, 23%)
(0.54 / 0.00 / 0.52 / 0.23)

CMYK percentages

%53.81
%0
%51.78
%22.75

Codes

Color #5BC55F in popluar color models

5B C5 5F
RGB 91 197 95
HSL 122° 47.75% 56.47%
HSB/HSV 122° 53.81% 77.25%
CMYK 53.81% 0.00% 51.78%
22.75%

Color #5BC55F in popluar number systems.

HEX 5B C5 5F
Decimal 91 197 95
Binary 1011011 11000101 1011111
Octal 133 305 137

Shades and tints

Shades of #5BC55F

#5BC55F
(91,197,95)
#53B457
(83,180,87)
#4BA34F
(75,163,79)
#439247
(67,146,71)
#3B813F
(59,129,63)
#337037
(51,112,55)
#2B5F2F
(43,95,47)
#234E27
(35,78,39)
#1B3D1F
(27,61,31)
#132C17
(19,44,23)
#0B1B0F
(11,27,15)
#000000
(0,0,0)

Tints of #5BC55F

#5BC55F
(91,197,95)
#69CA6D
(105,202,109)
#77CF7B
(119,207,123)
#85D489
(133,212,137)
#93D997
(147,217,151)
#A1DEA5
(161,222,165)
#AFE3B3
(175,227,179)
#BDE8C1
(189,232,193)
#CBEDCF
(203,237,207)
#D9F2DD
(217,242,221)
#E7F7EB
(231,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BC55F; }

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

This text font color is #5BC55F.

Background Color

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

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

This div background color is #5BC55F.

Border color

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

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

This div border color is #5BC55F.

Opacity

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

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

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

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

This text has shadow with #5BC55F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BC55F.

Preview

Color preview on black background

This text has color #5BC55F on black background.


Color preview on white background

This text has color #5BC55F on white background.


Black color preview on #5BC55F background

This text has black color on #5BC55F background.


White color preview on #5BC55F background

This text has white color on #5BC55F background.


Related colors

Complementary color

Complementary color for #hex is #A43AA0.


I love getcolorcode.com

Triadic colors

1 #5F5BC5 and #C55F5B with #5BC55F are triadic colors.

2 #5FC55B and #C55B5F with #5BC55F are triadic colors.