Color Hex Logo

#4ed755 Color Hex

#4ED755
(78,215,85)
0 Favorites   0 Comments

Color spaces of #4ed755

RGB 7821585
HSL0.340.630.57
HSV123°64°84°
CMYK 0.640.000.60   0.16
XYZ29.082050.876516.8817
Yxy50.87650.30030.5254
Hunter Lab71.3278-52.045035.8968
CIE-Lab76.6041-62.231852.2183

#4ed755 color RGB value is (78,215,85).

#4ed755 hex color red value is 78, green value is 215 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #4ed755 hue: 0.34 , saturation: 0.63 and the lightness value of 4ed755 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11010111 01010101
Octal 116 327 125
Decimal 78 215 85
Hex 4E D7 55

RGB Percentages of Color #4ed755

%20.63
%56.88
%22.49

CMYK Percentages of Color #4ed755

%64
%0
%60
%16

Triadic Colors of #4ed755

#4ed755 #554ed7 #d7554e

Analogous Colors of #4ed755

#4ed755 #4ed79a #8cd74e

Monochromatic Colors of #4ed755

#4ed755

Complementary Color

#4ed755 #d74ed0

#4ed755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ed755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ed755 Color CSS Codes

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

#4ed755 Text Font Color

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

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


#4ed755 Background Color

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

This div background color is #4ed755


#4ed755 Border Color

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

This div border color is #4ed755


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,215,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ed755; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ed755;
  -webkit-box-shadow: 1px 1px 3px 2px #4ed755;
  box-shadow:         1px 1px 3px 2px #4ed755; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,215,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ed755


Comments

No comments written yet.

Please login to write comment.