Color Hex Logo

#81f77e Color Hex

#81F77E
(129,247,126)
0 Favorites   0 Comments

Color spaces of #81f77e

RGB 129247126
HSL0.330.880.73
HSV119°49°97°
CMYK 0.480.000.49   0.03
XYZ46.079972.695031.3415
Yxy72.69500.30700.4843
Hunter Lab85.2614-52.736237.8884
CIE-Lab88.3020-56.787247.7776

#81f77e color RGB value is (129,247,126).

#81f77e hex color red value is 129, green value is 247 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #81f77e hue: 0.33 , saturation: 0.88 and the lightness value of 81f77e is 0.73.

The process color (four color CMYK) of #81f77e color hex is 0.48, 0.00, 0.49, 0.03. Web safe color of #81f77e is #99ff66. Color #81f77e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11110111 01111110
Octal 201 367 176
Decimal 129 247 126
Hex 81 F7 7E

RGB Percentages of Color #81f77e

%25.70
%49.20
%25.10

CMYK Percentages of Color #81f77e

%48
%0
%49
%3

Triadic Colors of #81f77e

#81f77e #7e81f7 #f77e81

Analogous Colors of #81f77e

#81f77e #7ef7b8 #bef77e

Monochromatic Colors of #81f77e

#81f77e

Complementary Color

#81f77e #f47ef7

#81f77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81f77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81f77e Color CSS Codes

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

#81f77e Text Font Color

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

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


#81f77e Background Color

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

This div background color is #81f77e


#81f77e Border Color

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

This div border color is #81f77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81f77e


Comments

No comments written yet.

Please login to write comment.