COLOR #5FE995

HEX: #5FE995
RGB: (95,233,149)

Color info

#5FE995 contains mainly green color. Web safe color of #5FE995 is #66FF99 (or #6F9).

RGB color model

#5FE995 color RGB value is (95,233,149).

  • red value is 95;
  • green value is 233;
  • blue value is 149.
RGB:
(95,233,149)
(37%,91%,58%)

RGB channels and saturation

R 95 of 255 = 37%
G 233 of 255 = 91%
B 149 of 255 = 58%

95
233
149

R + G + B ~ 62%. #5FE995 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 233 + 149 = 477 (100%)
R 95 of 477 ~ 19.92%
G 233 of 477 ~ 48.85%
B 149 of 477 ~ 31.24%

%19.92
%48.85
%31.24

CMYK color model

#5FE995 color CMYK value is (59,0,36,9).

  • cyan value is 59.23%
  • magenta value is 0.00%
  • yellow value is 36.05%
  • key color value is 8.63%
CMYK:
(59,0,36,9)
C59M0Y36K9 
(59%,0%,36%,9%)
(0.59/0.00/0.36/0.09)	

CMYK percentages

%59.23
%0
%36.05
%8.63

Codes

Color #5FE995 in popluar color models

5FE995
RGB95233149
HSL143°75.82%64.31%
HSB/HSV143°59.23%91.37%
CMYK59.23%0.00%36.05%
8.63%

Color #5FE995 in popluar number systems.

HEX5FE995
Decimal95233149
Binary10111111110100110010101
Octal137351225

Shades and tints

Shades of #5FE995

#5FE995
(95,233,149)
#57D488
(87,212,136)
#4FBF7B
(79,191,123)
#47AA6E
(71,170,110)
#3F9561
(63,149,97)
#378054
(55,128,84)
#2F6B47
(47,107,71)
#27563A
(39,86,58)
#1F412D
(31,65,45)
#172C20
(23,44,32)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #5FE995

#5FE995
(95,233,149)
#6DEB9E
(109,235,158)
#7BEDA7
(123,237,167)
#89EFB0
(137,239,176)
#97F1B9
(151,241,185)
#A5F3C2
(165,243,194)
#B3F5CB
(179,245,203)
#C1F7D4
(193,247,212)
#CFF9DD
(207,249,221)
#DDFBE6
(221,251,230)
#EBFDEF
(235,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FE995 color. Also use rgb(95,233,149) instead hex code.

Text Font Color

.myTextColor { color: #5FE995; }

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

This text font color is #5FE995.


Background Color

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

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

This div background color is #5FE995.


Border color

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

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

This div border color is #5FE995.


Opacity

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

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

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

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

This text has shadow with #5FE995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FE995 on black background.


Color preview on white background

This text has color #5FE995 on white background.



Black color preview on #5FE995 background

This text has black color on #5FE995 background.


White color preview on #5FE995 background

This text has white color on #5FE995 background.