Color Hex Logo

#81b61c Color Hex

#81B61C
(129,182,28)
0 Favorites   0 Comments

Color spaces of #81b61c

RGB 12918228
HSL0.220.730.41
HSV81°85°71°
CMYK 0.290.000.85   0.29
XYZ25.990838.20697.1034
Yxy38.20690.36450.5359
Hunter Lab61.8117-33.114336.4546
CIE-Lab68.1728-38.277364.6127

#81b61c color RGB value is (129,182,28).

#81b61c hex color red value is 129, green value is 182 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #81b61c hue: 0.22 , saturation: 0.73 and the lightness value of 81b61c is 0.41.

The process color (four color CMYK) of #81b61c color hex is 0.29, 0.00, 0.85, 0.29. Web safe color of #81b61c is #99cc33. Color #81b61c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10110110 00011100
Octal 201 266 34
Decimal 129 182 28
Hex 81 B6 1C

RGB Percentages of Color #81b61c

%38.05
%53.69
%8.26

CMYK Percentages of Color #81b61c

%29
%0
%85
%29

Triadic Colors of #81b61c

#81b61c #1c81b6 #b61c81

Analogous Colors of #81b61c

#81b61c #34b61c #b69e1c

Monochromatic Colors of #81b61c

#81b61c

Complementary Color

#81b61c #511cb6

#81b61c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81b61c Color Preview on White Background

Lorem ipsum dolor sit amet.

#81b61c Color CSS Codes

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

#81b61c Text Font Color

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

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


#81b61c Background Color

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

This div background color is #81b61c


#81b61c Border Color

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

This div border color is #81b61c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81b61c


Comments

No comments written yet.

Please login to write comment.