COLOR #5FF07D

HEX: #5FF07D
RGB: (95,240,125)

Color info

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

RGB color model

#5FF07D color RGB value is (95,240,125).

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

RGB channels and saturation

R 95 of 255 = 37%
G 240 of 255 = 94%
B 125 of 255 = 49%

95
240
125

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

Portions of RGB colors in percentages

R + G + B =
95 + 240 + 125 = 460 (100%)
R 95 of 460 ~ 20.65%
G 240 of 460 ~ 52.17%
B 125 of 460 ~ 27.17%

%20.65
%52.17
%27.17

CMYK color model

#5FF07D color CMYK value is (60,0,48,6).

  • cyan value is 60.42%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 5.88%
CMYK:
(60,0,48,6)
C60M0Y48K6 
(60%,0%,48%,6%)
(0.60/0.00/0.48/0.06)	

CMYK percentages

%60.42
%0
%47.92
%5.88

Codes

Color #5FF07D in popluar color models

5FF07D
RGB95240125
HSL132°82.86%65.69%
HSB/HSV132°60.42%94.12%
CMYK60.42%0.00%47.92%
5.88%

Color #5FF07D in popluar number systems.

HEX5FF07D
Decimal95240125
Binary1011111111100001111101
Octal137360175

Shades and tints

Shades of #5FF07D

#5FF07D
(95,240,125)
#57DB72
(87,219,114)
#4FC667
(79,198,103)
#47B15C
(71,177,92)
#3F9C51
(63,156,81)
#378746
(55,135,70)
#2F723B
(47,114,59)
#275D30
(39,93,48)
#1F4825
(31,72,37)
#17331A
(23,51,26)
#0F1E0F
(15,30,15)
#000000
(0,0,0)

Tints of #5FF07D

#5FF07D
(95,240,125)
#6DF188
(109,241,136)
#7BF293
(123,242,147)
#89F39E
(137,243,158)
#97F4A9
(151,244,169)
#A5F5B4
(165,245,180)
#B3F6BF
(179,246,191)
#C1F7CA
(193,247,202)
#CFF8D5
(207,248,213)
#DDF9E0
(221,249,224)
#EBFAEB
(235,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FF07D; }

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

This text font color is #5FF07D.


Background Color

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

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

This div background color is #5FF07D.


Border color

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

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

This div border color is #5FF07D.


Opacity

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

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

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

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

This text has shadow with #5FF07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FF07D on black background.


Color preview on white background

This text has color #5FF07D on white background.



Black color preview on #5FF07D background

This text has black color on #5FF07D background.


White color preview on #5FF07D background

This text has white color on #5FF07D background.