Color Hex Logo

#5fb947 Color Hex

#5FB947
(95,185,71)
0 Favorites   0 Comments

Color spaces of #5fb947

RGB 9518571
HSL0.300.450.50
HSV107°62°73°
CMYK 0.490.000.62   0.27
XYZ23.205637.585811.9929
Yxy37.58580.31880.5164
Hunter Lab61.3073-39.723131.3168
CIE-Lab67.7142-48.333748.4644

#5fb947 color RGB value is (95,185,71).

#5fb947 hex color red value is 95, green value is 185 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #5fb947 hue: 0.30 , saturation: 0.45 and the lightness value of 5fb947 is 0.50.

The process color (four color CMYK) of #5fb947 color hex is 0.49, 0.00, 0.62, 0.27. Web safe color of #5fb947 is #66cc33. Color #5fb947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111001 01000111
Octal 137 271 107
Decimal 95 185 71
Hex 5F B9 47

RGB Percentages of Color #5fb947

%27.07
%52.71
%20.23

CMYK Percentages of Color #5fb947

%49
%0
%62
%27

Triadic Colors of #5fb947

#5fb947 #475fb9 #b9475f

Analogous Colors of #5fb947

#5fb947 #47b968 #98b947

Monochromatic Colors of #5fb947

#5fb947

Complementary Color

#5fb947 #a147b9

#5fb947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb947 Color CSS Codes

.mybgcolor {background-color:#5fb947; } 
.myforecolor {color:#5fb947; }
.mybordercolor {border:3px solid #5fb947; }

#5fb947 Text Font Color

<p style="color:#5fb947">Text here</p>

This sample text font color is #5fb947
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5fb947 Background Color

<div style="background-color:#5fb947">
Div content here</div>

This div background color is #5fb947


#5fb947 Border Color

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

This div border color is #5fb947


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,185,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fb947; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fb947;
  -webkit-box-shadow: 1px 1px 3px 2px #5fb947;
  box-shadow:         1px 1px 3px 2px #5fb947; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,185,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5fb947">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5fb947;
  -webkit-box-shadow: 1px 1px 3px 2px #5fb947;
  box-shadow:         1px 1px 3px 2px #5fb947;">
Div content here</div>

This div box has shadow with color #5fb947


Comments

No comments written yet.

Please login to write comment.