COLOR #5FA61C

HEX: #5FA61C
RGB: (95,166,28)

Color info

#5FA61C contains mainly green color. Web safe color of #5FA61C is #669933 (or #693).

RGB color model

#5FA61C color RGB value is (95,166,28).

  • red value is 95;
  • green value is 166;
  • blue value is 28.
RGB:
(95,166,28)
(37%,65%,11%)

RGB channels and saturation

R 95 of 255 = 37%
G 166 of 255 = 65%
B 28 of 255 = 11%

95
166
28

R + G + B ~ 38%. #5FA61C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 166 + 28 = 289 (100%)
R 95 of 289 ~ 32.87%
G 166 of 289 ~ 57.44%
B 28 of 289 ~ 9.69%

%32.87
%57.44
%9.69

CMYK color model

#5FA61C color CMYK value is (43,0,83,35).

  • cyan value is 42.77%
  • magenta value is 0.00%
  • yellow value is 83.13%
  • key color value is 34.90%
CMYK:
(43,0,83,35)
C43M0Y83K35 
(43%,0%,83%,35%)
(0.43/0.00/0.83/0.35)	

CMYK percentages

%42.77
%0
%83.13
%34.9

Codes

Color #5FA61C in popluar color models

5FA61C
RGB9516628
HSL91°71.13%38.04%
HSB/HSV91°83.13%65.10%
CMYK42.77%0.00%83.13%
34.90%

Color #5FA61C in popluar number systems.

HEX5FA61C
Decimal9516628
Binary10111111010011011100
Octal13724634

Shades and tints

Shades of #5FA61C

#5FA61C
(95,166,28)
#57971A
(87,151,26)
#4F8818
(79,136,24)
#477916
(71,121,22)
#3F6A14
(63,106,20)
#375B12
(55,91,18)
#2F4C10
(47,76,16)
#273D0E
(39,61,14)
#1F2E0C
(31,46,12)
#171F0A
(23,31,10)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #5FA61C

#5FA61C
(95,166,28)
#6DAE30
(109,174,48)
#7BB644
(123,182,68)
#89BE58
(137,190,88)
#97C66C
(151,198,108)
#A5CE80
(165,206,128)
#B3D694
(179,214,148)
#C1DEA8
(193,222,168)
#CFE6BC
(207,230,188)
#DDEED0
(221,238,208)
#EBF6E4
(235,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA61C color. Also use rgb(95,166,28) instead hex code.

Text Font Color

.myTextColor { color: #5FA61C; }

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

This text font color is #5FA61C.


Background Color

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

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

This div background color is #5FA61C.


Border color

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

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

This div border color is #5FA61C.


Opacity

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

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

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

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

This text has shadow with #5FA61C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA61C on black background.


Color preview on white background

This text has color #5FA61C on white background.



Black color preview on #5FA61C background

This text has black color on #5FA61C background.


White color preview on #5FA61C background

This text has white color on #5FA61C background.