Color Hex Logo

#51a060 Color Hex

#51A060
(81,160,96)
0 Favorites   0 Comments

Color spaces of #51a060

RGB 8116096
HSL0.360.330.47
HSV131°49°63°
CMYK 0.490.000.40   0.37
XYZ18.075527.735515.4671
Yxy27.73550.29500.4526
Hunter Lab52.6645-30.898219.4522
CIE-Lab59.6490-38.540626.0744

#51a060 color RGB value is (81,160,96).

#51a060 hex color red value is 81, green value is 160 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #51a060 hue: 0.36 , saturation: 0.33 and the lightness value of 51a060 is 0.47.

The process color (four color CMYK) of #51a060 color hex is 0.49, 0.00, 0.40, 0.37. Web safe color of #51a060 is #669966. Color #51a060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10100000 01100000
Octal 121 240 140
Decimal 81 160 96
Hex 51 A0 60

RGB Percentages of Color #51a060

%24.04
%47.48
%28.49

CMYK Percentages of Color #51a060

%49
%0
%40
%37

Triadic Colors of #51a060

#51a060 #6051a0 #a06051

Analogous Colors of #51a060

#51a060 #51a088 #6aa051

Monochromatic Colors of #51a060

#51a060

Complementary Color

#51a060 #a05191

#51a060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51a060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#51a060 Color CSS Codes

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

#51a060 Text Font Color

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

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


#51a060 Background Color

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

This div background color is #51a060


#51a060 Border Color

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

This div border color is #51a060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51a060


Comments

No comments written yet.

Please login to write comment.