Color Hex Logo

#5bb33d Color Hex

#5BB33D
(91,179,61)
0 Favorites   0 Comments

Color spaces of #5bb33d

RGB 9117961
HSL0.290.490.47
HSV105°66°70°
CMYK 0.490.000.66   0.30
XYZ21.276834.801310.0108
Yxy34.80130.32190.5266
Hunter Lab58.9926-38.857731.2336
CIE-Lab65.5937-48.103250.4109

#5bb33d color RGB value is (91,179,61).

#5bb33d hex color red value is 91, green value is 179 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #5bb33d hue: 0.29 , saturation: 0.49 and the lightness value of 5bb33d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10110011 00111101
Octal 133 263 75
Decimal 91 179 61
Hex 5B B3 3D

RGB Percentages of Color #5bb33d

%27.49
%54.08
%18.43

CMYK Percentages of Color #5bb33d

%49
%0
%66
%30

Triadic Colors of #5bb33d

#5bb33d #3d5bb3 #b33d5b

Analogous Colors of #5bb33d

#5bb33d #3db35a #96b33d

Monochromatic Colors of #5bb33d

#5bb33d

Complementary Color

#5bb33d #953db3

#5bb33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb33d Color CSS Codes

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

#5bb33d Text Font Color

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

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


#5bb33d Background Color

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

This div background color is #5bb33d


#5bb33d Border Color

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

This div border color is #5bb33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bb33d


Comments

No comments written yet.

Please login to write comment.