COLOR #5FF06A

HEX: #5FF06A
RGB: (95,240,106)

Color info

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

RGB color model

#5FF06A color RGB value is (95,240,106).

  • red value is 95;
  • green value is 240;
  • blue value is 106.
RGB:
(95,240,106)
(37%,94%,42%)

RGB channels and saturation

R 95 of 255 = 37%
G 240 of 255 = 94%
B 106 of 255 = 42%

95
240
106

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

Portions of RGB colors in percentages

R + G + B =
95 + 240 + 106 = 441 (100%)
R 95 of 441 ~ 21.54%
G 240 of 441 ~ 54.42%
B 106 of 441 ~ 24.04%

%21.54
%54.42
%24.04

CMYK color model

#5FF06A color CMYK value is (60,0,56,6).

  • cyan value is 60.42%
  • magenta value is 0.00%
  • yellow value is 55.83%
  • key color value is 5.88%
CMYK:
(60,0,56,6)
C60M0Y56K6 
(60%,0%,56%,6%)
(0.60/0.00/0.56/0.06)	

CMYK percentages

%60.42
%0
%55.83
%5.88

Codes

Color #5FF06A in popluar color models

5FF06A
RGB95240106
HSL125°82.86%65.69%
HSB/HSV125°60.42%94.12%
CMYK60.42%0.00%55.83%
5.88%

Color #5FF06A in popluar number systems.

HEX5FF06A
Decimal95240106
Binary1011111111100001101010
Octal137360152

Shades and tints

Shades of #5FF06A

#5FF06A
(95,240,106)
#57DB61
(87,219,97)
#4FC658
(79,198,88)
#47B14F
(71,177,79)
#3F9C46
(63,156,70)
#37873D
(55,135,61)
#2F7234
(47,114,52)
#275D2B
(39,93,43)
#1F4822
(31,72,34)
#173319
(23,51,25)
#0F1E10
(15,30,16)
#000000
(0,0,0)

Tints of #5FF06A

#5FF06A
(95,240,106)
#6DF177
(109,241,119)
#7BF284
(123,242,132)
#89F391
(137,243,145)
#97F49E
(151,244,158)
#A5F5AB
(165,245,171)
#B3F6B8
(179,246,184)
#C1F7C5
(193,247,197)
#CFF8D2
(207,248,210)
#DDF9DF
(221,249,223)
#EBFAEC
(235,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FF06A color. Also use rgb(95,240,106) instead hex code.

Text Font Color

.myTextColor { color: #5FF06A; }

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

This text font color is #5FF06A.


Background Color

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

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

This div background color is #5FF06A.


Border color

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

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

This div border color is #5FF06A.


Opacity

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

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

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

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

This text has shadow with #5FF06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FF06A on black background.


Color preview on white background

This text has color #5FF06A on white background.



Black color preview on #5FF06A background

This text has black color on #5FF06A background.


White color preview on #5FF06A background

This text has white color on #5FF06A background.