Color Hex Logo

#4cdb64 Color Hex

#4CDB64
(76,219,100)
0 Favorites   0 Comments

Color spaces of #4cdb64

RGB 76219100
HSL0.360.670.58
HSV130°65°86°
CMYK 0.650.000.54   0.14
XYZ30.612353.119620.6963
Yxy53.11960.29310.5087
Hunter Lab72.8832-52.572334.1819
CIE-Lab77.9456-62.204846.9814

#4cdb64 color RGB value is (76,219,100).

#4cdb64 hex color red value is 76, green value is 219 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #4cdb64 hue: 0.36 , saturation: 0.67 and the lightness value of 4cdb64 is 0.58.

The process color (four color CMYK) of #4cdb64 color hex is 0.65, 0.00, 0.54, 0.14. Web safe color of #4cdb64 is #33cc66. Color #4cdb64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011011 01100100
Octal 114 333 144
Decimal 76 219 100
Hex 4C DB 64

RGB Percentages of Color #4cdb64

%19.24
%55.44
%25.32

CMYK Percentages of Color #4cdb64

%65
%0
%54
%14

Triadic Colors of #4cdb64

#4cdb64 #644cdb #db644c

Analogous Colors of #4cdb64

#4cdb64 #4cdbac #7cdb4c

Monochromatic Colors of #4cdb64

#4cdb64

Complementary Color

#4cdb64 #db4cc3

#4cdb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdb64 Color CSS Codes

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

#4cdb64 Text Font Color

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

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


#4cdb64 Background Color

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

This div background color is #4cdb64


#4cdb64 Border Color

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

This div border color is #4cdb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdb64


Comments

No comments written yet.

Please login to write comment.