Color Hex Logo

#5bdc40 Color Hex

#5BDC40
(91,220,64)
0 Favorites   0 Comments

Color spaces of #5bdc40

RGB 9122064
HSL0.300.690.56
HSV110°71°86°
CMYK 0.590.000.71   0.14
XYZ30.833053.780713.6061
Yxy53.78070.31390.5476
Hunter Lab73.3353-53.288540.3345
CIE-Lab78.3337-63.056162.6548

#5bdc40 color RGB value is (91,220,64).

#5bdc40 hex color red value is 91, green value is 220 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #5bdc40 hue: 0.30 , saturation: 0.69 and the lightness value of 5bdc40 is 0.56.

The process color (four color CMYK) of #5bdc40 color hex is 0.59, 0.00, 0.71, 0.14. Web safe color of #5bdc40 is #66cc33. Color #5bdc40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011100 01000000
Octal 133 334 100
Decimal 91 220 64
Hex 5B DC 40

RGB Percentages of Color #5bdc40

%24.27
%58.67
%17.07

CMYK Percentages of Color #5bdc40

%59
%0
%71
%14

Triadic Colors of #5bdc40

#5bdc40 #405bdc #dc405b

Analogous Colors of #5bdc40

#5bdc40 #40dc73 #a9dc40

Monochromatic Colors of #5bdc40

#5bdc40

Complementary Color

#5bdc40 #c140dc

#5bdc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdc40 Color CSS Codes

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

#5bdc40 Text Font Color

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

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


#5bdc40 Background Color

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

This div background color is #5bdc40


#5bdc40 Border Color

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

This div border color is #5bdc40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,220,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bdc40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bdc40;
  -webkit-box-shadow: 1px 1px 3px 2px #5bdc40;
  box-shadow:         1px 1px 3px 2px #5bdc40; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdc40


Comments

No comments written yet.

Please login to write comment.