COLOR #5FC289

HEX: #5FC289
RGB: (95,194,137)

Color info

#5FC289 contains mainly green and blue colors. Web safe color of #5FC289 is #66CC99 (or #6C9).

RGB color model

#5FC289 color RGB value is (95,194,137).

  • red value is 95;
  • green value is 194;
  • blue value is 137.
RGB:
(95,194,137)
(37%,76%,54%)

RGB channels and saturation

R 95 of 255 = 37%
G 194 of 255 = 76%
B 137 of 255 = 54%

95
194
137

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

Portions of RGB colors in percentages

R + G + B =
95 + 194 + 137 = 426 (100%)
R 95 of 426 ~ 22.3%
G 194 of 426 ~ 45.54%
B 137 of 426 ~ 32.16%

%22.3
%45.54
%32.16

CMYK color model

#5FC289 color CMYK value is (51,0,29,24).

  • cyan value is 51.03%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 23.92%
CMYK:
(51,0,29,24)
C51M0Y29K24 
(51%,0%,29%,24%)
(0.51/0.00/0.29/0.24)	

CMYK percentages

%51.03
%0
%29.38
%23.92

Codes

Color #5FC289 in popluar color models

5FC289
RGB95194137
HSL145°44.80%56.67%
HSB/HSV145°51.03%76.08%
CMYK51.03%0.00%29.38%
23.92%

Color #5FC289 in popluar number systems.

HEX5FC289
Decimal95194137
Binary10111111100001010001001
Octal137302211

Shades and tints

Shades of #5FC289

#5FC289
(95,194,137)
#57B17D
(87,177,125)
#4FA071
(79,160,113)
#478F65
(71,143,101)
#3F7E59
(63,126,89)
#376D4D
(55,109,77)
#2F5C41
(47,92,65)
#274B35
(39,75,53)
#1F3A29
(31,58,41)
#17291D
(23,41,29)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #5FC289

#5FC289
(95,194,137)
#6DC793
(109,199,147)
#7BCC9D
(123,204,157)
#89D1A7
(137,209,167)
#97D6B1
(151,214,177)
#A5DBBB
(165,219,187)
#B3E0C5
(179,224,197)
#C1E5CF
(193,229,207)
#CFEAD9
(207,234,217)
#DDEFE3
(221,239,227)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FC289 color. Also use rgb(95,194,137) instead hex code.

Text Font Color

.myTextColor { color: #5FC289; }

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

This text font color is #5FC289.


Background Color

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

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

This div background color is #5FC289.


Border color

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

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

This div border color is #5FC289.


Opacity

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

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

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

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

This text has shadow with #5FC289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FC289 on black background.


Color preview on white background

This text has color #5FC289 on white background.



Black color preview on #5FC289 background

This text has black color on #5FC289 background.


White color preview on #5FC289 background

This text has white color on #5FC289 background.