Color Hex Logo

#5cc261 Color Hex

#5CC261
(92,194,97)
0 Favorites   0 Comments

Color spaces of #5cc261

RGB 9219497
HSL0.340.460.56
HSV123°53°76°
CMYK 0.530.000.50   0.24
XYZ25.863141.722017.9993
Yxy41.72200.30220.4875
Hunter Lab64.5926-41.564928.6931
CIE-Lab70.6788-49.611439.6818

#5cc261 color RGB value is (92,194,97).

#5cc261 hex color red value is 92, green value is 194 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #5cc261 hue: 0.34 , saturation: 0.46 and the lightness value of 5cc261 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11000010 01100001
Octal 134 302 141
Decimal 92 194 97
Hex 5C C2 61

RGB Percentages of Color #5cc261

%24.02
%50.65
%25.33

CMYK Percentages of Color #5cc261

%53
%0
%50
%24

Triadic Colors of #5cc261

#5cc261 #615cc2 #c2615c

Analogous Colors of #5cc261

#5cc261 #5cc294 #8ac25c

Monochromatic Colors of #5cc261

#5cc261

Complementary Color

#5cc261 #c25cbd

#5cc261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cc261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cc261 Color CSS Codes

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

#5cc261 Text Font Color

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

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


#5cc261 Background Color

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

This div background color is #5cc261


#5cc261 Border Color

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

This div border color is #5cc261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cc261


Comments

No comments written yet.

Please login to write comment.