Color Hex Logo

#5bbb46 Color Hex

#5BBB46
(91,187,70)
0 Favorites   0 Comments

Color spaces of #5bbb46

RGB 9118770
HSL0.300.460.50
HSV109°63°73°
CMYK 0.510.000.63   0.27
XYZ23.190238.207011.9468
Yxy38.20700.31620.5209
Hunter Lab61.8118-41.202131.8089
CIE-Lab68.1729-50.379949.3783

#5bbb46 color RGB value is (91,187,70).

#5bbb46 hex color red value is 91, green value is 187 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #5bbb46 hue: 0.30 , saturation: 0.46 and the lightness value of 5bbb46 is 0.50.

The process color (four color CMYK) of #5bbb46 color hex is 0.51, 0.00, 0.63, 0.27. Web safe color of #5bbb46 is #66cc33. Color #5bbb46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111011 01000110
Octal 133 273 106
Decimal 91 187 70
Hex 5B BB 46

RGB Percentages of Color #5bbb46

%26.15
%53.74
%20.11

CMYK Percentages of Color #5bbb46

%51
%0
%63
%27

Triadic Colors of #5bbb46

#5bbb46 #465bbb #bb465b

Analogous Colors of #5bbb46

#5bbb46 #46bb6c #96bb46

Monochromatic Colors of #5bbb46

#5bbb46

Complementary Color

#5bbb46 #a646bb

#5bbb46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbb46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbb46 Color CSS Codes

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

#5bbb46 Text Font Color

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

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


#5bbb46 Background Color

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

This div background color is #5bbb46


#5bbb46 Border Color

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

This div border color is #5bbb46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbb46


Comments

No comments written yet.

Please login to write comment.