COLOR #5DAF65

HEX: #5DAF65
RGB: (93,175,101)

Color info

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

RGB color model

#5DAF65 color RGB value is (93,175,101).

  • red value is 93;
  • green value is 175;
  • blue value is 101.
RGB:
(93,175,101)
(36%,69%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 175 of 255 = 69%
B 101 of 255 = 40%

93
175
101

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

Portions of RGB colors in percentages

R + G + B =
93 + 175 + 101 = 369 (100%)
R 93 of 369 ~ 25.2%
G 175 of 369 ~ 47.43%
B 101 of 369 ~ 27.37%

%25.2
%47.43
%27.37

CMYK color model

#5DAF65 color CMYK value is (47,0,42,31).

  • cyan value is 46.86%
  • magenta value is 0.00%
  • yellow value is 42.29%
  • key color value is 31.37%
CMYK:
(47,0,42,31)
C47M0Y42K31 
(47%,0%,42%,31%)
(0.47/0.00/0.42/0.31)	

CMYK percentages

%46.86
%0
%42.29
%31.37

Codes

Color #5DAF65 in popluar color models

5DAF65
RGB93175101
HSL126°33.88%52.55%
HSB/HSV126°46.86%68.63%
CMYK46.86%0.00%42.29%
31.37%

Color #5DAF65 in popluar number systems.

HEX5DAF65
Decimal93175101
Binary1011101101011111100101
Octal135257145

Shades and tints

Shades of #5DAF65

#5DAF65
(93,175,101)
#55A05C
(85,160,92)
#4D9153
(77,145,83)
#45824A
(69,130,74)
#3D7341
(61,115,65)
#356438
(53,100,56)
#2D552F
(45,85,47)
#254626
(37,70,38)
#1D371D
(29,55,29)
#152814
(21,40,20)
#0D190B
(13,25,11)
#000000
(0,0,0)

Tints of #5DAF65

#5DAF65
(93,175,101)
#6BB673
(107,182,115)
#79BD81
(121,189,129)
#87C48F
(135,196,143)
#95CB9D
(149,203,157)
#A3D2AB
(163,210,171)
#B1D9B9
(177,217,185)
#BFE0C7
(191,224,199)
#CDE7D5
(205,231,213)
#DBEEE3
(219,238,227)
#E9F5F1
(233,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DAF65; }

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

This text font color is #5DAF65.


Background Color

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

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

This div background color is #5DAF65.


Border color

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

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

This div border color is #5DAF65.


Opacity

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

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

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

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

This text has shadow with #5DAF65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAF65 on black background.


Color preview on white background

This text has color #5DAF65 on white background.



Black color preview on #5DAF65 background

This text has black color on #5DAF65 background.


White color preview on #5DAF65 background

This text has white color on #5DAF65 background.