Color Hex Logo

#70bf4e Color Hex

#70BF4E
(112,191,78)
0 Favorites   0 Comments

Color spaces of #70bf4e

RGB 11219178
HSL0.280.470.53
HSV102°59°75°
CMYK 0.410.000.59   0.25
XYZ26.688041.256413.7644
Yxy41.25640.32660.5049
Hunter Lab64.2311-38.237932.2563
CIE-Lab70.3552-44.807748.5124

#70bf4e color RGB value is (112,191,78).

#70bf4e hex color red value is 112, green value is 191 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #70bf4e hue: 0.28 , saturation: 0.47 and the lightness value of 70bf4e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111111 01001110
Octal 160 277 116
Decimal 112 191 78
Hex 70 BF 4E

RGB Percentages of Color #70bf4e

%29.40
%50.13
%20.47

CMYK Percentages of Color #70bf4e

%41
%0
%59
%25

Triadic Colors of #70bf4e

#70bf4e #4e70bf #bf4e70

Analogous Colors of #70bf4e

#70bf4e #4ebf65 #a9bf4e

Monochromatic Colors of #70bf4e

#70bf4e

Complementary Color

#70bf4e #9d4ebf

#70bf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bf4e Color CSS Codes

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

#70bf4e Text Font Color

<p style="color:#70bf4e">Text here</p>

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


#70bf4e Background Color

<div style="background-color:#70bf4e">
Div content here</div>

This div background color is #70bf4e


#70bf4e Border Color

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

This div border color is #70bf4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bf4e


Comments

No comments written yet.

Please login to write comment.