Color Hex Logo

#81dd4c Color Hex

#81DD4C
(129,221,76)
0 Favorites   0 Comments

Color spaces of #81dd4c

RGB 12922176
HSL0.270.680.58
HSV98°66°87°
CMYK 0.420.000.66   0.13
XYZ36.214256.901815.9119
Yxy56.90180.33220.5219
Hunter Lab75.4333-46.313540.2967
CIE-Lab80.1243-51.849560.3858

#81dd4c color RGB value is (129,221,76).

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

The process color (four color CMYK) of #81dd4c color hex is 0.42, 0.00, 0.66, 0.13. Web safe color of #81dd4c is #99cc33. Color #81dd4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011101 01001100
Octal 201 335 114
Decimal 129 221 76
Hex 81 DD 4C

RGB Percentages of Color #81dd4c

%30.28
%51.88
%17.84

CMYK Percentages of Color #81dd4c

%42
%0
%66
%13

Triadic Colors of #81dd4c

#81dd4c #4c81dd #dd4c81

Analogous Colors of #81dd4c

#81dd4c #4cdd60 #cadd4c

Monochromatic Colors of #81dd4c

#81dd4c

Complementary Color

#81dd4c #a84cdd

#81dd4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81dd4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#81dd4c Color CSS Codes

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

#81dd4c Text Font Color

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

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


#81dd4c Background Color

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

This div background color is #81dd4c


#81dd4c Border Color

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

This div border color is #81dd4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81dd4c


Comments

No comments written yet.

Please login to write comment.