Color Hex Logo

#77d38d Color Hex

#77D38D
(119,211,141)
0 Favorites   0 Comments

Color spaces of #77d38d

RGB 119211141
HSL0.370.510.65
HSV134°44°83°
CMYK 0.440.000.33   0.17
XYZ35.709752.433633.4379
Yxy52.43360.29370.4313
Hunter Lab72.4110-38.691623.3089
CIE-Lab77.5394-42.398626.3403

#77d38d color RGB value is (119,211,141).

#77d38d hex color red value is 119, green value is 211 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #77d38d hue: 0.37 , saturation: 0.51 and the lightness value of 77d38d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11010011 10001101
Octal 167 323 215
Decimal 119 211 141
Hex 77 D3 8D

RGB Percentages of Color #77d38d

%25.27
%44.80
%29.94

CMYK Percentages of Color #77d38d

%44
%0
%33
%17

Triadic Colors of #77d38d

#77d38d #8d77d3 #d38d77

Analogous Colors of #77d38d

#77d38d #77d3bb #8fd377

Monochromatic Colors of #77d38d

#77d38d

Complementary Color

#77d38d #d377bd

#77d38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77d38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77d38d Color CSS Codes

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

#77d38d Text Font Color

<p style="color:#77d38d">Text here</p>

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


#77d38d Background Color

<div style="background-color:#77d38d">
Div content here</div>

This div background color is #77d38d


#77d38d Border Color

<div style="border:3px solid #77d38d">
Div here</div>

This div border color is #77d38d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,211,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77d38d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77d38d;
  -webkit-box-shadow: 1px 1px 3px 2px #77d38d;
  box-shadow:         1px 1px 3px 2px #77d38d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,211,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77d38d


Comments

No comments written yet.

Please login to write comment.