COLOR #5DA76F

HEX: #5DA76F RGB: (93,167,111)

Color info

#5DA76F contains mainly green and blue colors. Web safe color of #5DA76F is #669966 (or #696).

RGB color model

#5DA76F color RGB value is (93,167,111).

RGB: (93,167,111) (36%, 65%, 44%)

RGB channels and saturation

R 93 of 255 = 36%
G 167 of 255 = 65%
B 111 of 255 = 44%

93
167
111

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

Portions of RGB colors in percentages

R + G + B = 93 + 167 + 111 = 371 (100%)
R 93 of 371 ~ 25.07%
G 167 of 371 ~ 45.01%
B 111 of 371 ~ 29.92'%

%25.07
%45.01
%29.92

CMYK color model

#5DA76F color CMYK value is (44,0,34,35).

  • cyan value is 44.31%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 34.51%

CMYK: (44,0,34,35)
C44M0Y34K35 (44%, 0%, 34%, 35%)
(0.44 / 0.00 / 0.34 / 0.35)

CMYK percentages

%44.31
%0
%33.53
%34.51

Codes

Color #5DA76F in popluar color models

5D A7 6F
RGB 93 167 111
HSL 135° 29.60% 50.98%
HSB/HSV 135° 44.31% 65.49%
CMYK 44.31% 0.00% 33.53%
34.51%

Color #5DA76F in popluar number systems.

HEX 5D A7 6F
Decimal 93 167 111
Binary 1011101 10100111 1101111
Octal 135 247 157

Shades and tints

Shades of #5DA76F

#5DA76F
(93,167,111)
#559865
(85,152,101)
#4D895B
(77,137,91)
#457A51
(69,122,81)
#3D6B47
(61,107,71)
#355C3D
(53,92,61)
#2D4D33
(45,77,51)
#253E29
(37,62,41)
#1D2F1F
(29,47,31)
#152015
(21,32,21)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #5DA76F

#5DA76F
(93,167,111)
#6BAF7C
(107,175,124)
#79B789
(121,183,137)
#87BF96
(135,191,150)
#95C7A3
(149,199,163)
#A3CFB0
(163,207,176)
#B1D7BD
(177,215,189)
#BFDFCA
(191,223,202)
#CDE7D7
(205,231,215)
#DBEFE4
(219,239,228)
#E9F7F1
(233,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA76F color. Also use rgb(93,167,111) instead hex code.

Text Font Color

.myTextColor { color: #5DA76F; }

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

This text font color is #5DA76F.

Background Color

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

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

This div background color is #5DA76F.

Border color

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

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

This div border color is #5DA76F.

Opacity

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

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

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

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

This text has shadow with #5DA76F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DA76F.

Preview

Color preview on black background

This text has color #5DA76F on black background.


Color preview on white background

This text has color #5DA76F on white background.


Black color preview on #5DA76F background

This text has black color on #5DA76F background.


White color preview on #5DA76F background

This text has white color on #5DA76F background.


Related colors

Complementary color

Complementary color for #hex is #A25890.


I love getcolorcode.com

Triadic colors

1 #6F5DA7 and #A76F5D with #5DA76F are triadic colors.

2 #6FA75D and #A75D6F with #5DA76F are triadic colors.