Color Hex Logo

#5cd72a Color Hex

#5CD72A
(92,215,42)
0 Favorites   0 Comments

Color spaces of #5cd72a

RGB 9221542
HSL0.290.680.50
HSV103°80°84°
CMYK 0.570.000.80   0.16
XYZ29.132051.043410.5074
Yxy51.04340.32130.5629
Hunter Lab71.4447-52.243741.2915
CIE-Lab76.7053-62.474868.1003

#5cd72a color RGB value is (92,215,42).

#5cd72a hex color red value is 92, green value is 215 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #5cd72a hue: 0.29 , saturation: 0.68 and the lightness value of 5cd72a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11010111 00101010
Octal 134 327 52
Decimal 92 215 42
Hex 5C D7 2A

RGB Percentages of Color #5cd72a

%26.36
%61.60
%12.03

CMYK Percentages of Color #5cd72a

%57
%0
%80
%16

Triadic Colors of #5cd72a

#5cd72a #2a5cd7 #d72a5c

Analogous Colors of #5cd72a

#5cd72a #2ad74f #b3d72a

Monochromatic Colors of #5cd72a

#5cd72a

Complementary Color

#5cd72a #a52ad7

#5cd72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd72a Color CSS Codes

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

#5cd72a Text Font Color

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

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


#5cd72a Background Color

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

This div background color is #5cd72a


#5cd72a Border Color

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

This div border color is #5cd72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd72a


Comments

No comments written yet.

Please login to write comment.