Color Hex Logo

#5fc866 Color Hex

#5FC866
(95,200,102)
0 Favorites   0 Comments

Color spaces of #5fc866

RGB 95200102
HSL0.340.490.58
HSV124°53°78°
CMYK 0.530.000.49   0.22
XYZ27.771944.700819.7348
Yxy44.70080.30120.4848
Hunter Lab66.8587-42.856929.3003
CIE-Lab72.6944-50.516939.7368

#5fc866 color RGB value is (95,200,102).

#5fc866 hex color red value is 95, green value is 200 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #5fc866 hue: 0.34 , saturation: 0.49 and the lightness value of 5fc866 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001000 01100110
Octal 137 310 146
Decimal 95 200 102
Hex 5F C8 66

RGB Percentages of Color #5fc866

%23.93
%50.38
%25.69

CMYK Percentages of Color #5fc866

%53
%0
%49
%22

Triadic Colors of #5fc866

#5fc866 #665fc8 #c8665f

Analogous Colors of #5fc866

#5fc866 #5fc89b #8dc85f

Monochromatic Colors of #5fc866

#5fc866

Complementary Color

#5fc866 #c85fc1

#5fc866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc866 Color CSS Codes

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

#5fc866 Text Font Color

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

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


#5fc866 Background Color

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

This div background color is #5fc866


#5fc866 Border Color

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

This div border color is #5fc866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc866


Comments

No comments written yet.

Please login to write comment.