color codes Logo

#5de20c color codes

#5DE20C
(93,226,12)
0 Favorites   0 Comments

Color spaces of #5de20c

RGB 9322612
HSL0.270.900.47
HSV97°95°89°
CMYK 0.590.000.95   0.11
XYZ31.776956.74649.6262
Yxy56.74640.32380.5782
Hunter Lab75.3302-56.530445.1547
CIE-Lab80.0367-66.926376.4839

#5de20c color RGB value is (93,226,12).

#5de20c hex color red value is 93, green value is 226 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #5de20c hue: 0.27 , saturation: 0.90 and the lightness value of 5de20c is 0.47.

The process color (four color CMYK) of #5de20c color code is 0.59, 0.00, 0.95, 0.11. Web safe color of #5de20c is #66cc00. Color #5de20c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11100010 00001100
Octal 135 342 14
Decimal 93 226 12
Hex 5D E2 C

RGB Percentages of Color #5de20c

%28.10
%68.28
%3.63

CMYK Percentages of Color #5de20c

%59
%0
%95
%11

Triadic Colors of #5de20c

#5de20c #0c5de2 #e20c5d

Analogous Colors of #5de20c

#5de20c #0ce226 #c8e20c

Monochromatic Colors of #5de20c

#5de20c

Complementary Color

#5de20c #910ce2

#5de20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de20c Color CSS Codes

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

#5de20c Text Font Color

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

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


#5de20c Background Color

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

This div background color is #5de20c


#5de20c Border Color

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

This div border color is #5de20c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de20c


Comments

No comments written yet.

Please login to write comment.