Color Hex Logo

#78dc65 Color Hex

#78DC65
(120,220,101)
0 Favorites   0 Comments

Color spaces of #78dc65

RGB 120220101
HSL0.310.630.63
HSV110°54°86°
CMYK 0.450.000.54   0.14
XYZ35.687956.119121.2630
Yxy56.11910.31560.4963
Hunter Lab74.9127-46.061035.6102
CIE-Lab79.6816-51.705548.9343

#78dc65 color RGB value is (120,220,101).

#78dc65 hex color red value is 120, green value is 220 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #78dc65 hue: 0.31 , saturation: 0.63 and the lightness value of 78dc65 is 0.63.

The process color (four color CMYK) of #78dc65 color hex is 0.45, 0.00, 0.54, 0.14. Web safe color of #78dc65 is #66cc66. Color #78dc65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011100 01100101
Octal 170 334 145
Decimal 120 220 101
Hex 78 DC 65

RGB Percentages of Color #78dc65

%27.21
%49.89
%22.90

CMYK Percentages of Color #78dc65

%45
%0
%54
%14

Triadic Colors of #78dc65

#78dc65 #6578dc #dc6578

Analogous Colors of #78dc65

#78dc65 #65dc8e #b4dc65

Monochromatic Colors of #78dc65

#78dc65

Complementary Color

#78dc65 #c965dc

#78dc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dc65 Color CSS Codes

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

#78dc65 Text Font Color

<p style="color:#78dc65">Text here</p>

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


#78dc65 Background Color

<div style="background-color:#78dc65">
Div content here</div>

This div background color is #78dc65


#78dc65 Border Color

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

This div border color is #78dc65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,220,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78dc65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78dc65;
  -webkit-box-shadow: 1px 1px 3px 2px #78dc65;
  box-shadow:         1px 1px 3px 2px #78dc65; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,220,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dc65


Comments

No comments written yet.

Please login to write comment.