COLOR #5FE131

HEX: #5FE131
RGB: (95,225,49)

Color info

#5FE131 contains mainly green color. Web safe color of #5FE131 is #66CC33 (or #6C3).

RGB color model

#5FE131 color RGB value is (95,225,49).

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

RGB channels and saturation

R 95 of 255 = 37%
G 225 of 255 = 88%
B 49 of 255 = 19%

95
225
49

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

Portions of RGB colors in percentages

R + G + B =
95 + 225 + 49 = 369 (100%)
R 95 of 369 ~ 25.75%
G 225 of 369 ~ 60.98%
B 49 of 369 ~ 13.28%

%25.75
%60.98
%13.28

CMYK color model

#5FE131 color CMYK value is (58,0,78,12).

  • cyan value is 57.78%
  • magenta value is 0.00%
  • yellow value is 78.22%
  • key color value is 11.76%
CMYK:
(58,0,78,12)
C58M0Y78K12 
(58%,0%,78%,12%)
(0.58/0.00/0.78/0.12)	

CMYK percentages

%57.78
%0
%78.22
%11.76

Codes

Color #5FE131 in popluar color models

5FE131
RGB9522549
HSL104°74.58%53.73%
HSB/HSV104°78.22%88.24%
CMYK57.78%0.00%78.22%
11.76%

Color #5FE131 in popluar number systems.

HEX5FE131
Decimal9522549
Binary101111111100001110001
Octal13734161

Shades and tints

Shades of #5FE131

#5FE131
(95,225,49)
#57CD2D
(87,205,45)
#4FB929
(79,185,41)
#47A525
(71,165,37)
#3F9121
(63,145,33)
#377D1D
(55,125,29)
#2F6919
(47,105,25)
#275515
(39,85,21)
#1F4111
(31,65,17)
#172D0D
(23,45,13)
#0F1909
(15,25,9)
#000000
(0,0,0)

Tints of #5FE131

#5FE131
(95,225,49)
#6DE343
(109,227,67)
#7BE555
(123,229,85)
#89E767
(137,231,103)
#97E979
(151,233,121)
#A5EB8B
(165,235,139)
#B3ED9D
(179,237,157)
#C1EFAF
(193,239,175)
#CFF1C1
(207,241,193)
#DDF3D3
(221,243,211)
#EBF5E5
(235,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FE131; }

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

This text font color is #5FE131.


Background Color

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

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

This div background color is #5FE131.


Border color

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

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

This div border color is #5FE131.


Opacity

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

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

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

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

This text has shadow with #5FE131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FE131 on black background.


Color preview on white background

This text has color #5FE131 on white background.



Black color preview on #5FE131 background

This text has black color on #5FE131 background.


White color preview on #5FE131 background

This text has white color on #5FE131 background.