COLOR #5FE150

HEX: #5FE150
RGB: (95,225,80)

Color info

#5FE150 contains mainly green color. Web safe color of #5FE150 is #66CC66 (or #6C6).

RGB color model

#5FE150 color RGB value is (95,225,80).

  • red value is 95;
  • green value is 225;
  • blue value is 80.
RGB:
(95,225,80)
(37%,88%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 225 of 255 = 88%
B 80 of 255 = 31%

95
225
80

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

Portions of RGB colors in percentages

R + G + B =
95 + 225 + 80 = 400 (100%)
R 95 of 400 ~ 23.75%
G 225 of 400 ~ 56.25%
B 80 of 400 ~ 20%

%23.75
%56.25
%20

CMYK color model

#5FE150 color CMYK value is (58,0,64,12).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 64.44%
  • key color value is 11.76%
CMYK:
(58,0,64,12)
C58M0Y64K12 
(58%,0%,64%,12%)
(0.58/0.00/0.64/0.12)	

CMYK percentages

%57.78
%0
%64.44
%11.76

Codes

Color #5FE150 in popluar color models

5FE150
RGB9522580
HSL114°70.73%59.80%
HSB/HSV114°64.44%88.24%
CMYK57.78%0.00%64.44%
11.76%

Color #5FE150 in popluar number systems.

HEX5FE150
Decimal9522580
Binary1011111111000011010000
Octal137341120

Shades and tints

Shades of #5FE150

#5FE150
(95,225,80)
#57CD49
(87,205,73)
#4FB942
(79,185,66)
#47A53B
(71,165,59)
#3F9134
(63,145,52)
#377D2D
(55,125,45)
#2F6926
(47,105,38)
#27551F
(39,85,31)
#1F4118
(31,65,24)
#172D11
(23,45,17)
#0F190A
(15,25,10)
#000000
(0,0,0)

Tints of #5FE150

#5FE150
(95,225,80)
#6DE35F
(109,227,95)
#7BE56E
(123,229,110)
#89E77D
(137,231,125)
#97E98C
(151,233,140)
#A5EB9B
(165,235,155)
#B3EDAA
(179,237,170)
#C1EFB9
(193,239,185)
#CFF1C8
(207,241,200)
#DDF3D7
(221,243,215)
#EBF5E6
(235,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FE150 color. Also use rgb(95,225,80) instead hex code.

Text Font Color

.myTextColor { color: #5FE150; }

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

This text font color is #5FE150.


Background Color

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

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

This div background color is #5FE150.


Border color

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

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

This div border color is #5FE150.


Opacity

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

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

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

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

This text has shadow with #5FE150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FE150 on black background.


Color preview on white background

This text has color #5FE150 on white background.



Black color preview on #5FE150 background

This text has black color on #5FE150 background.


White color preview on #5FE150 background

This text has white color on #5FE150 background.