Color Hex Logo

#5cb85b Color Hex

#5CB85B
(92,184,91)
0 Favorites   0 Comments

Color spaces of #5cb85b

RGB 9218491
HSL0.330.400.54
HSV119°51°72°
CMYK 0.500.000.51   0.28
XYZ23.442537.311615.8638
Yxy37.31160.30600.4870
Hunter Lab61.0832-38.391027.3602
CIE-Lab67.5102-46.394338.7435

#5cb85b color RGB value is (92,184,91).

#5cb85b hex color red value is 92, green value is 184 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #5cb85b hue: 0.33 , saturation: 0.40 and the lightness value of 5cb85b is 0.54.

The process color (four color CMYK) of #5cb85b color hex is 0.50, 0.00, 0.51, 0.28. Web safe color of #5cb85b is #66cc66. Color #5cb85b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111000 01011011
Octal 134 270 133
Decimal 92 184 91
Hex 5C B8 5B

RGB Percentages of Color #5cb85b

%25.07
%50.14
%24.80

CMYK Percentages of Color #5cb85b

%50
%0
%51
%28

Triadic Colors of #5cb85b

#5cb85b #5b5cb8 #b85b5c

Analogous Colors of #5cb85b

#5cb85b #5bb889 #8bb85b

Monochromatic Colors of #5cb85b

#5cb85b

Complementary Color

#5cb85b #b75bb8

#5cb85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb85b Color CSS Codes

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

#5cb85b Text Font Color

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

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


#5cb85b Background Color

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

This div background color is #5cb85b


#5cb85b Border Color

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

This div border color is #5cb85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb85b


Comments

No comments written yet.

Please login to write comment.