Color Hex Logo

#5cd55c Color Hex

#5CD55C
(92,213,92)
0 Favorites   0 Comments

Color spaces of #5cd55c

RGB 9221392
HSL0.330.590.60
HSV120°57°84°
CMYK 0.570.000.57   0.16
XYZ30.139650.636518.3105
Yxy50.63650.30420.5110
Hunter Lab71.1593-48.925034.5552
CIE-Lab76.4583-57.567549.0174

#5cd55c color RGB value is (92,213,92).

#5cd55c hex color red value is 92, green value is 213 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #5cd55c hue: 0.33 , saturation: 0.59 and the lightness value of 5cd55c is 0.60.

The process color (four color CMYK) of #5cd55c color hex is 0.57, 0.00, 0.57, 0.16. Web safe color of #5cd55c is #66cc66. Color #5cd55c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11010101 01011100
Octal 134 325 134
Decimal 92 213 92
Hex 5C D5 5C

RGB Percentages of Color #5cd55c

%23.17
%53.65
%23.17

CMYK Percentages of Color #5cd55c

%57
%0
%57
%16

Triadic Colors of #5cd55c

#5cd55c #5c5cd5 #d55c5c

Analogous Colors of #5cd55c

#5cd55c #5cd599 #99d55c

Monochromatic Colors of #5cd55c

#5cd55c

Complementary Color

#5cd55c #d55cd5

#5cd55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd55c Color CSS Codes

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

#5cd55c Text Font Color

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

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


#5cd55c Background Color

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

This div background color is #5cd55c


#5cd55c Border Color

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

This div border color is #5cd55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd55c


Comments

No comments written yet.

Please login to write comment.