Color Hex Logo

#76d49d Color Hex

#76D49D
(118,212,157)
0 Favorites   0 Comments

Color spaces of #76d49d

RGB 118212157
HSL0.400.520.65
HSV145°44°83°
CMYK 0.440.000.26   0.17
XYZ37.100553.372840.2449
Yxy53.37280.28380.4083
Hunter Lab73.0567-37.201318.4785
CIE-Lab78.0946-40.167318.7007

#76d49d color RGB value is (118,212,157).

#76d49d hex color red value is 118, green value is 212 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #76d49d hue: 0.40 , saturation: 0.52 and the lightness value of 76d49d is 0.65.

The process color (four color CMYK) of #76d49d color hex is 0.44, 0.00, 0.26, 0.17. Web safe color of #76d49d is #66cc99. Color #76d49d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11010100 10011101
Octal 166 324 235
Decimal 118 212 157
Hex 76 D4 9D

RGB Percentages of Color #76d49d

%24.23
%43.53
%32.24

CMYK Percentages of Color #76d49d

%44
%0
%26
%17

Triadic Colors of #76d49d

#76d49d #9d76d4 #d49d76

Analogous Colors of #76d49d

#76d49d #76d4cc #7ed476

Monochromatic Colors of #76d49d

#76d49d

Complementary Color

#76d49d #d476ad

#76d49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76d49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76d49d Color CSS Codes

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

#76d49d Text Font Color

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

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


#76d49d Background Color

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

This div background color is #76d49d


#76d49d Border Color

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

This div border color is #76d49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76d49d


Comments

No comments written yet.

Please login to write comment.