Color Hex Logo

#4dfa64 Color Hex

#4DFA64
(77,250,100)
0 Favorites   0 Comments

Color spaces of #4dfa64

RGB 77250100
HSL0.360.950.64
HSV128°69°98°
CMYK 0.690.000.60   0.02
XYZ39.546470.869123.6514
Yxy70.86910.29500.5286
Hunter Lab84.1838-63.469042.2712
CIE-Lab87.4214-72.509158.0875

#4dfa64 color RGB value is (77,250,100).

#4dfa64 hex color red value is 77, green value is 250 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #4dfa64 hue: 0.36 , saturation: 0.95 and the lightness value of 4dfa64 is 0.64.

The process color (four color CMYK) of #4dfa64 color hex is 0.69, 0.00, 0.60, 0.02. Web safe color of #4dfa64 is #66ff66. Color #4dfa64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11111010 01100100
Octal 115 372 144
Decimal 77 250 100
Hex 4D FA 64

RGB Percentages of Color #4dfa64

%18.03
%58.55
%23.42

CMYK Percentages of Color #4dfa64

%69
%0
%60
%2

Triadic Colors of #4dfa64

#4dfa64 #644dfa #fa644d

Analogous Colors of #4dfa64

#4dfa64 #4dfabb #8dfa4d

Monochromatic Colors of #4dfa64

#4dfa64

Complementary Color

#4dfa64 #fa4de3

#4dfa64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dfa64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dfa64 Color CSS Codes

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

#4dfa64 Text Font Color

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

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


#4dfa64 Background Color

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

This div background color is #4dfa64


#4dfa64 Border Color

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

This div border color is #4dfa64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dfa64


Comments

No comments written yet.

Please login to write comment.