Color Hex Logo

#76dd90 Color Hex

#76DD90
(118,221,144)
0 Favorites   0 Comments

Color spaces of #76dd90

RGB 118221144
HSL0.380.600.66
HSV135°47°87°
CMYK 0.470.000.35   0.13
XYZ38.361757.578135.4774
Yxy57.57810.29190.4381
Hunter Lab75.8802-42.548725.3954
CIE-Lab80.5037-46.456628.7617

#76dd90 color RGB value is (118,221,144).

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

The process color (four color CMYK) of #76dd90 color hex is 0.47, 0.00, 0.35, 0.13. Web safe color of #76dd90 is #66cc99. Color #76dd90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011101 10010000
Octal 166 335 220
Decimal 118 221 144
Hex 76 DD 90

RGB Percentages of Color #76dd90

%24.43
%45.76
%29.81

CMYK Percentages of Color #76dd90

%47
%0
%35
%13

Triadic Colors of #76dd90

#76dd90 #9076dd #dd9076

Analogous Colors of #76dd90

#76dd90 #76ddc4 #90dd76

Monochromatic Colors of #76dd90

#76dd90

Complementary Color

#76dd90 #dd76c3

#76dd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dd90 Color CSS Codes

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

#76dd90 Text Font Color

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

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


#76dd90 Background Color

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

This div background color is #76dd90


#76dd90 Border Color

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

This div border color is #76dd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dd90


Comments

No comments written yet.

Please login to write comment.