COLOR #5FF824

HEX: #5FF824
RGB: (95,248,36)

Color info

#5FF824 contains mainly green color. Web safe color of #5FF824 is #66FF33 (or #6F3).

RGB color model

#5FF824 color RGB value is (95,248,36).

  • red value is 95;
  • green value is 248;
  • blue value is 36.
RGB:
(95,248,36)
(37%,97%,14%)

RGB channels and saturation

R 95 of 255 = 37%
G 248 of 255 = 97%
B 36 of 255 = 14%

95
248
36

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

Portions of RGB colors in percentages

R + G + B =
95 + 248 + 36 = 379 (100%)
R 95 of 379 ~ 25.07%
G 248 of 379 ~ 65.44%
B 36 of 379 ~ 9.5%

%25.07
%65.44

CMYK color model

#5FF824 color CMYK value is (62,0,85,3).

  • cyan value is 61.69%
  • magenta value is 0.00%
  • yellow value is 85.48%
  • key color value is 2.75%
CMYK:
(62,0,85,3)
C62M0Y85K3 
(62%,0%,85%,3%)
(0.62/0.00/0.85/0.03)	

CMYK percentages

%61.69
%0
%85.48
%2.75

Codes

Color #5FF824 in popluar color models

5FF824
RGB9524836
HSL103°93.81%55.69%
HSB/HSV103°85.48%97.25%
CMYK61.69%0.00%85.48%
2.75%

Color #5FF824 in popluar number systems.

HEX5FF824
Decimal9524836
Binary101111111111000100100
Octal13737044

Shades and tints

Shades of #5FF824

#5FF824
(95,248,36)
#57E221
(87,226,33)
#4FCC1E
(79,204,30)
#47B61B
(71,182,27)
#3FA018
(63,160,24)
#378A15
(55,138,21)
#2F7412
(47,116,18)
#275E0F
(39,94,15)
#1F480C
(31,72,12)
#173209
(23,50,9)
#0F1C06
(15,28,6)
#000000
(0,0,0)

Tints of #5FF824

#5FF824
(95,248,36)
#6DF837
(109,248,55)
#7BF84A
(123,248,74)
#89F85D
(137,248,93)
#97F870
(151,248,112)
#A5F883
(165,248,131)
#B3F896
(179,248,150)
#C1F8A9
(193,248,169)
#CFF8BC
(207,248,188)
#DDF8CF
(221,248,207)
#EBF8E2
(235,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FF824 color. Also use rgb(95,248,36) instead hex code.

Text Font Color

.myTextColor { color: #5FF824; }

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

This text font color is #5FF824.


Background Color

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

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

This div background color is #5FF824.


Border color

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

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

This div border color is #5FF824.


Opacity

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

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

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

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

This text has shadow with #5FF824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FF824 on black background.


Color preview on white background

This text has color #5FF824 on white background.



Black color preview on #5FF824 background

This text has black color on #5FF824 background.


White color preview on #5FF824 background

This text has white color on #5FF824 background.