COLOR #5FB141

HEX: #5FB141
RGB: (95,177,65)

Color info

#5FB141 contains mainly green color. Web safe color of #5FB141 is #669933 (or #693).

RGB color model

#5FB141 color RGB value is (95,177,65).

  • red value is 95;
  • green value is 177;
  • blue value is 65.
RGB:
(95,177,65)
(37%,69%,25%)

RGB channels and saturation

R 95 of 255 = 37%
G 177 of 255 = 69%
B 65 of 255 = 25%

95
177
65

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

Portions of RGB colors in percentages

R + G + B =
95 + 177 + 65 = 337 (100%)
R 95 of 337 ~ 28.19%
G 177 of 337 ~ 52.52%
B 65 of 337 ~ 19.29%

%28.19
%52.52
%19.29

CMYK color model

#5FB141 color CMYK value is (46,0,63,31).

  • cyan value is 46.33%
  • magenta value is 0.00%
  • yellow value is 63.28%
  • key color value is 30.59%
CMYK:
(46,0,63,31)
C46M0Y63K31 
(46%,0%,63%,31%)
(0.46/0.00/0.63/0.31)	

CMYK percentages

%46.33
%0
%63.28
%30.59

Codes

Color #5FB141 in popluar color models

5FB141
RGB9517765
HSL104°46.28%47.45%
HSB/HSV104°63.28%69.41%
CMYK46.33%0.00%63.28%
30.59%

Color #5FB141 in popluar number systems.

HEX5FB141
Decimal9517765
Binary1011111101100011000001
Octal137261101

Shades and tints

Shades of #5FB141

#5FB141
(95,177,65)
#57A13C
(87,161,60)
#4F9137
(79,145,55)
#478132
(71,129,50)
#3F712D
(63,113,45)
#376128
(55,97,40)
#2F5123
(47,81,35)
#27411E
(39,65,30)
#1F3119
(31,49,25)
#172114
(23,33,20)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #5FB141

#5FB141
(95,177,65)
#6DB852
(109,184,82)
#7BBF63
(123,191,99)
#89C674
(137,198,116)
#97CD85
(151,205,133)
#A5D496
(165,212,150)
#B3DBA7
(179,219,167)
#C1E2B8
(193,226,184)
#CFE9C9
(207,233,201)
#DDF0DA
(221,240,218)
#EBF7EB
(235,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB141 color. Also use rgb(95,177,65) instead hex code.

Text Font Color

.myTextColor { color: #5FB141; }

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

This text font color is #5FB141.


Background Color

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

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

This div background color is #5FB141.


Border color

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

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

This div border color is #5FB141.


Opacity

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

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

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

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

This text has shadow with #5FB141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB141 on black background.


Color preview on white background

This text has color #5FB141 on white background.



Black color preview on #5FB141 background

This text has black color on #5FB141 background.


White color preview on #5FB141 background

This text has white color on #5FB141 background.