COLOR #5FB042

HEX: #5FB042 RGB: (95,176,66)

Color info

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

RGB color model

#5FB042 color RGB value is (95,176,66).

RGB: (95,176,66) (37%, 69%, 26%)

RGB channels and saturation

R 95 of 255 = 37%
G 176 of 255 = 69%
B 66 of 255 = 26%

95
176
66

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

Portions of RGB colors in percentages

R + G + B = 95 + 176 + 66 = 337 (100%)
R 95 of 337 ~ 28.19%
G 176 of 337 ~ 52.23%
B 66 of 337 ~ 19.58'%

%28.19
%52.23
%19.58

CMYK color model

#5FB042 color CMYK value is (46,0,63,31).

  • cyan value is 46.02%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 30.98%

CMYK: (46,0,63,31)
C46M0Y63K31 (46%, 0%, 63%, 31%)
(0.46 / 0.00 / 0.63 / 0.31)

CMYK percentages

%46.02
%0
%62.5
%30.98

Codes

Color #5FB042 in popluar color models

5F B0 42
RGB 95 176 66
HSL 104° 45.45% 47.45%
HSB/HSV 104° 62.50% 69.02%
CMYK 46.02% 0.00% 62.50%
30.98%

Color #5FB042 in popluar number systems.

HEX 5F B0 42
Decimal 95 176 66
Binary 1011111 10110000 1000010
Octal 137 260 102

Shades and tints

Shades of #5FB042

#5FB042
(95,176,66)
#57A03C
(87,160,60)
#4F9036
(79,144,54)
#478030
(71,128,48)
#3F702A
(63,112,42)
#376024
(55,96,36)
#2F501E
(47,80,30)
#274018
(39,64,24)
#1F3012
(31,48,18)
#17200C
(23,32,12)
#0F1006
(15,16,6)
#000000
(0,0,0)

Tints of #5FB042

#5FB042
(95,176,66)
#6DB753
(109,183,83)
#7BBE64
(123,190,100)
#89C575
(137,197,117)
#97CC86
(151,204,134)
#A5D397
(165,211,151)
#B3DAA8
(179,218,168)
#C1E1B9
(193,225,185)
#CFE8CA
(207,232,202)
#DDEFDB
(221,239,219)
#EBF6EC
(235,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FB042; }

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

This text font color is #5FB042.

Background Color

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

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

This div background color is #5FB042.

Border color

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

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

This div border color is #5FB042.

Opacity

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

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

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

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

This text has shadow with #5FB042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FB042.

Preview

Color preview on black background

This text has color #5FB042 on black background.


Color preview on white background

This text has color #5FB042 on white background.


Black color preview on #5FB042 background

This text has black color on #5FB042 background.


White color preview on #5FB042 background

This text has white color on #5FB042 background.


Related colors

Complementary color

Complementary color for #hex is #A04FBD.


I love getcolorcode.com

Triadic colors

1 #425FB0 and #B0425F with #5FB042 are triadic colors.

2 #42B05F and #B05F42 with #5FB042 are triadic colors.