COLOR #5FB64A

HEX: #5FB64A
RGB: (95,182,74)

Color info

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

RGB color model

#5FB64A color RGB value is (95,182,74).

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

RGB channels and saturation

R 95 of 255 = 37%
G 182 of 255 = 71%
B 74 of 255 = 29%

95
182
74

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

Portions of RGB colors in percentages

R + G + B =
95 + 182 + 74 = 351 (100%)
R 95 of 351 ~ 27.07%
G 182 of 351 ~ 51.85%
B 74 of 351 ~ 21.08%

%27.07
%51.85
%21.08

CMYK color model

#5FB64A color CMYK value is (48,0,59,29).

  • cyan value is 47.80%
  • magenta value is 0.00%
  • yellow value is 59.34%
  • key color value is 28.63%
CMYK:
(48,0,59,29)
C48M0Y59K29 
(48%,0%,59%,29%)
(0.48/0.00/0.59/0.29)	

CMYK percentages

%47.8
%0
%59.34
%28.63

Codes

Color #5FB64A in popluar color models

5FB64A
RGB9518274
HSL108°42.52%50.20%
HSB/HSV108°59.34%71.37%
CMYK47.80%0.00%59.34%
28.63%

Color #5FB64A in popluar number systems.

HEX5FB64A
Decimal9518274
Binary1011111101101101001010
Octal137266112

Shades and tints

Shades of #5FB64A

#5FB64A
(95,182,74)
#57A644
(87,166,68)
#4F963E
(79,150,62)
#478638
(71,134,56)
#3F7632
(63,118,50)
#37662C
(55,102,44)
#2F5626
(47,86,38)
#274620
(39,70,32)
#1F361A
(31,54,26)
#172614
(23,38,20)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #5FB64A

#5FB64A
(95,182,74)
#6DBC5A
(109,188,90)
#7BC26A
(123,194,106)
#89C87A
(137,200,122)
#97CE8A
(151,206,138)
#A5D49A
(165,212,154)
#B3DAAA
(179,218,170)
#C1E0BA
(193,224,186)
#CFE6CA
(207,230,202)
#DDECDA
(221,236,218)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FB64A; }

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

This text font color is #5FB64A.


Background Color

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

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

This div background color is #5FB64A.


Border color

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

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

This div border color is #5FB64A.


Opacity

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

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

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

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

This text has shadow with #5FB64A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB64A on black background.


Color preview on white background

This text has color #5FB64A on white background.



Black color preview on #5FB64A background

This text has black color on #5FB64A background.


White color preview on #5FB64A background

This text has white color on #5FB64A background.