COLOR #5FB842

HEX: #5FB842
RGB: (95,184,66)

Color info

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

RGB color model

#5FB842 color RGB value is (95,184,66).

  • red value is 95;
  • green value is 184;
  • blue value is 66.
RGB:
(95,184,66)
(37%,72%,26%)

RGB channels and saturation

R 95 of 255 = 37%
G 184 of 255 = 72%
B 66 of 255 = 26%

95
184
66

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

Portions of RGB colors in percentages

R + G + B =
95 + 184 + 66 = 345 (100%)
R 95 of 345 ~ 27.54%
G 184 of 345 ~ 53.33%
B 66 of 345 ~ 19.13%

%27.54
%53.33
%19.13

CMYK color model

#5FB842 color CMYK value is (48,0,64,28).

  • cyan value is 48.37%
  • magenta value is 0.00%
  • yellow value is 64.13%
  • key color value is 27.84%
CMYK:
(48,0,64,28)
C48M0Y64K28 
(48%,0%,64%,28%)
(0.48/0.00/0.64/0.28)	

CMYK percentages

%48.37
%0
%64.13
%27.84

Codes

Color #5FB842 in popluar color models

5FB842
RGB9518466
HSL105°47.20%49.02%
HSB/HSV105°64.13%72.16%
CMYK48.37%0.00%64.13%
27.84%

Color #5FB842 in popluar number systems.

HEX5FB842
Decimal9518466
Binary1011111101110001000010
Octal137270102

Shades and tints

Shades of #5FB842

#5FB842
(95,184,66)
#57A83C
(87,168,60)
#4F9836
(79,152,54)
#478830
(71,136,48)
#3F782A
(63,120,42)
#376824
(55,104,36)
#2F581E
(47,88,30)
#274818
(39,72,24)
#1F3812
(31,56,18)
#17280C
(23,40,12)
#0F1806
(15,24,6)
#000000
(0,0,0)

Tints of #5FB842

#5FB842
(95,184,66)
#6DBE53
(109,190,83)
#7BC464
(123,196,100)
#89CA75
(137,202,117)
#97D086
(151,208,134)
#A5D697
(165,214,151)
#B3DCA8
(179,220,168)
#C1E2B9
(193,226,185)
#CFE8CA
(207,232,202)
#DDEEDB
(221,238,219)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB842 color. Also use rgb(95,184,66) instead hex code.

Text Font Color

.myTextColor { color: #5FB842; }

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

This text font color is #5FB842.


Background Color

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

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

This div background color is #5FB842.


Border color

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

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

This div border color is #5FB842.


Opacity

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

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

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

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

This text has shadow with #5FB842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB842 on black background.


Color preview on white background

This text has color #5FB842 on white background.



Black color preview on #5FB842 background

This text has black color on #5FB842 background.


White color preview on #5FB842 background

This text has white color on #5FB842 background.