Color Hex Logo

#5fb960 Color Hex

#5FB960
(95,185,96)
0 Favorites   0 Comments

Color spaces of #5fb960

RGB 9518596
HSL0.340.390.55
HSV121°49°73°
CMYK 0.490.000.48   0.27
XYZ24.179637.975317.1219
Yxy37.97530.30500.4790
Hunter Lab61.6241-37.803726.6635
CIE-Lab68.0024-45.263536.8806

#5fb960 color RGB value is (95,185,96).

#5fb960 hex color red value is 95, green value is 185 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #5fb960 hue: 0.34 , saturation: 0.39 and the lightness value of 5fb960 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111001 01100000
Octal 137 271 140
Decimal 95 185 96
Hex 5F B9 60

RGB Percentages of Color #5fb960

%25.27
%49.20
%25.53

CMYK Percentages of Color #5fb960

%49
%0
%48
%27

Triadic Colors of #5fb960

#5fb960 #605fb9 #b9605f

Analogous Colors of #5fb960

#5fb960 #5fb98d #8bb95f

Monochromatic Colors of #5fb960

#5fb960

Complementary Color

#5fb960 #b95fb8

#5fb960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb960 Color CSS Codes

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

#5fb960 Text Font Color

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

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


#5fb960 Background Color

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

This div background color is #5fb960


#5fb960 Border Color

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

This div border color is #5fb960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb960


Comments

No comments written yet.

Please login to write comment.