Color Hex Logo

#5b9d3e Color Hex

#5B9D3E
(91,157,62)
1 Favorites   1 Comments

Color spaces of #5b9d3e

RGB 9115762
HSL0.280.430.43
HSV102°61°62°
CMYK 0.420.000.61   0.38
XYZ17.240926.68598.7996
Yxy26.68590.32700.5061
Hunter Lab51.6584-30.828126.0613
CIE-Lab58.6825-38.869742.2931

#5b9d3e color RGB value is (91,157,62).

#5b9d3e hex color red value is 91, green value is 157 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #5b9d3e hue: 0.28 , saturation: 0.43 and the lightness value of 5b9d3e is 0.43.

The process color (four color CMYK) of #5b9d3e color hex is 0.42, 0.00, 0.61, 0.38. Web safe color of #5b9d3e is #669933. Color #5b9d3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10011101 00111110
Octal 133 235 76
Decimal 91 157 62
Hex 5B 9D 3E

RGB Percentages of Color #5b9d3e

%29.35
%50.65
%20.00

CMYK Percentages of Color #5b9d3e

%42
%0
%61
%38

Triadic Colors of #5b9d3e

#5b9d3e #3e5b9d #9d3e5b

Analogous Colors of #5b9d3e

#5b9d3e #3e9d51 #8b9d3e

Monochromatic Colors of #5b9d3e

#5b9d3e

Complementary Color

#5b9d3e #803e9d

#5b9d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b9d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b9d3e Color CSS Codes

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

#5b9d3e Text Font Color

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

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


#5b9d3e Background Color

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

This div background color is #5b9d3e


#5b9d3e Border Color

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

This div border color is #5b9d3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b9d3e


Comments

14 Apr 2023, 10:39 gutenabendsunshine

The color code 5b9d3e refers to a specific color in the hexadecimal color system, which is commonly used to represent colors on digital platforms such as websites, graphic design, and computer applications.Breaking down the hexadecimal code 5b9d3eThe first two characters 5b represent the red component of the color.The next two characters 9d represent the green component of the color.The last two characters 3e represent the blue component of the color.Each of these components is represented by a two-digit hexadecimal value, ranging from 00 minimum intensity to FF maximum intensity. When combined, these three components create a unique color.In the case of 5b9d3e, the color is a shade of green, with a relatively dark intensity of green 5b, a moderate intensity of red 9d, and a relatively low intensity of blue 3e. The resulting color is likely to be a medium-dark shade of green with some yellowish tones, but the exact appearance may vary depending on the specific context in which it is used and the display settings of the device or platform where it is viewed.

Please login to write comment.