COLOR #5DBF7F

HEX: #5DBF7F RGB: (93,191,127)

Color info

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

RGB color model

#5DBF7F color RGB value is (93,191,127).

RGB: (93,191,127) (36%, 75%, 50%)

RGB channels and saturation

R 93 of 255 = 36%
G 191 of 255 = 75%
B 127 of 255 = 50%

93
191
127

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

Portions of RGB colors in percentages

R + G + B = 93 + 191 + 127 = 411 (100%)
R 93 of 411 ~ 22.63%
G 191 of 411 ~ 46.47%
B 127 of 411 ~ 30.9'%

%22.63
%46.47
%30.9

CMYK color model

#5DBF7F color CMYK value is (51,0,34,25).

  • cyan value is 51.31%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 25.10%

CMYK: (51,0,34,25)
C51M0Y34K25 (51%, 0%, 34%, 25%)
(0.51 / 0.00 / 0.34 / 0.25)

CMYK percentages

%51.31
%0
%33.51
%25.1

Codes

Color #5DBF7F in popluar color models

5D BF 7F
RGB 93 191 127
HSL 141° 43.36% 55.69%
HSB/HSV 141° 51.31% 74.90%
CMYK 51.31% 0.00% 33.51%
25.10%

Color #5DBF7F in popluar number systems.

HEX 5D BF 7F
Decimal 93 191 127
Binary 1011101 10111111 1111111
Octal 135 277 177

Shades and tints

Shades of #5DBF7F

#5DBF7F
(93,191,127)
#55AE74
(85,174,116)
#4D9D69
(77,157,105)
#458C5E
(69,140,94)
#3D7B53
(61,123,83)
#356A48
(53,106,72)
#2D593D
(45,89,61)
#254832
(37,72,50)
#1D3727
(29,55,39)
#15261C
(21,38,28)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #5DBF7F

#5DBF7F
(93,191,127)
#6BC48A
(107,196,138)
#79C995
(121,201,149)
#87CEA0
(135,206,160)
#95D3AB
(149,211,171)
#A3D8B6
(163,216,182)
#B1DDC1
(177,221,193)
#BFE2CC
(191,226,204)
#CDE7D7
(205,231,215)
#DBECE2
(219,236,226)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DBF7F color. Also use rgb(93,191,127) instead hex code.

Text Font Color

.myTextColor { color: #5DBF7F; }

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

This text font color is #5DBF7F.

Background Color

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

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

This div background color is #5DBF7F.

Border color

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

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

This div border color is #5DBF7F.

Opacity

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

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

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

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

This text has shadow with #5DBF7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DBF7F.

Preview

Color preview on black background

This text has color #5DBF7F on black background.


Color preview on white background

This text has color #5DBF7F on white background.


Black color preview on #5DBF7F background

This text has black color on #5DBF7F background.


White color preview on #5DBF7F background

This text has white color on #5DBF7F background.


Related colors

Complementary color

Complementary color for #hex is #A24080.


I love getcolorcode.com

Triadic colors

1 #7F5DBF and #BF7F5D with #5DBF7F are triadic colors.

2 #7FBF5D and #BF5D7F with #5DBF7F are triadic colors.