COLOR #5FF68D

HEX: #5FF68D
RGB: (95,246,141)

Color info

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

RGB color model

#5FF68D color RGB value is (95,246,141).

  • red value is 95;
  • green value is 246;
  • blue value is 141.
RGB:
(95,246,141)
(37%,96%,55%)

RGB channels and saturation

R 95 of 255 = 37%
G 246 of 255 = 96%
B 141 of 255 = 55%

95
246
141

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

Portions of RGB colors in percentages

R + G + B =
95 + 246 + 141 = 482 (100%)
R 95 of 482 ~ 19.71%
G 246 of 482 ~ 51.04%
B 141 of 482 ~ 29.25%

%19.71
%51.04
%29.25

CMYK color model

#5FF68D color CMYK value is (61,0,43,4).

  • cyan value is 61.38%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 3.53%
CMYK:
(61,0,43,4)
C61M0Y43K4 
(61%,0%,43%,4%)
(0.61/0.00/0.43/0.04)	

CMYK percentages

%61.38
%0
%42.68
%3.53

Codes

Color #5FF68D in popluar color models

5FF68D
RGB95246141
HSL138°89.35%66.86%
HSB/HSV138°61.38%96.47%
CMYK61.38%0.00%42.68%
3.53%

Color #5FF68D in popluar number systems.

HEX5FF68D
Decimal95246141
Binary10111111111011010001101
Octal137366215

Shades and tints

Shades of #5FF68D

#5FF68D
(95,246,141)
#57E081
(87,224,129)
#4FCA75
(79,202,117)
#47B469
(71,180,105)
#3F9E5D
(63,158,93)
#378851
(55,136,81)
#2F7245
(47,114,69)
#275C39
(39,92,57)
#1F462D
(31,70,45)
#173021
(23,48,33)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #5FF68D

#5FF68D
(95,246,141)
#6DF697
(109,246,151)
#7BF6A1
(123,246,161)
#89F6AB
(137,246,171)
#97F6B5
(151,246,181)
#A5F6BF
(165,246,191)
#B3F6C9
(179,246,201)
#C1F6D3
(193,246,211)
#CFF6DD
(207,246,221)
#DDF6E7
(221,246,231)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FF68D color. Also use rgb(95,246,141) instead hex code.

Text Font Color

.myTextColor { color: #5FF68D; }

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

This text font color is #5FF68D.


Background Color

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

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

This div background color is #5FF68D.


Border color

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

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

This div border color is #5FF68D.


Opacity

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

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

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

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

This text has shadow with #5FF68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FF68D on black background.


Color preview on white background

This text has color #5FF68D on white background.



Black color preview on #5FF68D background

This text has black color on #5FF68D background.


White color preview on #5FF68D background

This text has white color on #5FF68D background.