Color Hex Logo

#4df05f Color Hex

#4DF05F
(77,240,95)
0 Favorites   0 Comments

Color spaces of #4df05f

RGB 7724095
HSL0.350.840.62
HSV127°68°94°
CMYK 0.680.000.60   0.06
XYZ36.286264.724221.4070
Yxy64.72420.29640.5287
Hunter Lab80.4514-60.280540.5397
CIE-Lab84.3414-69.786556.7072

#4df05f color RGB value is (77,240,95).

#4df05f hex color red value is 77, green value is 240 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #4df05f hue: 0.35 , saturation: 0.84 and the lightness value of 4df05f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11110000 01011111
Octal 115 360 137
Decimal 77 240 95
Hex 4D F0 5F

RGB Percentages of Color #4df05f

%18.69
%58.25
%23.06

CMYK Percentages of Color #4df05f

%68
%0
%60
%6

Triadic Colors of #4df05f

#4df05f #5f4df0 #f05f4d

Analogous Colors of #4df05f

#4df05f #4df0b1 #8df04d

Monochromatic Colors of #4df05f

#4df05f

Complementary Color

#4df05f #f04dde

#4df05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4df05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4df05f Color CSS Codes

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

#4df05f Text Font Color

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

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


#4df05f Background Color

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

This div background color is #4df05f


#4df05f Border Color

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

This div border color is #4df05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4df05f


Comments

No comments written yet.

Please login to write comment.