COLOR #5FD375

HEX: #5FD375
RGB: (95,211,117)

Color info

#5FD375 contains mainly green color. Web safe color of #5FD375 is #66CC66 (or #6C6).

RGB color model

#5FD375 color RGB value is (95,211,117).

  • red value is 95;
  • green value is 211;
  • blue value is 117.
RGB:
(95,211,117)
(37%,83%,46%)

RGB channels and saturation

R 95 of 255 = 37%
G 211 of 255 = 83%
B 117 of 255 = 46%

95
211
117

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

Portions of RGB colors in percentages

R + G + B =
95 + 211 + 117 = 423 (100%)
R 95 of 423 ~ 22.46%
G 211 of 423 ~ 49.88%
B 117 of 423 ~ 27.66%

%22.46
%49.88
%27.66

CMYK color model

#5FD375 color CMYK value is (55,0,45,17).

  • cyan value is 54.98%
  • magenta value is 0.00%
  • yellow value is 44.55%
  • key color value is 17.25%
CMYK:
(55,0,45,17)
C55M0Y45K17 
(55%,0%,45%,17%)
(0.55/0.00/0.45/0.17)	

CMYK percentages

%54.98
%0
%44.55
%17.25

Codes

Color #5FD375 in popluar color models

5FD375
RGB95211117
HSL131°56.86%60.00%
HSB/HSV131°54.98%82.75%
CMYK54.98%0.00%44.55%
17.25%

Color #5FD375 in popluar number systems.

HEX5FD375
Decimal95211117
Binary1011111110100111110101
Octal137323165

Shades and tints

Shades of #5FD375

#5FD375
(95,211,117)
#57C06B
(87,192,107)
#4FAD61
(79,173,97)
#479A57
(71,154,87)
#3F874D
(63,135,77)
#377443
(55,116,67)
#2F6139
(47,97,57)
#274E2F
(39,78,47)
#1F3B25
(31,59,37)
#17281B
(23,40,27)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #5FD375

#5FD375
(95,211,117)
#6DD781
(109,215,129)
#7BDB8D
(123,219,141)
#89DF99
(137,223,153)
#97E3A5
(151,227,165)
#A5E7B1
(165,231,177)
#B3EBBD
(179,235,189)
#C1EFC9
(193,239,201)
#CFF3D5
(207,243,213)
#DDF7E1
(221,247,225)
#EBFBED
(235,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FD375 color. Also use rgb(95,211,117) instead hex code.

Text Font Color

.myTextColor { color: #5FD375; }

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

This text font color is #5FD375.


Background Color

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

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

This div background color is #5FD375.


Border color

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

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

This div border color is #5FD375.


Opacity

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

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

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

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

This text has shadow with #5FD375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD375 on black background.


Color preview on white background

This text has color #5FD375 on white background.



Black color preview on #5FD375 background

This text has black color on #5FD375 background.


White color preview on #5FD375 background

This text has white color on #5FD375 background.