COLOR #5FBE7D

HEX: #5FBE7D RGB: (95,190,125)

Color info

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

RGB color model

#5FBE7D color RGB value is (95,190,125).

RGB: (95,190,125) (37%, 75%, 49%)

RGB channels and saturation

R 95 of 255 = 37%
G 190 of 255 = 75%
B 125 of 255 = 49%

95
190
125

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

Portions of RGB colors in percentages

R + G + B = 95 + 190 + 125 = 410 (100%)
R 95 of 410 ~ 23.17%
G 190 of 410 ~ 46.34%
B 125 of 410 ~ 30.49'%

%23.17
%46.34
%30.49

CMYK color model

#5FBE7D color CMYK value is (50,0,34,25).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 25.49%

CMYK: (50,0,34,25)
C50M0Y34K25 (50%, 0%, 34%, 25%)
(0.50 / 0.00 / 0.34 / 0.25)

CMYK percentages

%50
%0
%34.21
%25.49

Codes

Color #5FBE7D in popluar color models

5F BE 7D
RGB 95 190 125
HSL 139° 42.22% 55.88%
HSB/HSV 139° 50.00% 74.51%
CMYK 50.00% 0.00% 34.21%
25.49%

Color #5FBE7D in popluar number systems.

HEX 5F BE 7D
Decimal 95 190 125
Binary 1011111 10111110 1111101
Octal 137 276 175

Shades and tints

Shades of #5FBE7D

#5FBE7D
(95,190,125)
#57AD72
(87,173,114)
#4F9C67
(79,156,103)
#478B5C
(71,139,92)
#3F7A51
(63,122,81)
#376946
(55,105,70)
#2F583B
(47,88,59)
#274730
(39,71,48)
#1F3625
(31,54,37)
#17251A
(23,37,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #5FBE7D

#5FBE7D
(95,190,125)
#6DC388
(109,195,136)
#7BC893
(123,200,147)
#89CD9E
(137,205,158)
#97D2A9
(151,210,169)
#A5D7B4
(165,215,180)
#B3DCBF
(179,220,191)
#C1E1CA
(193,225,202)
#CFE6D5
(207,230,213)
#DDEBE0
(221,235,224)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FBE7D color. Also use rgb(95,190,125) instead hex code.

Text Font Color

.myTextColor { color: #5FBE7D; }

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

This text font color is #5FBE7D.

Background Color

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

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

This div background color is #5FBE7D.

Border color

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

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

This div border color is #5FBE7D.

Opacity

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

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

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

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

This text has shadow with #5FBE7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FBE7D.

Preview

Color preview on black background

This text has color #5FBE7D on black background.


Color preview on white background

This text has color #5FBE7D on white background.


Black color preview on #5FBE7D background

This text has black color on #5FBE7D background.


White color preview on #5FBE7D background

This text has white color on #5FBE7D background.


Related colors

Complementary color

Complementary color for #hex is #A04182.


I love getcolorcode.com

Triadic colors

1 #7D5FBE and #BE7D5F with #5FBE7D are triadic colors.

2 #7DBE5F and #BE5F7D with #5FBE7D are triadic colors.