Color Hex Logo

#64d30f Color Hex

#64D30F
(100,211,15)
0 Favorites   0 Comments

Color spaces of #64d30f

RGB 10021115
HSL0.260.870.44
HSV94°93°83°
CMYK 0.530.000.93   0.17
XYZ28.636049.33238.4648
Yxy49.33230.33130.5708
Hunter Lab70.2370-50.139242.0204
CIE-Lab75.6576-59.883172.6714

#64d30f color RGB value is (100,211,15).

#64d30f hex color red value is 100, green value is 211 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #64d30f hue: 0.26 , saturation: 0.87 and the lightness value of 64d30f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11010011 00001111
Octal 144 323 17
Decimal 100 211 15
Hex 64 D3 F

RGB Percentages of Color #64d30f

%30.67
%64.72
%4.60

CMYK Percentages of Color #64d30f

%53
%0
%93
%17

Triadic Colors of #64d30f

#64d30f #0f64d3 #d30f64

Analogous Colors of #64d30f

#64d30f #0fd31c #c6d30f

Monochromatic Colors of #64d30f

#64d30f

Complementary Color

#64d30f #7e0fd3

#64d30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64d30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64d30f Color CSS Codes

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

#64d30f Text Font Color

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

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


#64d30f Background Color

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

This div background color is #64d30f


#64d30f Border Color

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

This div border color is #64d30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64d30f


Comments

No comments written yet.

Please login to write comment.