Color Hex Logo

#5bcd32 Color Hex

#5BCD32
(91,205,50)
0 Favorites   0 Comments

Color spaces of #5bcd32

RGB 9120550
HSL0.290.610.50
HSV104°76°80°
CMYK 0.560.000.76   0.20
XYZ26.721446.117110.5107
Yxy46.11710.32060.5533
Hunter Lab67.9096-48.604738.3601
CIE-Lab73.6215-58.749962.7737

#5bcd32 color RGB value is (91,205,50).

#5bcd32 hex color red value is 91, green value is 205 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #5bcd32 hue: 0.29 , saturation: 0.61 and the lightness value of 5bcd32 is 0.50.

The process color (four color CMYK) of #5bcd32 color hex is 0.56, 0.00, 0.76, 0.20. Web safe color of #5bcd32 is #66cc33. Color #5bcd32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001101 00110010
Octal 133 315 62
Decimal 91 205 50
Hex 5B CD 32

RGB Percentages of Color #5bcd32

%26.30
%59.25
%14.45

CMYK Percentages of Color #5bcd32

%56
%0
%76
%20

Triadic Colors of #5bcd32

#5bcd32 #325bcd #cd325b

Analogous Colors of #5bcd32

#5bcd32 #32cd56 #a9cd32

Monochromatic Colors of #5bcd32

#5bcd32

Complementary Color

#5bcd32 #a432cd

#5bcd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcd32 Color CSS Codes

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

#5bcd32 Text Font Color

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

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


#5bcd32 Background Color

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

This div background color is #5bcd32


#5bcd32 Border Color

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

This div border color is #5bcd32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcd32


Comments

No comments written yet.

Please login to write comment.