Color Hex Logo

#5fcd36 Color Hex

#5FCD36
(95,205,54)
0 Favorites   0 Comments

Color spaces of #5fcd36

RGB 9520554
HSL0.290.600.51
HSV104°74°80°
CMYK 0.540.000.74   0.20
XYZ27.216546.361911.0043
Yxy46.36190.32180.5481
Hunter Lab68.0896-47.807438.0805
CIE-Lab73.7798-57.421661.6324

#5fcd36 color RGB value is (95,205,54).

#5fcd36 hex color red value is 95, green value is 205 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #5fcd36 hue: 0.29 , saturation: 0.60 and the lightness value of 5fcd36 is 0.51.

The process color (four color CMYK) of #5fcd36 color hex is 0.54, 0.00, 0.74, 0.20. Web safe color of #5fcd36 is #66cc33. Color #5fcd36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001101 00110110
Octal 137 315 66
Decimal 95 205 54
Hex 5F CD 36

RGB Percentages of Color #5fcd36

%26.84
%57.91
%15.25

CMYK Percentages of Color #5fcd36

%54
%0
%74
%20

Triadic Colors of #5fcd36

#5fcd36 #365fcd #cd365f

Analogous Colors of #5fcd36

#5fcd36 #36cd59 #abcd36

Monochromatic Colors of #5fcd36

#5fcd36

Complementary Color

#5fcd36 #a436cd

#5fcd36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcd36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcd36 Color CSS Codes

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

#5fcd36 Text Font Color

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

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


#5fcd36 Background Color

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

This div background color is #5fcd36


#5fcd36 Border Color

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

This div border color is #5fcd36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcd36


Comments

No comments written yet.

Please login to write comment.