COLOR #5FA85D

HEX: #5FA85D RGB: (95,168,93)

Color info

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

RGB color model

#5FA85D color RGB value is (95,168,93).

RGB: (95,168,93) (37%, 66%, 36%)

RGB channels and saturation

R 95 of 255 = 37%
G 168 of 255 = 66%
B 93 of 255 = 36%

95
168
93

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

Portions of RGB colors in percentages

R + G + B = 95 + 168 + 93 = 356 (100%)
R 95 of 356 ~ 26.69%
G 168 of 356 ~ 47.19%
B 93 of 356 ~ 26.12'%

%26.69
%47.19
%26.12

CMYK color model

#5FA85D color CMYK value is (43,0,45,34).

  • cyan value is 43.45%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 34.12%

CMYK: (43,0,45,34)
C43M0Y45K34 (43%, 0%, 45%, 34%)
(0.43 / 0.00 / 0.45 / 0.34)

CMYK percentages

%43.45
%0
%44.64
%34.12

Codes

Color #5FA85D in popluar color models

5F A8 5D
RGB 95 168 93
HSL 118° 30.12% 51.18%
HSB/HSV 118° 44.64% 65.88%
CMYK 43.45% 0.00% 44.64%
34.12%

Color #5FA85D in popluar number systems.

HEX 5F A8 5D
Decimal 95 168 93
Binary 1011111 10101000 1011101
Octal 137 250 135

Shades and tints

Shades of #5FA85D

#5FA85D
(95,168,93)
#579955
(87,153,85)
#4F8A4D
(79,138,77)
#477B45
(71,123,69)
#3F6C3D
(63,108,61)
#375D35
(55,93,53)
#2F4E2D
(47,78,45)
#273F25
(39,63,37)
#1F301D
(31,48,29)
#172115
(23,33,21)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #5FA85D

#5FA85D
(95,168,93)
#6DAF6B
(109,175,107)
#7BB679
(123,182,121)
#89BD87
(137,189,135)
#97C495
(151,196,149)
#A5CBA3
(165,203,163)
#B3D2B1
(179,210,177)
#C1D9BF
(193,217,191)
#CFE0CD
(207,224,205)
#DDE7DB
(221,231,219)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA85D; }

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

This text font color is #5FA85D.

Background Color

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

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

This div background color is #5FA85D.

Border color

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

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

This div border color is #5FA85D.

Opacity

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

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

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

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

This text has shadow with #5FA85D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA85D.

Preview

Color preview on black background

This text has color #5FA85D on black background.


Color preview on white background

This text has color #5FA85D on white background.


Black color preview on #5FA85D background

This text has black color on #5FA85D background.


White color preview on #5FA85D background

This text has white color on #5FA85D background.


Related colors

Complementary color

Complementary color for #hex is #A057A2.


I love getcolorcode.com

Triadic colors

1 #5D5FA8 and #A85D5F with #5FA85D are triadic colors.

2 #5DA85F and #A85F5D with #5FA85D are triadic colors.