Color Hex Logo

#36bb50 Color Hex

#36BB50
(54,187,80)
0 Favorites   0 Comments

Color spaces of #36bb50

RGB 5418780
HSL0.370.550.47
HSV132°71°73°
CMYK 0.710.000.57   0.27
XYZ20.739636.904113.6195
Yxy36.90410.29100.5179
Hunter Lab60.7487-45.370529.2317
CIE-Lab67.2050-57.625643.4346

#36bb50 color RGB value is (54,187,80).

#36bb50 hex color red value is 54, green value is 187 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #36bb50 hue: 0.37 , saturation: 0.55 and the lightness value of 36bb50 is 0.47.

The process color (four color CMYK) of #36bb50 color hex is 0.71, 0.00, 0.57, 0.27. Web safe color of #36bb50 is #33cc66. Color #36bb50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10111011 01010000
Octal 66 273 120
Decimal 54 187 80
Hex 36 BB 50

RGB Percentages of Color #36bb50

%16.82
%58.26
%24.92

CMYK Percentages of Color #36bb50

%71
%0
%57
%27

Triadic Colors of #36bb50

#36bb50 #5036bb #bb5036

Analogous Colors of #36bb50

#36bb50 #36bb93 #5fbb36

Monochromatic Colors of #36bb50

#36bb50

Complementary Color

#36bb50 #bb36a1

#36bb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36bb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#36bb50 Color CSS Codes

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

#36bb50 Text Font Color

<p style="color:#36bb50">Text here</p>

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


#36bb50 Background Color

<div style="background-color:#36bb50">
Div content here</div>

This div background color is #36bb50


#36bb50 Border Color

<div style="border:3px solid #36bb50">
Div here</div>

This div border color is #36bb50


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,187,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36bb50; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36bb50;
  -webkit-box-shadow: 1px 1px 3px 2px #36bb50;
  box-shadow:         1px 1px 3px 2px #36bb50; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36bb50


Comments

No comments written yet.

Please login to write comment.