Color Hex Logo

#5cc96c Color Hex

#5CC96C
(92,201,108)
0 Favorites   0 Comments

Color spaces of #5cc96c

RGB 92201108
HSL0.360.500.57
HSV129°54°79°
CMYK 0.540.000.46   0.21
XYZ28.007145.131321.4224
Yxy45.13130.29620.4773
Hunter Lab67.1798-43.148528.1194
CIE-Lab72.9783-50.806237.0877

#5cc96c color RGB value is (92,201,108).

#5cc96c hex color red value is 92, green value is 201 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #5cc96c hue: 0.36 , saturation: 0.50 and the lightness value of 5cc96c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001001 01101100
Octal 134 311 154
Decimal 92 201 108
Hex 5C C9 6C

RGB Percentages of Color #5cc96c

%22.94
%50.12
%26.93

CMYK Percentages of Color #5cc96c

%54
%0
%46
%21

Triadic Colors of #5cc96c

#5cc96c #6c5cc9 #c96c5c

Analogous Colors of #5cc96c

#5cc96c #5cc9a3 #83c95c

Monochromatic Colors of #5cc96c

#5cc96c

Complementary Color

#5cc96c #c95cb9

#5cc96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cc96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cc96c Color CSS Codes

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

#5cc96c Text Font Color

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

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


#5cc96c Background Color

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

This div background color is #5cc96c


#5cc96c Border Color

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

This div border color is #5cc96c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,201,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cc96c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cc96c;
  -webkit-box-shadow: 1px 1px 3px 2px #5cc96c;
  box-shadow:         1px 1px 3px 2px #5cc96c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,201,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cc96c


Comments

No comments written yet.

Please login to write comment.