Color Hex Logo

#78be70 Color Hex

#78BE70
(120,190,112)
0 Favorites   0 Comments

Color spaces of #78be70

RGB 120190112
HSL0.320.380.59
HSV114°41°75°
CMYK 0.370.000.41   0.25
XYZ29.083841.989821.9012
Yxy41.98980.31280.4516
Hunter Lab64.7995-33.283525.3206
CIE-Lab70.8639-37.482332.5820

#78be70 color RGB value is (120,190,112).

#78be70 hex color red value is 120, green value is 190 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #78be70 hue: 0.32 , saturation: 0.38 and the lightness value of 78be70 is 0.59.

The process color (four color CMYK) of #78be70 color hex is 0.37, 0.00, 0.41, 0.25. Web safe color of #78be70 is #66cc66. Color #78be70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111110 01110000
Octal 170 276 160
Decimal 120 190 112
Hex 78 BE 70

RGB Percentages of Color #78be70

%28.44
%45.02
%26.54

CMYK Percentages of Color #78be70

%37
%0
%41
%25

Triadic Colors of #78be70

#78be70 #7078be #be7078

Analogous Colors of #78be70

#78be70 #70be8f #9fbe70

Monochromatic Colors of #78be70

#78be70

Complementary Color

#78be70 #b670be

#78be70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78be70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78be70 Color CSS Codes

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

#78be70 Text Font Color

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

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


#78be70 Background Color

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

This div background color is #78be70


#78be70 Border Color

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

This div border color is #78be70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78be70


Comments

No comments written yet.

Please login to write comment.