COLOR #5FE3A3

HEX: #5FE3A3
RGB: (95,227,163)

Color info

#5FE3A3 contains mainly green color. Web safe color of #5FE3A3 is #66CC99 (or #6C9).

RGB color model

#5FE3A3 color RGB value is (95,227,163).

  • red value is 95;
  • green value is 227;
  • blue value is 163.
RGB:
(95,227,163)
(37%,89%,64%)

RGB channels and saturation

R 95 of 255 = 37%
G 227 of 255 = 89%
B 163 of 255 = 64%

95
227
163

R + G + B ~ 63%. #5FE3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 227 + 163 = 485 (100%)
R 95 of 485 ~ 19.59%
G 227 of 485 ~ 46.8%
B 163 of 485 ~ 33.61%

%19.59
%46.8
%33.61

CMYK color model

#5FE3A3 color CMYK value is (58,0,28,11).

  • cyan value is 58.15%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 10.98%
CMYK:
(58,0,28,11)
C58M0Y28K11 
(58%,0%,28%,11%)
(0.58/0.00/0.28/0.11)	

CMYK percentages

%58.15
%0
%28.19
%10.98

Codes

Color #5FE3A3 in popluar color models

5FE3A3
RGB95227163
HSL151°70.21%63.14%
HSB/HSV151°58.15%89.02%
CMYK58.15%0.00%28.19%
10.98%

Color #5FE3A3 in popluar number systems.

HEX5FE3A3
Decimal95227163
Binary10111111110001110100011
Octal137343243

Shades and tints

Shades of #5FE3A3

#5FE3A3
(95,227,163)
#57CF95
(87,207,149)
#4FBB87
(79,187,135)
#47A779
(71,167,121)
#3F936B
(63,147,107)
#377F5D
(55,127,93)
#2F6B4F
(47,107,79)
#275741
(39,87,65)
#1F4333
(31,67,51)
#172F25
(23,47,37)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #5FE3A3

#5FE3A3
(95,227,163)
#6DE5AB
(109,229,171)
#7BE7B3
(123,231,179)
#89E9BB
(137,233,187)
#97EBC3
(151,235,195)
#A5EDCB
(165,237,203)
#B3EFD3
(179,239,211)
#C1F1DB
(193,241,219)
#CFF3E3
(207,243,227)
#DDF5EB
(221,245,235)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FE3A3 color. Also use rgb(95,227,163) instead hex code.

Text Font Color

.myTextColor { color: #5FE3A3; }

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

This text font color is #5FE3A3.


Background Color

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

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

This div background color is #5FE3A3.


Border color

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

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

This div border color is #5FE3A3.


Opacity

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

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

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

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

This text has shadow with #5FE3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FE3A3 on black background.


Color preview on white background

This text has color #5FE3A3 on white background.



Black color preview on #5FE3A3 background

This text has black color on #5FE3A3 background.


White color preview on #5FE3A3 background

This text has white color on #5FE3A3 background.