Color Hex Logo

#51c134 Color Hex

#51C134
(81,193,52)
0 Favorites   0 Comments

Color spaces of #51c134

RGB 8119352
HSL0.300.580.48
HSV108°73°76°
CMYK 0.580.000.73   0.24
XYZ23.083140.13729.7795
Yxy40.13720.31620.5498
Hunter Lab63.3539-45.832635.1956
CIE-Lab69.5671-56.871357.9624

#51c134 color RGB value is (81,193,52).

#51c134 hex color red value is 81, green value is 193 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #51c134 hue: 0.30 , saturation: 0.58 and the lightness value of 51c134 is 0.48.

The process color (four color CMYK) of #51c134 color hex is 0.58, 0.00, 0.73, 0.24. Web safe color of #51c134 is #66cc33. Color #51c134 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11000001 00110100
Octal 121 301 64
Decimal 81 193 52
Hex 51 C1 34

RGB Percentages of Color #51c134

%24.85
%59.20
%15.95

CMYK Percentages of Color #51c134

%58
%0
%73
%24

Triadic Colors of #51c134

#51c134 #3451c1 #c13451

Analogous Colors of #51c134

#51c134 #34c15d #98c134

Monochromatic Colors of #51c134

#51c134

Complementary Color

#51c134 #a434c1

#51c134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51c134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#51c134 Color CSS Codes

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

#51c134 Text Font Color

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

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


#51c134 Background Color

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

This div background color is #51c134


#51c134 Border Color

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

This div border color is #51c134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51c134


Comments

No comments written yet.

Please login to write comment.