COLOR #5FD93A

HEX: #5FD93A
RGB: (95,217,58)

Color info

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

RGB color model

#5FD93A color RGB value is (95,217,58).

  • red value is 95;
  • green value is 217;
  • blue value is 58.
RGB:
(95,217,58)
(37%,85%,23%)

RGB channels and saturation

R 95 of 255 = 37%
G 217 of 255 = 85%
B 58 of 255 = 23%

95
217
58

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

Portions of RGB colors in percentages

R + G + B =
95 + 217 + 58 = 370 (100%)
R 95 of 370 ~ 25.68%
G 217 of 370 ~ 58.65%
B 58 of 370 ~ 15.68%

%25.68
%58.65
%15.68

CMYK color model

#5FD93A color CMYK value is (56,0,73,15).

  • cyan value is 56.22%
  • magenta value is 0.00%
  • yellow value is 73.27%
  • key color value is 14.90%
CMYK:
(56,0,73,15)
C56M0Y73K15 
(56%,0%,73%,15%)
(0.56/0.00/0.73/0.15)	

CMYK percentages

%56.22
%0
%73.27
%14.9

Codes

Color #5FD93A in popluar color models

5FD93A
RGB9521758
HSL106°67.66%53.92%
HSB/HSV106°73.27%85.10%
CMYK56.22%0.00%73.27%
14.90%

Color #5FD93A in popluar number systems.

HEX5FD93A
Decimal9521758
Binary101111111011001111010
Octal13733172

Shades and tints

Shades of #5FD93A

#5FD93A
(95,217,58)
#57C635
(87,198,53)
#4FB330
(79,179,48)
#47A02B
(71,160,43)
#3F8D26
(63,141,38)
#377A21
(55,122,33)
#2F671C
(47,103,28)
#275417
(39,84,23)
#1F4112
(31,65,18)
#172E0D
(23,46,13)
#0F1B08
(15,27,8)
#000000
(0,0,0)

Tints of #5FD93A

#5FD93A
(95,217,58)
#6DDC4B
(109,220,75)
#7BDF5C
(123,223,92)
#89E26D
(137,226,109)
#97E57E
(151,229,126)
#A5E88F
(165,232,143)
#B3EBA0
(179,235,160)
#C1EEB1
(193,238,177)
#CFF1C2
(207,241,194)
#DDF4D3
(221,244,211)
#EBF7E4
(235,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FD93A color. Also use rgb(95,217,58) instead hex code.

Text Font Color

.myTextColor { color: #5FD93A; }

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

This text font color is #5FD93A.


Background Color

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

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

This div background color is #5FD93A.


Border color

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

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

This div border color is #5FD93A.


Opacity

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

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

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

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

This text has shadow with #5FD93A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD93A on black background.


Color preview on white background

This text has color #5FD93A on white background.



Black color preview on #5FD93A background

This text has black color on #5FD93A background.


White color preview on #5FD93A background

This text has white color on #5FD93A background.