Color Hex Logo

#6fd64a Color Hex

#6FD64A
(111,214,74)
0 Favorites   0 Comments

Color spaces of #6fd64a

RGB 11121474
HSL0.290.630.56
HSV104°65°84°
CMYK 0.480.000.65   0.16
XYZ31.838151.967114.8312
Yxy51.96710.32280.5269
Hunter Lab72.0882-47.319038.2636
CIE-Lab77.2612-54.739957.8904

#6fd64a color RGB value is (111,214,74).

#6fd64a hex color red value is 111, green value is 214 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #6fd64a hue: 0.29 , saturation: 0.63 and the lightness value of 6fd64a is 0.56.

The process color (four color CMYK) of #6fd64a color hex is 0.48, 0.00, 0.65, 0.16. Web safe color of #6fd64a is #66cc33. Color #6fd64a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010110 01001010
Octal 157 326 112
Decimal 111 214 74
Hex 6F D6 4A

RGB Percentages of Color #6fd64a

%27.82
%53.63
%18.55

CMYK Percentages of Color #6fd64a

%48
%0
%65
%16

Triadic Colors of #6fd64a

#6fd64a #4a6fd6 #d64a6f

Analogous Colors of #6fd64a

#6fd64a #4ad66b #b5d64a

Monochromatic Colors of #6fd64a

#6fd64a

Complementary Color

#6fd64a #b14ad6

#6fd64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd64a Color CSS Codes

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

#6fd64a Text Font Color

<p style="color:#6fd64a">Text here</p>

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


#6fd64a Background Color

<div style="background-color:#6fd64a">
Div content here</div>

This div background color is #6fd64a


#6fd64a Border Color

<div style="border:3px solid #6fd64a">
Div here</div>

This div border color is #6fd64a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,214,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fd64a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fd64a;
  -webkit-box-shadow: 1px 1px 3px 2px #6fd64a;
  box-shadow:         1px 1px 3px 2px #6fd64a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,214,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd64a


Comments

No comments written yet.

Please login to write comment.