COLOR #5FA651

HEX: #5FA651
RGB: (95,166,81)

Color info

#5FA651 contains mainly green color. Web safe color of #5FA651 is #669966 (or #696).

RGB color model

#5FA651 color RGB value is (95,166,81).

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

RGB channels and saturation

R 95 of 255 = 37%
G 166 of 255 = 65%
B 81 of 255 = 32%

95
166
81

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

Portions of RGB colors in percentages

R + G + B =
95 + 166 + 81 = 342 (100%)
R 95 of 342 ~ 27.78%
G 166 of 342 ~ 48.54%
B 81 of 342 ~ 23.68%

%27.78
%48.54
%23.68

CMYK color model

#5FA651 color CMYK value is (43,0,51,35).

  • cyan value is 42.77%
  • magenta value is 0.00%
  • yellow value is 51.20%
  • key color value is 34.90%
CMYK:
(43,0,51,35)
C43M0Y51K35 
(43%,0%,51%,35%)
(0.43/0.00/0.51/0.35)	

CMYK percentages

%42.77
%0
%51.2
%34.9

Codes

Color #5FA651 in popluar color models

5FA651
RGB9516681
HSL110°34.41%48.43%
HSB/HSV110°51.20%65.10%
CMYK42.77%0.00%51.20%
34.90%

Color #5FA651 in popluar number systems.

HEX5FA651
Decimal9516681
Binary1011111101001101010001
Octal137246121

Shades and tints

Shades of #5FA651

#5FA651
(95,166,81)
#57974A
(87,151,74)
#4F8843
(79,136,67)
#47793C
(71,121,60)
#3F6A35
(63,106,53)
#375B2E
(55,91,46)
#2F4C27
(47,76,39)
#273D20
(39,61,32)
#1F2E19
(31,46,25)
#171F12
(23,31,18)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #5FA651

#5FA651
(95,166,81)
#6DAE60
(109,174,96)
#7BB66F
(123,182,111)
#89BE7E
(137,190,126)
#97C68D
(151,198,141)
#A5CE9C
(165,206,156)
#B3D6AB
(179,214,171)
#C1DEBA
(193,222,186)
#CFE6C9
(207,230,201)
#DDEED8
(221,238,216)
#EBF6E7
(235,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA651; }

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

This text font color is #5FA651.


Background Color

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

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

This div background color is #5FA651.


Border color

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

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

This div border color is #5FA651.


Opacity

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

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

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

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

This text has shadow with #5FA651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA651 on black background.


Color preview on white background

This text has color #5FA651 on white background.



Black color preview on #5FA651 background

This text has black color on #5FA651 background.


White color preview on #5FA651 background

This text has white color on #5FA651 background.