COLOR #5FB775

HEX: #5FB775 RGB: (95,183,117)

Color info

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

RGB color model

#5FB775 color RGB value is (95,183,117).

RGB: (95,183,117) (37%, 72%, 46%)

RGB channels and saturation

R 95 of 255 = 37%
G 183 of 255 = 72%
B 117 of 255 = 46%

95
183
117

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

Portions of RGB colors in percentages

R + G + B = 95 + 183 + 117 = 395 (100%)
R 95 of 395 ~ 24.05%
G 183 of 395 ~ 46.33%
B 117 of 395 ~ 29.62'%

%24.05
%46.33
%29.62

CMYK color model

#5FB775 color CMYK value is (48,0,36,28).

  • cyan value is 48.09%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 28.24%

CMYK: (48,0,36,28)
C48M0Y36K28 (48%, 0%, 36%, 28%)
(0.48 / 0.00 / 0.36 / 0.28)

CMYK percentages

%48.09
%0
%36.07
%28.24

Codes

Color #5FB775 in popluar color models

5F B7 75
RGB 95 183 117
HSL 135° 37.93% 54.51%
HSB/HSV 135° 48.09% 71.76%
CMYK 48.09% 0.00% 36.07%
28.24%

Color #5FB775 in popluar number systems.

HEX 5F B7 75
Decimal 95 183 117
Binary 1011111 10110111 1110101
Octal 137 267 165

Shades and tints

Shades of #5FB775

#5FB775
(95,183,117)
#57A76B
(87,167,107)
#4F9761
(79,151,97)
#478757
(71,135,87)
#3F774D
(63,119,77)
#376743
(55,103,67)
#2F5739
(47,87,57)
#27472F
(39,71,47)
#1F3725
(31,55,37)
#17271B
(23,39,27)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #5FB775

#5FB775
(95,183,117)
#6DBD81
(109,189,129)
#7BC38D
(123,195,141)
#89C999
(137,201,153)
#97CFA5
(151,207,165)
#A5D5B1
(165,213,177)
#B3DBBD
(179,219,189)
#C1E1C9
(193,225,201)
#CFE7D5
(207,231,213)
#DDEDE1
(221,237,225)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB775 color. Also use rgb(95,183,117) instead hex code.

Text Font Color

.myTextColor { color: #5FB775; }

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

This text font color is #5FB775.

Background Color

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

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

This div background color is #5FB775.

Border color

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

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

This div border color is #5FB775.

Opacity

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

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

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

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

This text has shadow with #5FB775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FB775.

Preview

Color preview on black background

This text has color #5FB775 on black background.


Color preview on white background

This text has color #5FB775 on white background.


Black color preview on #5FB775 background

This text has black color on #5FB775 background.


White color preview on #5FB775 background

This text has white color on #5FB775 background.


Related colors

Complementary color

Complementary color for #hex is #A0488A.


I love getcolorcode.com

Triadic colors

1 #755FB7 and #B7755F with #5FB775 are triadic colors.

2 #75B75F and #B75F75 with #5FB775 are triadic colors.