Color Hex Logo

#5fbf78 Color Hex

#5FBF78
(95,191,120)
0 Favorites   0 Comments

Color spaces of #5fbf78

RGB 95191120
HSL0.380.430.56
HSV136°50°75°
CMYK 0.500.000.37   0.25
XYZ26.740341.050624.2835
Yxy41.05060.29040.4458
Hunter Lab64.0707-37.625822.3780
CIE-Lab70.2114-43.974027.3534

#5fbf78 color RGB value is (95,191,120).

#5fbf78 hex color red value is 95, green value is 191 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #5fbf78 hue: 0.38 , saturation: 0.43 and the lightness value of 5fbf78 is 0.56.

The process color (four color CMYK) of #5fbf78 color hex is 0.50, 0.00, 0.37, 0.25. Web safe color of #5fbf78 is #66cc66. Color #5fbf78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111111 01111000
Octal 137 277 170
Decimal 95 191 120
Hex 5F BF 78

RGB Percentages of Color #5fbf78

%23.40
%47.04
%29.56

CMYK Percentages of Color #5fbf78

%50
%0
%37
%25

Triadic Colors of #5fbf78

#5fbf78 #785fbf #bf785f

Analogous Colors of #5fbf78

#5fbf78 #5fbfa8 #76bf5f

Monochromatic Colors of #5fbf78

#5fbf78

Complementary Color

#5fbf78 #bf5fa6

#5fbf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbf78 Color CSS Codes

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

#5fbf78 Text Font Color

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

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


#5fbf78 Background Color

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

This div background color is #5fbf78


#5fbf78 Border Color

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

This div border color is #5fbf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbf78


Comments

No comments written yet.

Please login to write comment.