COLOR #5FC46F

HEX: #5FC46F
RGB: (95,196,111)

Color info

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

RGB color model

#5FC46F color RGB value is (95,196,111).

  • red value is 95;
  • green value is 196;
  • blue value is 111.
RGB:
(95,196,111)
(37%,77%,44%)

RGB channels and saturation

R 95 of 255 = 37%
G 196 of 255 = 77%
B 111 of 255 = 44%

95
196
111

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

Portions of RGB colors in percentages

R + G + B =
95 + 196 + 111 = 402 (100%)
R 95 of 402 ~ 23.63%
G 196 of 402 ~ 48.76%
B 111 of 402 ~ 27.61%

%23.63
%48.76
%27.61

CMYK color model

#5FC46F color CMYK value is (52,0,43,23).

  • cyan value is 51.53%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 23.14%
CMYK:
(52,0,43,23)
C52M0Y43K23 
(52%,0%,43%,23%)
(0.52/0.00/0.43/0.23)	

CMYK percentages

%51.53
%0
%43.37
%23.14

Codes

Color #5FC46F in popluar color models

5FC46F
RGB95196111
HSL130°46.12%57.06%
HSB/HSV130°51.53%76.86%
CMYK51.53%0.00%43.37%
23.14%

Color #5FC46F in popluar number systems.

HEX5FC46F
Decimal95196111
Binary1011111110001001101111
Octal137304157

Shades and tints

Shades of #5FC46F

#5FC46F
(95,196,111)
#57B365
(87,179,101)
#4FA25B
(79,162,91)
#479151
(71,145,81)
#3F8047
(63,128,71)
#376F3D
(55,111,61)
#2F5E33
(47,94,51)
#274D29
(39,77,41)
#1F3C1F
(31,60,31)
#172B15
(23,43,21)
#0F1A0B
(15,26,11)
#000000
(0,0,0)

Tints of #5FC46F

#5FC46F
(95,196,111)
#6DC97C
(109,201,124)
#7BCE89
(123,206,137)
#89D396
(137,211,150)
#97D8A3
(151,216,163)
#A5DDB0
(165,221,176)
#B3E2BD
(179,226,189)
#C1E7CA
(193,231,202)
#CFECD7
(207,236,215)
#DDF1E4
(221,241,228)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FC46F color. Also use rgb(95,196,111) instead hex code.

Text Font Color

.myTextColor { color: #5FC46F; }

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

This text font color is #5FC46F.


Background Color

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

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

This div background color is #5FC46F.


Border color

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

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

This div border color is #5FC46F.


Opacity

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

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

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

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

This text has shadow with #5FC46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FC46F on black background.


Color preview on white background

This text has color #5FC46F on white background.



Black color preview on #5FC46F background

This text has black color on #5FC46F background.


White color preview on #5FC46F background

This text has white color on #5FC46F background.