Color Hex Logo

#64d476 Color Hex

#64D476
(100,212,118)
0 Favorites   0 Comments

Color spaces of #64d476

RGB 100212118
HSL0.360.570.61
HSV130°53°83°
CMYK 0.530.000.44   0.17
XYZ32.069051.104325.3134
Yxy51.10430.29560.4711
Hunter Lab71.4873-45.028129.0467
CIE-Lab76.7421-51.665336.9224

#64d476 color RGB value is (100,212,118).

#64d476 hex color red value is 100, green value is 212 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #64d476 hue: 0.36 , saturation: 0.57 and the lightness value of 64d476 is 0.61.

The process color (four color CMYK) of #64d476 color hex is 0.53, 0.00, 0.44, 0.17. Web safe color of #64d476 is #66cc66. Color #64d476 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11010100 01110110
Octal 144 324 166
Decimal 100 212 118
Hex 64 D4 76

RGB Percentages of Color #64d476

%23.26
%49.30
%27.44

CMYK Percentages of Color #64d476

%53
%0
%44
%17

Triadic Colors of #64d476

#64d476 #7664d4 #d47664

Analogous Colors of #64d476

#64d476 #64d4ae #8ad464

Monochromatic Colors of #64d476

#64d476

Complementary Color

#64d476 #d464c2

#64d476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64d476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64d476 Color CSS Codes

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

#64d476 Text Font Color

<p style="color:#64d476">Text here</p>

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


#64d476 Background Color

<div style="background-color:#64d476">
Div content here</div>

This div background color is #64d476


#64d476 Border Color

<div style="border:3px solid #64d476">
Div here</div>

This div border color is #64d476


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,212,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64d476; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64d476;
  -webkit-box-shadow: 1px 1px 3px 2px #64d476;
  box-shadow:         1px 1px 3px 2px #64d476; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64d476


Comments

No comments written yet.

Please login to write comment.