Color Hex Logo

#76dc95 Color Hex

#76DC95
(118,220,149)
0 Favorites   0 Comments

Color spaces of #76dc95

RGB 118220149
HSL0.380.590.66
HSV138°46°86°
CMYK 0.460.000.32   0.14
XYZ38.489257.207937.4474
Yxy57.20790.28910.4297
Hunter Lab75.6359-41.528723.5906
CIE-Lab80.2964-45.154325.9027

#76dc95 color RGB value is (118,220,149).

#76dc95 hex color red value is 118, green value is 220 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #76dc95 hue: 0.38 , saturation: 0.59 and the lightness value of 76dc95 is 0.66.

The process color (four color CMYK) of #76dc95 color hex is 0.46, 0.00, 0.32, 0.14. Web safe color of #76dc95 is #66cc99. Color #76dc95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011100 10010101
Octal 166 334 225
Decimal 118 220 149
Hex 76 DC 95

RGB Percentages of Color #76dc95

%24.23
%45.17
%30.60

CMYK Percentages of Color #76dc95

%46
%0
%32
%14

Triadic Colors of #76dc95

#76dc95 #9576dc #dc9576

Analogous Colors of #76dc95

#76dc95 #76dcc8 #8adc76

Monochromatic Colors of #76dc95

#76dc95

Complementary Color

#76dc95 #dc76bd

#76dc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dc95 Color CSS Codes

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

#76dc95 Text Font Color

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

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


#76dc95 Background Color

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

This div background color is #76dc95


#76dc95 Border Color

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

This div border color is #76dc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dc95


Comments

No comments written yet.

Please login to write comment.