COLOR #5DB15F

HEX: #5DB15F
RGB: (93,177,95)

Color info

#5DB15F contains mainly green color. Web safe color of #5DB15F is #669966 (or #696).

RGB color model

#5DB15F color RGB value is (93,177,95).

  • red value is 93;
  • green value is 177;
  • blue value is 95.
RGB:
(93,177,95)
(36%,69%,37%)

RGB channels and saturation

R 93 of 255 = 36%
G 177 of 255 = 69%
B 95 of 255 = 37%

93
177
95

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

Portions of RGB colors in percentages

R + G + B =
93 + 177 + 95 = 365 (100%)
R 93 of 365 ~ 25.48%
G 177 of 365 ~ 48.49%
B 95 of 365 ~ 26.03%

%25.48
%48.49
%26.03

CMYK color model

#5DB15F color CMYK value is (47,0,46,31).

  • cyan value is 47.46%
  • magenta value is 0.00%
  • yellow value is 46.33%
  • key color value is 30.59%
CMYK:
(47,0,46,31)
C47M0Y46K31 
(47%,0%,46%,31%)
(0.47/0.00/0.46/0.31)	

CMYK percentages

%47.46
%0
%46.33
%30.59

Codes

Color #5DB15F in popluar color models

5DB15F
RGB9317795
HSL121°35.00%52.94%
HSB/HSV121°47.46%69.41%
CMYK47.46%0.00%46.33%
30.59%

Color #5DB15F in popluar number systems.

HEX5DB15F
Decimal9317795
Binary1011101101100011011111
Octal135261137

Shades and tints

Shades of #5DB15F

#5DB15F
(93,177,95)
#55A157
(85,161,87)
#4D914F
(77,145,79)
#458147
(69,129,71)
#3D713F
(61,113,63)
#356137
(53,97,55)
#2D512F
(45,81,47)
#254127
(37,65,39)
#1D311F
(29,49,31)
#152117
(21,33,23)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #5DB15F

#5DB15F
(93,177,95)
#6BB86D
(107,184,109)
#79BF7B
(121,191,123)
#87C689
(135,198,137)
#95CD97
(149,205,151)
#A3D4A5
(163,212,165)
#B1DBB3
(177,219,179)
#BFE2C1
(191,226,193)
#CDE9CF
(205,233,207)
#DBF0DD
(219,240,221)
#E9F7EB
(233,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB15F color. Also use rgb(93,177,95) instead hex code.

Text Font Color

.myTextColor { color: #5DB15F; }

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

This text font color is #5DB15F.


Background Color

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

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

This div background color is #5DB15F.


Border color

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

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

This div border color is #5DB15F.


Opacity

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

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

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

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

This text has shadow with #5DB15F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB15F on black background.


Color preview on white background

This text has color #5DB15F on white background.



Black color preview on #5DB15F background

This text has black color on #5DB15F background.


White color preview on #5DB15F background

This text has white color on #5DB15F background.