Color Hex Logo

#51be52 Color Hex

#51BE52
(81,190,82)
0 Favorites   0 Comments

Color spaces of #51be52

RGB 8119082
HSL0.330.460.53
HSV121°57°75°
CMYK 0.570.000.57   0.25
XYZ23.329839.185414.3166
Yxy39.18540.30360.5100
Hunter Lab62.5982-43.021630.2588
CIE-Lab68.8854-52.825244.6535

#51be52 color RGB value is (81,190,82).

#51be52 hex color red value is 81, green value is 190 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #51be52 hue: 0.33 , saturation: 0.46 and the lightness value of 51be52 is 0.53.

The process color (four color CMYK) of #51be52 color hex is 0.57, 0.00, 0.57, 0.25. Web safe color of #51be52 is #66cc66. Color #51be52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111110 01010010
Octal 121 276 122
Decimal 81 190 82
Hex 51 BE 52

RGB Percentages of Color #51be52

%22.95
%53.82
%23.23

CMYK Percentages of Color #51be52

%57
%0
%57
%25

Triadic Colors of #51be52

#51be52 #5251be #be5251

Analogous Colors of #51be52

#51be52 #51be89 #87be51

Monochromatic Colors of #51be52

#51be52

Complementary Color

#51be52 #be51bd

#51be52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51be52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#51be52 Color CSS Codes

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

#51be52 Text Font Color

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

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


#51be52 Background Color

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

This div background color is #51be52


#51be52 Border Color

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

This div border color is #51be52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51be52


Comments

No comments written yet.

Please login to write comment.