Color Hex Logo

#6fc240 Color Hex

#6FC240
(111,194,64)
0 Favorites   0 Comments

Color spaces of #6fc240

RGB 11119464
HSL0.270.520.51
HSV98°67°76°
CMYK 0.430.000.67   0.24
XYZ26.772742.333211.6106
Yxy42.33320.33170.5245
Hunter Lab65.0640-40.412334.9645
CIE-Lab71.1000-47.672255.3318

#6fc240 color RGB value is (111,194,64).

#6fc240 hex color red value is 111, green value is 194 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #6fc240 hue: 0.27 , saturation: 0.52 and the lightness value of 6fc240 is 0.51.

The process color (four color CMYK) of #6fc240 color hex is 0.43, 0.00, 0.67, 0.24. Web safe color of #6fc240 is #66cc33. Color #6fc240 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000010 01000000
Octal 157 302 100
Decimal 111 194 64
Hex 6F C2 40

RGB Percentages of Color #6fc240

%30.08
%52.57
%17.34

CMYK Percentages of Color #6fc240

%43
%0
%67
%24

Triadic Colors of #6fc240

#6fc240 #406fc2 #c2406f

Analogous Colors of #6fc240

#6fc240 #40c252 #b0c240

Monochromatic Colors of #6fc240

#6fc240

Complementary Color

#6fc240 #9340c2

#6fc240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc240 Color CSS Codes

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

#6fc240 Text Font Color

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

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


#6fc240 Background Color

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

This div background color is #6fc240


#6fc240 Border Color

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

This div border color is #6fc240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc240


Comments

No comments written yet.

Please login to write comment.