Color Hex Logo

#64cb41 Color Hex

#64CB41
(100,203,65)
0 Favorites   0 Comments

Color spaces of #64cb41

RGB 10020365
HSL0.290.570.53
HSV105°68°80°
CMYK 0.510.000.68   0.20
XYZ27.565645.802912.3890
Yxy45.80290.32140.5341
Hunter Lab67.6778-45.732136.5210
CIE-Lab73.4175-54.456957.2535

#64cb41 color RGB value is (100,203,65).

#64cb41 hex color red value is 100, green value is 203 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #64cb41 hue: 0.29 , saturation: 0.57 and the lightness value of 64cb41 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001011 01000001
Octal 144 313 101
Decimal 100 203 65
Hex 64 CB 41

RGB Percentages of Color #64cb41

%27.17
%55.16
%17.66

CMYK Percentages of Color #64cb41

%51
%0
%68
%20

Triadic Colors of #64cb41

#64cb41 #4164cb #cb4164

Analogous Colors of #64cb41

#64cb41 #41cb63 #a9cb41

Monochromatic Colors of #64cb41

#64cb41

Complementary Color

#64cb41 #a841cb

#64cb41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64cb41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64cb41 Color CSS Codes

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

#64cb41 Text Font Color

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

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


#64cb41 Background Color

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

This div background color is #64cb41


#64cb41 Border Color

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

This div border color is #64cb41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64cb41


Comments

No comments written yet.

Please login to write comment.