COLOR #5FC877

HEX: #5FC877 RGB: (95,200,119)

Color info

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

RGB color model

#5FC877 color RGB value is (95,200,119).

RGB: (95,200,119) (37%, 78%, 47%)

RGB channels and saturation

R 95 of 255 = 37%
G 200 of 255 = 78%
B 119 of 255 = 47%

95
200
119

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

Portions of RGB colors in percentages

R + G + B = 95 + 200 + 119 = 414 (100%)
R 95 of 414 ~ 22.95%
G 200 of 414 ~ 48.31%
B 119 of 414 ~ 28.74'%

%22.95
%48.31
%28.74

CMYK color model

#5FC877 color CMYK value is (53,0,41,22).

  • cyan value is 52.50%
  • magenta value is 0.00%
  • yellow value is 40.50%
  • key color value is 21.57%
CMYK: (53,0,41,22) C53M0Y41K22 (53%,0%,41%,22%) (0.53/0.00/0.41/0.22) 

CMYK percentages

%52.5
%0
%40.5
%21.57

Codes

Color #5FC877 in popluar color models

5F C8 77
RGB 95 200 119
HSL 134° 48.84% 57.84%
HSB/HSV 134° 52.50% 78.43%
CMYK 52.50% 0.00% 40.50%
21.57%

Color #5FC877 in popluar number systems.

HEX 5F C8 77
Decimal 95 200 119
Binary 1011111 11001000 1110111
Octal 137 310 167

Shades and tints

Shades of #5FC877

#5FC877
(95,200,119)
#57B66D
(87,182,109)
#4FA463
(79,164,99)
#479259
(71,146,89)
#3F804F
(63,128,79)
#376E45
(55,110,69)
#2F5C3B
(47,92,59)
#274A31
(39,74,49)
#1F3827
(31,56,39)
#17261D
(23,38,29)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #5FC877

#5FC877
(95,200,119)
#6DCD83
(109,205,131)
#7BD28F
(123,210,143)
#89D79B
(137,215,155)
#97DCA7
(151,220,167)
#A5E1B3
(165,225,179)
#B3E6BF
(179,230,191)
#C1EBCB
(193,235,203)
#CFF0D7
(207,240,215)
#DDF5E3
(221,245,227)
#EBFAEF
(235,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FC877 color. Also use rgb(95,200,119) instead hex code.

Text Font Color

.myTextColor { color: #5FC877; }

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

This text font color is #5FC877.

Background Color

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

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

This div background color is #5FC877.

Border color

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

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

This div border color is #5FC877.

Opacity

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

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

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

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

This text has shadow with #5FC877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FC877.

Preview

Color preview on black background

This text has color #5FC877 on black background.


Color preview on white background

This text has color #5FC877 on white background.


Black color preview on #5FC877 background

This text has black color on #5FC877 background.


White color preview on #5FC877 background

This text has white color on #5FC877 background.


Related colors

Complementary color

Complementary color for #hex is #A03788.


I love getcolorcode.com

Triadic colors

1 #775FC8 and #C8775F with #5FC877 are triadic colors.

2 #77C85F and #C85F77 with #5FC877 are triadic colors.