Color Hex Logo

#5cb240 Color Hex

#5CB240
(92,178,64)
0 Favorites   0 Comments

Color spaces of #5cb240

RGB 9217864
HSL0.290.470.47
HSV105°64°70°
CMYK 0.480.000.64   0.30
XYZ21.259434.486310.3865
Yxy34.48630.32150.5215
Hunter Lab58.7250-38.149030.6211
CIE-Lab65.3467-47.121748.8698

#5cb240 color RGB value is (92,178,64).

#5cb240 hex color red value is 92, green value is 178 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #5cb240 hue: 0.29 , saturation: 0.47 and the lightness value of 5cb240 is 0.47.

The process color (four color CMYK) of #5cb240 color hex is 0.48, 0.00, 0.64, 0.30. Web safe color of #5cb240 is #669933. Color #5cb240 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10110010 01000000
Octal 134 262 100
Decimal 92 178 64
Hex 5C B2 40

RGB Percentages of Color #5cb240

%27.54
%53.29
%19.16

CMYK Percentages of Color #5cb240

%48
%0
%64
%30

Triadic Colors of #5cb240

#5cb240 #405cb2 #b2405c

Analogous Colors of #5cb240

#5cb240 #40b25d #95b240

Monochromatic Colors of #5cb240

#5cb240

Complementary Color

#5cb240 #9640b2

#5cb240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb240 Color CSS Codes

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

#5cb240 Text Font Color

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

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


#5cb240 Background Color

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

This div background color is #5cb240


#5cb240 Border Color

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

This div border color is #5cb240


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,178,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 #5cb240">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb240


Comments

No comments written yet.

Please login to write comment.