Color Hex Logo

#4cff55 Color Hex

#4CFF55
(76,255,85)
0 Favorites   0 Comments

Color spaces of #4cff55

RGB 7625585
HSL0.341.000.65
HSV123°70°100°
CMYK 0.700.000.67   0.00
XYZ40.380273.712420.6940
Yxy73.71240.29960.5469
Hunter Lab85.8559-66.294845.8084
CIE-Lab88.7864-75.787665.6767

#4cff55 color RGB value is (76,255,85).

#4cff55 hex color red value is 76, green value is 255 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #4cff55 hue: 0.34 , saturation: 1.00 and the lightness value of 4cff55 is 0.65.

The process color (four color CMYK) of #4cff55 color hex is 0.70, 0.00, 0.67, 0.00. Web safe color of #4cff55 is #33ff66. Color #4cff55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111111 01010101
Octal 114 377 125
Decimal 76 255 85
Hex 4C FF 55

RGB Percentages of Color #4cff55

%18.27
%61.30
%20.43

CMYK Percentages of Color #4cff55

%70
%0
%67
%0

Triadic Colors of #4cff55

#4cff55 #554cff #ff554c

Analogous Colors of #4cff55

#4cff55 #4cffaf #9dff4c

Monochromatic Colors of #4cff55

#4cff55

Complementary Color

#4cff55 #ff4cf6

#4cff55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cff55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cff55 Color CSS Codes

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

#4cff55 Text Font Color

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

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


#4cff55 Background Color

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

This div background color is #4cff55


#4cff55 Border Color

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

This div border color is #4cff55


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,255,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 #4cff55">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cff55


Comments

No comments written yet.

Please login to write comment.