Color Hex Logo

#5b991e Color Hex

#5B991E
(91,153,30)
0 Favorites   0 Comments

Color spaces of #5b991e

RGB 9115330
HSL0.250.670.36
HSV90°80°60°
CMYK 0.410.000.80   0.40
XYZ15.940025.10035.2330
Yxy25.10030.34450.5424
Hunter Lab50.1002-30.883428.8773
CIE-Lab57.1730-39.669353.4449

#5b991e color RGB value is (91,153,30).

#5b991e hex color red value is 91, green value is 153 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #5b991e hue: 0.25 , saturation: 0.67 and the lightness value of 5b991e is 0.36.

The process color (four color CMYK) of #5b991e color hex is 0.41, 0.00, 0.80, 0.40. Web safe color of #5b991e is #669933. Color #5b991e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10011001 00011110
Octal 133 231 36
Decimal 91 153 30
Hex 5B 99 1E

RGB Percentages of Color #5b991e

%33.21
%55.84
%10.95

CMYK Percentages of Color #5b991e

%41
%0
%80
%40

Triadic Colors of #5b991e

#5b991e #1e5b99 #991e5b

Analogous Colors of #5b991e

#5b991e #1e991f #99991e

Monochromatic Colors of #5b991e

#5b991e

Complementary Color

#5b991e #5c1e99

#5b991e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b991e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b991e Color CSS Codes

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

#5b991e Text Font Color

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

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


#5b991e Background Color

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

This div background color is #5b991e


#5b991e Border Color

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

This div border color is #5b991e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b991e


Comments

No comments written yet.

Please login to write comment.