Color Hex Logo

#5cb61e Color Hex

#5CB61E
(92,182,30)
0 Favorites   0 Comments

Color spaces of #5cb61e

RGB 9218230
HSL0.270.720.42
HSV96°84°71°
CMYK 0.490.000.84   0.29
XYZ21.375935.82497.0166
Yxy35.82490.33290.5579
Hunter Lab59.8539-40.995834.9472
CIE-Lab66.3859-51.047561.8611

#5cb61e color RGB value is (92,182,30).

#5cb61e hex color red value is 92, green value is 182 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #5cb61e hue: 0.27 , saturation: 0.72 and the lightness value of 5cb61e is 0.42.

The process color (four color CMYK) of #5cb61e color hex is 0.49, 0.00, 0.84, 0.29. Web safe color of #5cb61e is #66cc33. Color #5cb61e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10110110 00011110
Octal 134 266 36
Decimal 92 182 30
Hex 5C B6 1E

RGB Percentages of Color #5cb61e

%30.26
%59.87
%9.87

CMYK Percentages of Color #5cb61e

%49
%0
%84
%29

Triadic Colors of #5cb61e

#5cb61e #1e5cb6 #b61e5c

Analogous Colors of #5cb61e

#5cb61e #1eb62c #a8b61e

Monochromatic Colors of #5cb61e

#5cb61e

Complementary Color

#5cb61e #781eb6

#5cb61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb61e Color CSS Codes

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

#5cb61e Text Font Color

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

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


#5cb61e Background Color

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

This div background color is #5cb61e


#5cb61e Border Color

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

This div border color is #5cb61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb61e


Comments

No comments written yet.

Please login to write comment.