COLOR #5FCC86

HEX: #5FCC86 RGB: (95,204,134)

Color info

#5FCC86 contains mainly green color. Web safe color of #5FCC86 is #66CC99 (or #6C9).

RGB color model

#5FCC86 color RGB value is (95,204,134).

RGB: (95,204,134) (37%, 80%, 53%)

RGB channels and saturation

R 95 of 255 = 37%
G 204 of 255 = 80%
B 134 of 255 = 53%

95
204
134

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

Portions of RGB colors in percentages

R + G + B = 95 + 204 + 134 = 433 (100%)
R 95 of 433 ~ 21.94%
G 204 of 433 ~ 47.11%
B 134 of 433 ~ 30.95'%

%21.94
%47.11
%30.95

CMYK color model

#5FCC86 color CMYK value is (53,0,34,20).

  • cyan value is 53.43%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 20.00%

CMYK: (53,0,34,20)
C53M0Y34K20 (53%, 0%, 34%, 20%)
(0.53 / 0.00 / 0.34 / 0.20)

CMYK percentages

%53.43
%0
%34.31
%20

Codes

Color #5FCC86 in popluar color models

5F CC 86
RGB 95 204 134
HSL 141° 51.66% 58.63%
HSB/HSV 141° 53.43% 80.00%
CMYK 53.43% 0.00% 34.31%
20.00%

Color #5FCC86 in popluar number systems.

HEX 5F CC 86
Decimal 95 204 134
Binary 1011111 11001100 10000110
Octal 137 314 206

Shades and tints

Shades of #5FCC86

#5FCC86
(95,204,134)
#57BA7A
(87,186,122)
#4FA86E
(79,168,110)
#479662
(71,150,98)
#3F8456
(63,132,86)
#37724A
(55,114,74)
#2F603E
(47,96,62)
#274E32
(39,78,50)
#1F3C26
(31,60,38)
#172A1A
(23,42,26)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #5FCC86

#5FCC86
(95,204,134)
#6DD091
(109,208,145)
#7BD49C
(123,212,156)
#89D8A7
(137,216,167)
#97DCB2
(151,220,178)
#A5E0BD
(165,224,189)
#B3E4C8
(179,228,200)
#C1E8D3
(193,232,211)
#CFECDE
(207,236,222)
#DDF0E9
(221,240,233)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FCC86 color. Also use rgb(95,204,134) instead hex code.

Text Font Color

.myTextColor { color: #5FCC86; }

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

This text font color is #5FCC86.

Background Color

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

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

This div background color is #5FCC86.

Border color

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

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

This div border color is #5FCC86.

Opacity

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

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

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

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

This text has shadow with #5FCC86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FCC86.

Preview

Color preview on black background

This text has color #5FCC86 on black background.


Color preview on white background

This text has color #5FCC86 on white background.


Black color preview on #5FCC86 background

This text has black color on #5FCC86 background.


White color preview on #5FCC86 background

This text has white color on #5FCC86 background.


Related colors

Complementary color

Complementary color for #hex is #A03379.


I love getcolorcode.com

Triadic colors

1 #865FCC and #CC865F with #5FCC86 are triadic colors.

2 #86CC5F and #CC5F86 with #5FCC86 are triadic colors.