Color Hex Logo

#81d651 Color Hex

#81D651
(129,214,81)
0 Favorites   0 Comments

Color spaces of #81d651

RGB 12921481
HSL0.270.620.58
HSV98°62°84°
CMYK 0.400.000.62   0.16
XYZ34.585053.354316.2602
Yxy53.35430.33190.5120
Hunter Lab73.0440-43.310637.9324
CIE-Lab78.0837-48.573156.1044

#81d651 color RGB value is (129,214,81).

#81d651 hex color red value is 129, green value is 214 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #81d651 hue: 0.27 , saturation: 0.62 and the lightness value of 81d651 is 0.58.

The process color (four color CMYK) of #81d651 color hex is 0.40, 0.00, 0.62, 0.16. Web safe color of #81d651 is #99cc66. Color #81d651 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11010110 01010001
Octal 201 326 121
Decimal 129 214 81
Hex 81 D6 51

RGB Percentages of Color #81d651

%30.42
%50.47
%19.10

CMYK Percentages of Color #81d651

%40
%0
%62
%16

Triadic Colors of #81d651

#81d651 #5181d6 #d65181

Analogous Colors of #81d651

#81d651 #51d663 #c4d651

Monochromatic Colors of #81d651

#81d651

Complementary Color

#81d651 #a651d6

#81d651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81d651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#81d651 Color CSS Codes

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

#81d651 Text Font Color

<p style="color:#81d651">Text here</p>

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


#81d651 Background Color

<div style="background-color:#81d651">
Div content here</div>

This div background color is #81d651


#81d651 Border Color

<div style="border:3px solid #81d651">
Div here</div>

This div border color is #81d651


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,214,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81d651; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81d651;
  -webkit-box-shadow: 1px 1px 3px 2px #81d651;
  box-shadow:         1px 1px 3px 2px #81d651; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81d651


Comments

No comments written yet.

Please login to write comment.