color codes Logo

#6bd84c color codes

#6BD84C
(107,216,76)
0 Favorites   0 Comments

Color spaces of #6bd84c

RGB 10721676
HSL0.300.640.57
HSV107°65°85°
CMYK 0.500.000.65   0.15
XYZ31.923852.759315.3385
Yxy52.75930.31920.5275
Hunter Lab72.6356-48.660438.3246
CIE-Lab77.7327-56.461057.5432

#6bd84c color RGB value is (107,216,76).

#6bd84c hex color red value is 107, green value is 216 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #6bd84c hue: 0.30 , saturation: 0.64 and the lightness value of 6bd84c is 0.57.

The process color (four color CMYK) of #6bd84c color code is 0.50, 0.00, 0.65, 0.15. Web safe color of #6bd84c is #66cc33. Color #6bd84c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011000 01001100
Octal 153 330 114
Decimal 107 216 76
Hex 6B D8 4C

RGB Percentages of Color #6bd84c

%26.82
%54.14
%19.05

CMYK Percentages of Color #6bd84c

%50
%0
%65
%15

Triadic Colors of #6bd84c

#6bd84c #4c6bd8 #d84c6b

Analogous Colors of #6bd84c

#6bd84c #4cd873 #b1d84c

Monochromatic Colors of #6bd84c

#6bd84c

Complementary Color

#6bd84c #b94cd8

#6bd84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bd84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bd84c Color CSS Codes

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

#6bd84c Text Font Color

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

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


#6bd84c Background Color

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

This div background color is #6bd84c


#6bd84c Border Color

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

This div border color is #6bd84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bd84c


Comments

No comments written yet.

Please login to write comment.