Color Hex Logo

#5fb041 Color Hex

#5FB041
(95,176,65)
0 Favorites   0 Comments

Color spaces of #5fb041

RGB 9517665
HSL0.290.460.47
HSV104°63°69°
CMYK 0.460.000.63   0.31
XYZ21.198833.865210.4204
Yxy33.86520.32370.5171
Hunter Lab58.1938-36.815330.1190
CIE-Lab64.8554-45.292647.9234

#5fb041 color RGB value is (95,176,65).

#5fb041 hex color red value is 95, green value is 176 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #5fb041 hue: 0.29 , saturation: 0.46 and the lightness value of 5fb041 is 0.47.

The process color (four color CMYK) of #5fb041 color hex is 0.46, 0.00, 0.63, 0.31. Web safe color of #5fb041 is #669933. Color #5fb041 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10110000 01000001
Octal 137 260 101
Decimal 95 176 65
Hex 5F B0 41

RGB Percentages of Color #5fb041

%28.27
%52.38
%19.35

CMYK Percentages of Color #5fb041

%46
%0
%63
%31

Triadic Colors of #5fb041

#5fb041 #415fb0 #b0415f

Analogous Colors of #5fb041

#5fb041 #41b05a #97b041

Monochromatic Colors of #5fb041

#5fb041

Complementary Color

#5fb041 #9241b0

#5fb041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb041 Color CSS Codes

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

#5fb041 Text Font Color

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

This sample text font color is #5fb041
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.


#5fb041 Background Color

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

This div background color is #5fb041


#5fb041 Border Color

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

This div border color is #5fb041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb041


Comments

No comments written yet.

Please login to write comment.