COLOR #5DAF5B

HEX: #5DAF5B RGB: (93,175,91)

Color info

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

RGB color model

#5DAF5B color RGB value is (93,175,91).

RGB: (93,175,91) (36%, 69%, 36%)

RGB channels and saturation

R 93 of 255 = 36%
G 175 of 255 = 69%
B 91 of 255 = 36%

93
175
91

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

Portions of RGB colors in percentages

R + G + B = 93 + 175 + 91 = 359 (100%)
R 93 of 359 ~ 25.91%
G 175 of 359 ~ 48.75%
B 91 of 359 ~ 25.35'%

%25.91
%48.75
%25.35

CMYK color model

#5DAF5B color CMYK value is (47,0,48,31).

  • cyan value is 46.86%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 31.37%
CMYK: (47,0,48,31) C47M0Y48K31 (47%,0%,48%,31%) (0.47/0.00/0.48/0.31) 

CMYK percentages

%46.86
%0
%48
%31.37

Codes

Color #5DAF5B in popluar color models

5D AF 5B
RGB 93 175 91
HSL 119° 34.43% 52.16%
HSB/HSV 119° 48.00% 68.63%
CMYK 46.86% 0.00% 48.00%
31.37%

Color #5DAF5B in popluar number systems.

HEX 5D AF 5B
Decimal 93 175 91
Binary 1011101 10101111 1011011
Octal 135 257 133

Shades and tints

Shades of #5DAF5B

#5DAF5B
(93,175,91)
#55A053
(85,160,83)
#4D914B
(77,145,75)
#458243
(69,130,67)
#3D733B
(61,115,59)
#356433
(53,100,51)
#2D552B
(45,85,43)
#254623
(37,70,35)
#1D371B
(29,55,27)
#152813
(21,40,19)
#0D190B
(13,25,11)
#000000
(0,0,0)

Tints of #5DAF5B

#5DAF5B
(93,175,91)
#6BB669
(107,182,105)
#79BD77
(121,189,119)
#87C485
(135,196,133)
#95CB93
(149,203,147)
#A3D2A1
(163,210,161)
#B1D9AF
(177,217,175)
#BFE0BD
(191,224,189)
#CDE7CB
(205,231,203)
#DBEED9
(219,238,217)
#E9F5E7
(233,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAF5B color. Also use rgb(93,175,91) instead hex code.

Text Font Color

.myTextColor { color: #5DAF5B; }

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

This text font color is #5DAF5B.

Background Color

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

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

This div background color is #5DAF5B.

Border color

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

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

This div border color is #5DAF5B.

Opacity

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

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

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

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

This text has shadow with #5DAF5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DAF5B.

Preview

Color preview on black background

This text has color #5DAF5B on black background.


Color preview on white background

This text has color #5DAF5B on white background.


Black color preview on #5DAF5B background

This text has black color on #5DAF5B background.


White color preview on #5DAF5B background

This text has white color on #5DAF5B background.


Related colors

Complementary color

Complementary color for #hex is #A250A4.


I love getcolorcode.com

Triadic colors

1 #5B5DAF and #AF5B5D with #5DAF5B are triadic colors.

2 #5BAF5D and #AF5D5B with #5DAF5B are triadic colors.