Color Hex Logo

#51dd00 Color Hex

#51DD00
(81,221,0)
0 Favorites   0 Comments

Color spaces of #51dd00

RGB 812210
HSL0.271.000.43
HSV98°100°87°
CMYK 0.630.001.00   0.13
XYZ29.249853.46228.7776
Yxy53.46220.31970.5844
Hunter Lab73.1179-56.549744.0649
CIE-Lab78.1471-68.235775.9249

#51dd00 color RGB value is (81,221,0).

#51dd00 hex color red value is 81, green value is 221 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #51dd00 hue: 0.27 , saturation: 1.00 and the lightness value of 51dd00 is 0.43.

The process color (four color CMYK) of #51dd00 color hex is 0.63, 0.00, 1.00, 0.13. Web safe color of #51dd00 is #66cc00. Color #51dd00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011101 00000000
Octal 121 335 0
Decimal 81 221 0
Hex 51 DD 0

RGB Percentages of Color #51dd00

%26.82
%73.18
%0.00

CMYK Percentages of Color #51dd00

%63
%0
%100
%13

Triadic Colors of #51dd00

#51dd00 #0051dd #dd0051

Analogous Colors of #51dd00

#51dd00 #00dd1e #c0dd00

Monochromatic Colors of #51dd00

#51dd00

Complementary Color

#51dd00 #8c00dd

#51dd00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dd00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dd00 Color CSS Codes

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

#51dd00 Text Font Color

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

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


#51dd00 Background Color

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

This div background color is #51dd00


#51dd00 Border Color

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

This div border color is #51dd00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dd00


Comments

No comments written yet.

Please login to write comment.