Color Hex Logo

#5fca51 Color Hex

#5FCA51
(95,202,81)
0 Favorites   0 Comments

Color spaces of #5fca51

RGB 9520281
HSL0.310.530.55
HSV113°60°79°
CMYK 0.530.000.60   0.21
XYZ27.325045.268015.0820
Yxy45.26800.31170.5163
Hunter Lab67.2815-45.248533.8064
CIE-Lab73.0680-53.916450.0840

#5fca51 color RGB value is (95,202,81).

#5fca51 hex color red value is 95, green value is 202 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #5fca51 hue: 0.31 , saturation: 0.53 and the lightness value of 5fca51 is 0.55.

The process color (four color CMYK) of #5fca51 color hex is 0.53, 0.00, 0.60, 0.21. Web safe color of #5fca51 is #66cc66. Color #5fca51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 01010001
Octal 137 312 121
Decimal 95 202 81
Hex 5F CA 51

RGB Percentages of Color #5fca51

%25.13
%53.44
%21.43

CMYK Percentages of Color #5fca51

%53
%0
%60
%21

Triadic Colors of #5fca51

#5fca51 #515fca #ca515f

Analogous Colors of #5fca51

#5fca51 #51ca80 #9cca51

Monochromatic Colors of #5fca51

#5fca51

Complementary Color

#5fca51 #bc51ca

#5fca51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fca51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fca51 Color CSS Codes

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

#5fca51 Text Font Color

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

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


#5fca51 Background Color

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

This div background color is #5fca51


#5fca51 Border Color

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

This div border color is #5fca51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fca51


Comments

No comments written yet.

Please login to write comment.