color codes Logo

#6fd85d color codes

#6FD85D
(111,216,93)
0 Favorites   0 Comments

Color spaces of #6fd85d

RGB 11121693
HSL0.310.610.61
HSV111°57°85°
CMYK 0.490.000.57   0.15
XYZ33.087253.281618.8964
Yxy53.28160.31430.5062
Hunter Lab72.9942-46.828635.7473
CIE-Lab78.0410-53.618150.5810

#6fd85d color RGB value is (111,216,93).

#6fd85d hex color red value is 111, green value is 216 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #6fd85d hue: 0.31 , saturation: 0.61 and the lightness value of 6fd85d is 0.61.

The process color (four color CMYK) of #6fd85d color code is 0.49, 0.00, 0.57, 0.15. Web safe color of #6fd85d is #66cc66. Color #6fd85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011000 01011101
Octal 157 330 135
Decimal 111 216 93
Hex 6F D8 5D

RGB Percentages of Color #6fd85d

%26.43
%51.43
%22.14

CMYK Percentages of Color #6fd85d

%49
%0
%57
%15

Triadic Colors of #6fd85d

#6fd85d #5d6fd8 #d85d6f

Analogous Colors of #6fd85d

#6fd85d #5dd889 #add85d

Monochromatic Colors of #6fd85d

#6fd85d

Complementary Color

#6fd85d #c65dd8

#6fd85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd85d Color CSS Codes

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

#6fd85d Text Font Color

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

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


#6fd85d Background Color

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

This div background color is #6fd85d


#6fd85d Border Color

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

This div border color is #6fd85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd85d


Comments

No comments written yet.

Please login to write comment.