Color Hex Logo

#51ba64 Color Hex

#51BA64
(81,186,100)
0 Favorites   0 Comments

Color spaces of #51ba64

RGB 81186100
HSL0.360.430.52
HSV131°56°73°
CMYK 0.560.000.46   0.27
XYZ23.252537.787218.1247
Yxy37.78720.29370.4773
Hunter Lab61.4713-40.054325.5484
CIE-Lab67.8635-48.766734.5734

#51ba64 color RGB value is (81,186,100).

#51ba64 hex color red value is 81, green value is 186 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #51ba64 hue: 0.36 , saturation: 0.43 and the lightness value of 51ba64 is 0.52.

The process color (four color CMYK) of #51ba64 color hex is 0.56, 0.00, 0.46, 0.27. Web safe color of #51ba64 is #66cc66. Color #51ba64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111010 01100100
Octal 121 272 144
Decimal 81 186 100
Hex 51 BA 64

RGB Percentages of Color #51ba64

%22.07
%50.68
%27.25

CMYK Percentages of Color #51ba64

%56
%0
%46
%27

Triadic Colors of #51ba64

#51ba64 #6451ba #ba6451

Analogous Colors of #51ba64

#51ba64 #51ba99 #73ba51

Monochromatic Colors of #51ba64

#51ba64

Complementary Color

#51ba64 #ba51a7

#51ba64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ba64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ba64 Color CSS Codes

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

#51ba64 Text Font Color

<p style="color:#51ba64">Text here</p>

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


#51ba64 Background Color

<div style="background-color:#51ba64">
Div content here</div>

This div background color is #51ba64


#51ba64 Border Color

<div style="border:3px solid #51ba64">
Div here</div>

This div border color is #51ba64


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,186,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51ba64; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51ba64;
  -webkit-box-shadow: 1px 1px 3px 2px #51ba64;
  box-shadow:         1px 1px 3px 2px #51ba64; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,186,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ba64


Comments

No comments written yet.

Please login to write comment.