Color Hex Logo

#4dd64c Color Hex

#4DD64C
(77,214,76)
0 Favorites   0 Comments

Color spaces of #4dd64c

RGB 7721476
HSL0.330.630.57
HSV120°64°84°
CMYK 0.640.000.64   0.16
XYZ28.411650.192715.0282
Yxy50.19270.30340.5361
Hunter Lab70.8468-52.398337.0160
CIE-Lab76.1874-63.044555.5854

#4dd64c color RGB value is (77,214,76).

#4dd64c hex color red value is 77, green value is 214 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #4dd64c hue: 0.33 , saturation: 0.63 and the lightness value of 4dd64c is 0.57.

The process color (four color CMYK) of #4dd64c color hex is 0.64, 0.00, 0.64, 0.16. Web safe color of #4dd64c is #66cc33. Color #4dd64c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11010110 01001100
Octal 115 326 114
Decimal 77 214 76
Hex 4D D6 4C

RGB Percentages of Color #4dd64c

%20.98
%58.31
%20.71

CMYK Percentages of Color #4dd64c

%64
%0
%64
%16

Triadic Colors of #4dd64c

#4dd64c #4c4dd6 #d64c4d

Analogous Colors of #4dd64c

#4dd64c #4cd690 #92d64c

Monochromatic Colors of #4dd64c

#4dd64c

Complementary Color

#4dd64c #d54cd6

#4dd64c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dd64c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dd64c Color CSS Codes

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

#4dd64c Text Font Color

<p style="color:#4dd64c">Text here</p>

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


#4dd64c Background Color

<div style="background-color:#4dd64c">
Div content here</div>

This div background color is #4dd64c


#4dd64c Border Color

<div style="border:3px solid #4dd64c">
Div here</div>

This div border color is #4dd64c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,214,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4dd64c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4dd64c;
  -webkit-box-shadow: 1px 1px 3px 2px #4dd64c;
  box-shadow:         1px 1px 3px 2px #4dd64c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,214,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dd64c


Comments

No comments written yet.

Please login to write comment.