COLOR #5FBF88

HEX: #5FBF88 RGB: (95,191,136)

Color info

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

RGB color model

#5FBF88 color RGB value is (95,191,136).

RGB: (95,191,136) (37%, 75%, 53%)

RGB channels and saturation

R 95 of 255 = 37%
G 191 of 255 = 75%
B 136 of 255 = 53%

95
191
136

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

Portions of RGB colors in percentages

R + G + B = 95 + 191 + 136 = 422 (100%)
R 95 of 422 ~ 22.51%
G 191 of 422 ~ 45.26%
B 136 of 422 ~ 32.23'%

%22.51
%45.26
%32.23

CMYK color model

#5FBF88 color CMYK value is (50,0,29,25).

  • cyan value is 50.26%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 25.10%

CMYK: (50,0,29,25)
C50M0Y29K25 (50%, 0%, 29%, 25%)
(0.50 / 0.00 / 0.29 / 0.25)

CMYK percentages

%50.26
%0
%28.8
%25.1

Codes

Color #5FBF88 in popluar color models

5F BF 88
RGB 95 191 136
HSL 146° 42.86% 56.08%
HSB/HSV 146° 50.26% 74.90%
CMYK 50.26% 0.00% 28.80%
25.10%

Color #5FBF88 in popluar number systems.

HEX 5F BF 88
Decimal 95 191 136
Binary 1011111 10111111 10001000
Octal 137 277 210

Shades and tints

Shades of #5FBF88

#5FBF88
(95,191,136)
#57AE7C
(87,174,124)
#4F9D70
(79,157,112)
#478C64
(71,140,100)
#3F7B58
(63,123,88)
#376A4C
(55,106,76)
#2F5940
(47,89,64)
#274834
(39,72,52)
#1F3728
(31,55,40)
#17261C
(23,38,28)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #5FBF88

#5FBF88
(95,191,136)
#6DC492
(109,196,146)
#7BC99C
(123,201,156)
#89CEA6
(137,206,166)
#97D3B0
(151,211,176)
#A5D8BA
(165,216,186)
#B3DDC4
(179,221,196)
#C1E2CE
(193,226,206)
#CFE7D8
(207,231,216)
#DDECE2
(221,236,226)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FBF88 color. Also use rgb(95,191,136) instead hex code.

Text Font Color

.myTextColor { color: #5FBF88; }

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

This text font color is #5FBF88.

Background Color

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

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

This div background color is #5FBF88.

Border color

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

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

This div border color is #5FBF88.

Opacity

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

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

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

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

This text has shadow with #5FBF88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FBF88.

Preview

Color preview on black background

This text has color #5FBF88 on black background.


Color preview on white background

This text has color #5FBF88 on white background.


Black color preview on #5FBF88 background

This text has black color on #5FBF88 background.


White color preview on #5FBF88 background

This text has white color on #5FBF88 background.


Related colors

Complementary color

Complementary color for #hex is #A04077.


I love getcolorcode.com

Triadic colors

1 #885FBF and #BF885F with #5FBF88 are triadic colors.

2 #88BF5F and #BF5F88 with #5FBF88 are triadic colors.