COLOR #5FD365

HEX: #5FD365
RGB: (95,211,101)

Color info

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

RGB color model

#5FD365 color RGB value is (95,211,101).

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

RGB channels and saturation

R 95 of 255 = 37%
G 211 of 255 = 83%
B 101 of 255 = 40%

95
211
101

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

Portions of RGB colors in percentages

R + G + B =
95 + 211 + 101 = 407 (100%)
R 95 of 407 ~ 23.34%
G 211 of 407 ~ 51.84%
B 101 of 407 ~ 24.82%

%23.34
%51.84
%24.82

CMYK color model

#5FD365 color CMYK value is (55,0,52,17).

  • cyan value is 54.98%
  • magenta value is 0.00%
  • yellow value is 52.13%
  • key color value is 17.25%
CMYK:
(55,0,52,17)
C55M0Y52K17 
(55%,0%,52%,17%)
(0.55/0.00/0.52/0.17)	

CMYK percentages

%54.98
%0
%52.13
%17.25

Codes

Color #5FD365 in popluar color models

5FD365
RGB95211101
HSL123°56.86%60.00%
HSB/HSV123°54.98%82.75%
CMYK54.98%0.00%52.13%
17.25%

Color #5FD365 in popluar number systems.

HEX5FD365
Decimal95211101
Binary1011111110100111100101
Octal137323145

Shades and tints

Shades of #5FD365

#5FD365
(95,211,101)
#57C05C
(87,192,92)
#4FAD53
(79,173,83)
#479A4A
(71,154,74)
#3F8741
(63,135,65)
#377438
(55,116,56)
#2F612F
(47,97,47)
#274E26
(39,78,38)
#1F3B1D
(31,59,29)
#172814
(23,40,20)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #5FD365

#5FD365
(95,211,101)
#6DD773
(109,215,115)
#7BDB81
(123,219,129)
#89DF8F
(137,223,143)
#97E39D
(151,227,157)
#A5E7AB
(165,231,171)
#B3EBB9
(179,235,185)
#C1EFC7
(193,239,199)
#CFF3D5
(207,243,213)
#DDF7E3
(221,247,227)
#EBFBF1
(235,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FD365; }

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

This text font color is #5FD365.


Background Color

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

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

This div background color is #5FD365.


Border color

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

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

This div border color is #5FD365.


Opacity

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

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

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

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

This text has shadow with #5FD365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD365 on black background.


Color preview on white background

This text has color #5FD365 on white background.



Black color preview on #5FD365 background

This text has black color on #5FD365 background.


White color preview on #5FD365 background

This text has white color on #5FD365 background.