Color Hex Logo

#5bdc4b Color Hex

#5BDC4B
(91,220,75)
0 Favorites   0 Comments

Color spaces of #5bdc4b

RGB 9122075
HSL0.310.670.58
HSV113°66°86°
CMYK 0.590.000.66   0.14
XYZ31.177653.918515.4207
Yxy53.91850.31020.5364
Hunter Lab73.4292-52.711138.9491
CIE-Lab78.4142-62.127958.5326

#5bdc4b color RGB value is (91,220,75).

#5bdc4b hex color red value is 91, green value is 220 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #5bdc4b hue: 0.31 , saturation: 0.67 and the lightness value of 5bdc4b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011100 01001011
Octal 133 334 113
Decimal 91 220 75
Hex 5B DC 4B

RGB Percentages of Color #5bdc4b

%23.58
%56.99
%19.43

CMYK Percentages of Color #5bdc4b

%59
%0
%66
%14

Triadic Colors of #5bdc4b

#5bdc4b #4b5bdc #dc4b5b

Analogous Colors of #5bdc4b

#5bdc4b #4bdc84 #a4dc4b

Monochromatic Colors of #5bdc4b

#5bdc4b

Complementary Color

#5bdc4b #cc4bdc

#5bdc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdc4b Color CSS Codes

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

#5bdc4b Text Font Color

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

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


#5bdc4b Background Color

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

This div background color is #5bdc4b


#5bdc4b Border Color

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

This div border color is #5bdc4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdc4b


Comments

No comments written yet.

Please login to write comment.