COLOR #5FB680

HEX: #5FB680 RGB: (95,182,128)

Color info

#5FB680 contains mainly green and blue colors. Web safe color of #5FB680 is #66CC66 (or #6C6).

RGB color model

#5FB680 color RGB value is (95,182,128).

RGB: (95,182,128) (37%, 71%, 50%)

RGB channels and saturation

R 95 of 255 = 37%
G 182 of 255 = 71%
B 128 of 255 = 50%

95
182
128

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

Portions of RGB colors in percentages

R + G + B = 95 + 182 + 128 = 405 (100%)
R 95 of 405 ~ 23.46%
G 182 of 405 ~ 44.94%
B 128 of 405 ~ 31.6'%

%23.46
%44.94
%31.6

CMYK color model

#5FB680 color CMYK value is (48,0,30,29).

  • cyan value is 47.80%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 28.63%
CMYK: (48,0,30,29) C48M0Y30K29 (48%,0%,30%,29%) (0.48/0.00/0.30/0.29) 

CMYK percentages

%47.8
%0
%29.67
%28.63

Codes

Color #5FB680 in popluar color models

5F B6 80
RGB 95 182 128
HSL 143° 37.34% 54.31%
HSB/HSV 143° 47.80% 71.37%
CMYK 47.80% 0.00% 29.67%
28.63%

Color #5FB680 in popluar number systems.

HEX 5F B6 80
Decimal 95 182 128
Binary 1011111 10110110 10000000
Octal 137 266 200

Shades and tints

Shades of #5FB680

#5FB680
(95,182,128)
#57A675
(87,166,117)
#4F966A
(79,150,106)
#47865F
(71,134,95)
#3F7654
(63,118,84)
#376649
(55,102,73)
#2F563E
(47,86,62)
#274633
(39,70,51)
#1F3628
(31,54,40)
#17261D
(23,38,29)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #5FB680

#5FB680
(95,182,128)
#6DBC8B
(109,188,139)
#7BC296
(123,194,150)
#89C8A1
(137,200,161)
#97CEAC
(151,206,172)
#A5D4B7
(165,212,183)
#B3DAC2
(179,218,194)
#C1E0CD
(193,224,205)
#CFE6D8
(207,230,216)
#DDECE3
(221,236,227)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB680 color. Also use rgb(95,182,128) instead hex code.

Text Font Color

.myTextColor { color: #5FB680; }

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

This text font color is #5FB680.

Background Color

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

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

This div background color is #5FB680.

Border color

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

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

This div border color is #5FB680.

Opacity

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

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

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

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

This text has shadow with #5FB680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FB680.

Preview

Color preview on black background

This text has color #5FB680 on black background.


Color preview on white background

This text has color #5FB680 on white background.


Black color preview on #5FB680 background

This text has black color on #5FB680 background.


White color preview on #5FB680 background

This text has white color on #5FB680 background.


Related colors

Complementary color

Complementary color for #hex is #A0497F.


I love getcolorcode.com

Triadic colors

1 #805FB6 and #B6805F with #5FB680 are triadic colors.

2 #80B65F and #B65F80 with #5FB680 are triadic colors.