Color Hex Logo

#3dc78d Color Hex

#3DC78D
(61,199,141)
0 Favorites   0 Comments

Color spaces of #3dc78d

RGB 61199141
HSL0.430.550.51
HSV155°69°78°
CMYK 0.690.000.29   0.22
XYZ27.155643.762032.2150
Yxy43.76200.26330.4243
Hunter Lab66.1529-42.493617.4341
CIE-Lab72.0691-50.294218.5743

#3dc78d color RGB value is (61,199,141).

#3dc78d hex color red value is 61, green value is 199 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #3dc78d hue: 0.43 , saturation: 0.55 and the lightness value of 3dc78d is 0.51.

The process color (four color CMYK) of #3dc78d color hex is 0.69, 0.00, 0.29, 0.22. Web safe color of #3dc78d is #33cc99. Color #3dc78d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11000111 10001101
Octal 75 307 215
Decimal 61 199 141
Hex 3D C7 8D

RGB Percentages of Color #3dc78d

%15.21
%49.63
%35.16

CMYK Percentages of Color #3dc78d

%69
%0
%29
%22

Triadic Colors of #3dc78d

#3dc78d #8d3dc7 #c78d3d

Analogous Colors of #3dc78d

#3dc78d #3dbcc7 #3dc748

Monochromatic Colors of #3dc78d

#3dc78d

Complementary Color

#3dc78d #c73d77

#3dc78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dc78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dc78d Color CSS Codes

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

#3dc78d Text Font Color

<p style="color:#3dc78d">Text here</p>

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


#3dc78d Background Color

<div style="background-color:#3dc78d">
Div content here</div>

This div background color is #3dc78d


#3dc78d Border Color

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

This div border color is #3dc78d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,199,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3dc78d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3dc78d;
  -webkit-box-shadow: 1px 1px 3px 2px #3dc78d;
  box-shadow:         1px 1px 3px 2px #3dc78d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,199,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dc78d

#3dc78d Color Palettes


Comments

No comments written yet.

Please login to write comment.