Color Hex Logo

#5dc920 Color Hex

#5DC920
(93,201,32)
0 Favorites   0 Comments

Color spaces of #5dc920

RGB 9320132
HSL0.270.730.46
HSV98°84°79°
CMYK 0.540.000.84   0.21
XYZ25.661644.20478.5464
Yxy44.20470.32730.5637
Hunter Lab66.4866-47.456638.9193
CIE-Lab72.3651-57.723566.7213

#5dc920 color RGB value is (93,201,32).

#5dc920 hex color red value is 93, green value is 201 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #5dc920 hue: 0.27 , saturation: 0.73 and the lightness value of 5dc920 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001001 00100000
Octal 135 311 40
Decimal 93 201 32
Hex 5D C9 20

RGB Percentages of Color #5dc920

%28.53
%61.66
%9.82

CMYK Percentages of Color #5dc920

%54
%0
%84
%21

Triadic Colors of #5dc920

#5dc920 #205dc9 #c9205d

Analogous Colors of #5dc920

#5dc920 #20c938 #b2c920

Monochromatic Colors of #5dc920

#5dc920

Complementary Color

#5dc920 #8c20c9

#5dc920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc920 Color CSS Codes

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

#5dc920 Text Font Color

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

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


#5dc920 Background Color

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

This div background color is #5dc920


#5dc920 Border Color

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

This div border color is #5dc920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc920


Comments

No comments written yet.

Please login to write comment.