COLOR #5FF367

HEX: #5FF367 RGB: (95,243,103)

Color info

#5FF367 contains mainly green color. Web safe color of #5FF367 is #66FF66 (or #6F6).

RGB color model

#5FF367 color RGB value is (95,243,103).

RGB: (95,243,103) (37%, 95%, 40%)

RGB channels and saturation

R 95 of 255 = 37%
G 243 of 255 = 95%
B 103 of 255 = 40%

95
243
103

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

Portions of RGB colors in percentages

R + G + B = 95 + 243 + 103 = 441 (100%)
R 95 of 441 ~ 21.54%
G 243 of 441 ~ 55.1%
B 103 of 441 ~ 23.36'%

%21.54
%55.1
%23.36

CMYK color model

#5FF367 color CMYK value is (61,0,58,5).

  • cyan value is 60.91%
  • magenta value is 0.00%
  • yellow value is 57.61%
  • key color value is 4.71%
CMYK: (61,0,58,5) C61M0Y58K5 (61%,0%,58%,5%) (0.61/0.00/0.58/0.05) 

CMYK percentages

%60.91
%0
%57.61
%4.71

Codes

Color #5FF367 in popluar color models

5F F3 67
RGB 95 243 103
HSL 123° 86.05% 66.27%
HSB/HSV 123° 60.91% 95.29%
CMYK 60.91% 0.00% 57.61%
4.71%

Color #5FF367 in popluar number systems.

HEX 5F F3 67
Decimal 95 243 103
Binary 1011111 11110011 1100111
Octal 137 363 147

Shades and tints

Shades of #5FF367

#5FF367
(95,243,103)
#57DD5E
(87,221,94)
#4FC755
(79,199,85)
#47B14C
(71,177,76)
#3F9B43
(63,155,67)
#37853A
(55,133,58)
#2F6F31
(47,111,49)
#275928
(39,89,40)
#1F431F
(31,67,31)
#172D16
(23,45,22)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #5FF367

#5FF367
(95,243,103)
#6DF474
(109,244,116)
#7BF581
(123,245,129)
#89F68E
(137,246,142)
#97F79B
(151,247,155)
#A5F8A8
(165,248,168)
#B3F9B5
(179,249,181)
#C1FAC2
(193,250,194)
#CFFBCF
(207,251,207)
#DDFCDC
(221,252,220)
#EBFDE9
(235,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FF367 color. Also use rgb(95,243,103) instead hex code.

Text Font Color

.myTextColor { color: #5FF367; }

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

This text font color is #5FF367.

Background Color

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

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

This div background color is #5FF367.

Border color

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

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

This div border color is #5FF367.

Opacity

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

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

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

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

This text has shadow with #5FF367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FF367.

Preview

Color preview on black background

This text has color #5FF367 on black background.


Color preview on white background

This text has color #5FF367 on white background.


Black color preview on #5FF367 background

This text has black color on #5FF367 background.


White color preview on #5FF367 background

This text has white color on #5FF367 background.


Related colors

Complementary color

Complementary color for #hex is #A00C98.


I love getcolorcode.com

Triadic colors

1 #675FF3 and #F3675F with #5FF367 are triadic colors.

2 #67F35F and #F35F67 with #5FF367 are triadic colors.