Color Hex Logo

#64cf6b Color Hex

#64CF6B
(100,207,107)
0 Favorites   0 Comments

Color spaces of #64cf6b

RGB 100207107
HSL0.340.530.60
HSV124°52°81°
CMYK 0.520.000.48   0.19
XYZ30.222248.396521.6585
Yxy48.39650.30140.4826
Hunter Lab69.5676-44.197730.2385
CIE-Lab75.0743-51.290940.2758

#64cf6b color RGB value is (100,207,107).

#64cf6b hex color red value is 100, green value is 207 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #64cf6b hue: 0.34 , saturation: 0.53 and the lightness value of 64cf6b is 0.60.

The process color (four color CMYK) of #64cf6b color hex is 0.52, 0.00, 0.48, 0.19. Web safe color of #64cf6b is #66cc66. Color #64cf6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11001111 01101011
Octal 144 317 153
Decimal 100 207 107
Hex 64 CF 6B

RGB Percentages of Color #64cf6b

%24.15
%50.00
%25.85

CMYK Percentages of Color #64cf6b

%52
%0
%48
%19

Triadic Colors of #64cf6b

#64cf6b #6b64cf #cf6b64

Analogous Colors of #64cf6b

#64cf6b #64cfa1 #93cf64

Monochromatic Colors of #64cf6b

#64cf6b

Complementary Color

#64cf6b #cf64c8

#64cf6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64cf6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64cf6b Color CSS Codes

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

#64cf6b Text Font Color

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

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


#64cf6b Background Color

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

This div background color is #64cf6b


#64cf6b Border Color

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

This div border color is #64cf6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64cf6b


Comments

No comments written yet.

Please login to write comment.