COLOR #5FB616

HEX: #5FB616
RGB: (95,182,22)

Color info

#5FB616 contains mainly green color. Web safe color of #5FB616 is #66CC00 (or #6C0).

RGB color model

#5FB616 color RGB value is (95,182,22).

  • red value is 95;
  • green value is 182;
  • blue value is 22.
RGB:
(95,182,22)
(37%,71%,9%)

RGB channels and saturation

R 95 of 255 = 37%
G 182 of 255 = 71%
B 22 of 255 = 9%

95
182
22

R + G + B ~ 39%. #5FB616 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 182 + 22 = 299 (100%)
R 95 of 299 ~ 31.77%
G 182 of 299 ~ 60.87%
B 22 of 299 ~ 7.36%

%31.77
%60.87

CMYK color model

#5FB616 color CMYK value is (48,0,88,29).

  • cyan value is 47.80%
  • magenta value is 0.00%
  • yellow value is 87.91%
  • key color value is 28.63%
CMYK:
(48,0,88,29)
C48M0Y88K29 
(48%,0%,88%,29%)
(0.48/0.00/0.88/0.29)	

CMYK percentages

%47.8
%0
%87.91
%28.63

Codes

Color #5FB616 in popluar color models

5FB616
RGB9518222
HSL93°78.43%40.00%
HSB/HSV93°87.91%71.37%
CMYK47.80%0.00%87.91%
28.63%

Color #5FB616 in popluar number systems.

HEX5FB616
Decimal9518222
Binary10111111011011010110
Octal13726626

Shades and tints

Shades of #5FB616

#5FB616
(95,182,22)
#57A614
(87,166,20)
#4F9612
(79,150,18)
#478610
(71,134,16)
#3F760E
(63,118,14)
#37660C
(55,102,12)
#2F560A
(47,86,10)
#274608
(39,70,8)
#1F3606
(31,54,6)
#172604
(23,38,4)
#0F1602
(15,22,2)
#000000
(0,0,0)

Tints of #5FB616

#5FB616
(95,182,22)
#6DBC2B
(109,188,43)
#7BC240
(123,194,64)
#89C855
(137,200,85)
#97CE6A
(151,206,106)
#A5D47F
(165,212,127)
#B3DA94
(179,218,148)
#C1E0A9
(193,224,169)
#CFE6BE
(207,230,190)
#DDECD3
(221,236,211)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB616 color. Also use rgb(95,182,22) instead hex code.

Text Font Color

.myTextColor { color: #5FB616; }

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

This text font color is #5FB616.


Background Color

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

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

This div background color is #5FB616.


Border color

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

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

This div border color is #5FB616.


Opacity

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

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

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

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

This text has shadow with #5FB616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB616 on black background.


Color preview on white background

This text has color #5FB616 on white background.



Black color preview on #5FB616 background

This text has black color on #5FB616 background.


White color preview on #5FB616 background

This text has white color on #5FB616 background.