Color Hex Logo

#64de47 Color Hex

#64DE47
(100,222,71)
0 Favorites   0 Comments

Color spaces of #64de47

RGB 10022271
HSL0.300.700.57
HSV108°68°87°
CMYK 0.550.000.68   0.13
XYZ32.514155.406814.9421
Yxy55.40680.31610.5386
Hunter Lab74.4357-52.292440.2033
CIE-Lab79.2750-60.979861.1067

#64de47 color RGB value is (100,222,71).

#64de47 hex color red value is 100, green value is 222 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #64de47 hue: 0.30 , saturation: 0.70 and the lightness value of 64de47 is 0.57.

The process color (four color CMYK) of #64de47 color hex is 0.55, 0.00, 0.68, 0.13. Web safe color of #64de47 is #66cc33. Color #64de47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011110 01000111
Octal 144 336 107
Decimal 100 222 71
Hex 64 DE 47

RGB Percentages of Color #64de47

%25.45
%56.49
%18.07

CMYK Percentages of Color #64de47

%55
%0
%68
%13

Triadic Colors of #64de47

#64de47 #4764de #de4764

Analogous Colors of #64de47

#64de47 #47de76 #b0de47

Monochromatic Colors of #64de47

#64de47

Complementary Color

#64de47 #c147de

#64de47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64de47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64de47 Color CSS Codes

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

#64de47 Text Font Color

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

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


#64de47 Background Color

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

This div background color is #64de47


#64de47 Border Color

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

This div border color is #64de47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64de47


Comments

No comments written yet.

Please login to write comment.