Color Hex Logo

#76fe91 Color Hex

#76FE91
(118,254,145)
0 Favorites   0 Comments

Color spaces of #76fe91

RGB 118254145
HSL0.370.990.73
HSV132°54°100°
CMYK 0.540.000.43   0.00
XYZ48.023976.779539.0769
Yxy76.77950.29300.4685
Hunter Lab87.6239-55.511634.8957
CIE-Lab90.2200-59.606741.0088

#76fe91 color RGB value is (118,254,145).

#76fe91 hex color red value is 118, green value is 254 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #76fe91 hue: 0.37 , saturation: 0.99 and the lightness value of 76fe91 is 0.73.

The process color (four color CMYK) of #76fe91 color hex is 0.54, 0.00, 0.43, 0.00. Web safe color of #76fe91 is #66ff99. Color #76fe91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11111110 10010001
Octal 166 376 221
Decimal 118 254 145
Hex 76 FE 91

RGB Percentages of Color #76fe91

%22.82
%49.13
%28.05

CMYK Percentages of Color #76fe91

%54
%0
%43
%0

Triadic Colors of #76fe91

#76fe91 #9176fe #fe9176

Analogous Colors of #76fe91

#76fe91 #76fed5 #9ffe76

Monochromatic Colors of #76fe91

#76fe91

Complementary Color

#76fe91 #fe76e3

#76fe91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76fe91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76fe91 Color CSS Codes

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

#76fe91 Text Font Color

<p style="color:#76fe91">Text here</p>

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


#76fe91 Background Color

<div style="background-color:#76fe91">
Div content here</div>

This div background color is #76fe91


#76fe91 Border Color

<div style="border:3px solid #76fe91">
Div here</div>

This div border color is #76fe91


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,254,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76fe91; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76fe91;
  -webkit-box-shadow: 1px 1px 3px 2px #76fe91;
  box-shadow:         1px 1px 3px 2px #76fe91; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,254,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76fe91


Comments

No comments written yet.

Please login to write comment.