color codes Logo

#81b81c color codes

#81B81C
(129,184,28)
0 Favorites   0 Comments

Color spaces of #81b81c

RGB 12918428
HSL0.230.740.42
HSV81°85°72°
CMYK 0.300.000.85   0.28
XYZ26.403439.03197.2409
Yxy39.03190.36330.5371
Hunter Lab62.4755-33.894536.8612
CIE-Lab68.7744-39.161865.1336

#81b81c color RGB value is (129,184,28).

#81b81c hex color red value is 129, green value is 184 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #81b81c hue: 0.23 , saturation: 0.74 and the lightness value of 81b81c is 0.42.

The process color (four color CMYK) of #81b81c color code is 0.30, 0.00, 0.85, 0.28. Web safe color of #81b81c is #99cc33. Color #81b81c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111000 00011100
Octal 201 270 34
Decimal 129 184 28
Hex 81 B8 1C

RGB Percentages of Color #81b81c

%37.83
%53.96
%8.21

CMYK Percentages of Color #81b81c

%30
%0
%85
%28

Triadic Colors of #81b81c

#81b81c #1c81b8 #b81c81

Analogous Colors of #81b81c

#81b81c #33b81c #b8a11c

Monochromatic Colors of #81b81c

#81b81c

Complementary Color

#81b81c #531cb8

#81b81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81b81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#81b81c Color CSS Codes

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

#81b81c Text Font Color

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

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


#81b81c Background Color

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

This div background color is #81b81c


#81b81c Border Color

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

This div border color is #81b81c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,184,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 #81b81c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81b81c


Comments

No comments written yet.

Please login to write comment.