Color Hex Logo

#81f06b Color Hex

#81F06B
(129,240,107)
0 Favorites   0 Comments

Color spaces of #81f06b

RGB 129240107
HSL0.310.820.68
HSV110°55°94°
CMYK 0.460.000.55   0.06
XYZ42.867268.048824.7853
Yxy68.04880.31590.5015
Hunter Lab82.4917-51.602139.9300
CIE-Lab86.0308-56.346853.7987

#81f06b color RGB value is (129,240,107).

#81f06b hex color red value is 129, green value is 240 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #81f06b hue: 0.31 , saturation: 0.82 and the lightness value of 81f06b is 0.68.

The process color (four color CMYK) of #81f06b color hex is 0.46, 0.00, 0.55, 0.06. Web safe color of #81f06b is #99ff66. Color #81f06b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11110000 01101011
Octal 201 360 153
Decimal 129 240 107
Hex 81 F0 6B

RGB Percentages of Color #81f06b

%27.10
%50.42
%22.48

CMYK Percentages of Color #81f06b

%46
%0
%55
%6

Triadic Colors of #81f06b

#81f06b #6b81f0 #f06b81

Analogous Colors of #81f06b

#81f06b #6bf098 #c4f06b

Monochromatic Colors of #81f06b

#81f06b

Complementary Color

#81f06b #da6bf0

#81f06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81f06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#81f06b Color CSS Codes

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

#81f06b Text Font Color

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

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


#81f06b Background Color

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

This div background color is #81f06b


#81f06b Border Color

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

This div border color is #81f06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81f06b


Comments

No comments written yet.

Please login to write comment.