COLOR #70BA44

HEX: #70BA44
RGB: (112,186,68)

Color info

#70BA44 contains mainly green color. Web safe color of #70BA44 is #66CC33 (or #6C3).

RGB color model

#70BA44 color RGB value is (112,186,68).

  • red value is 112;
  • green value is 186;
  • blue value is 68.
RGB:
(112,186,68)
(44%,73%,27%)

RGB channels and saturation

R 112 of 255 = 44%
G 186 of 255 = 73%
B 68 of 255 = 27%

112
186
68

R + G + B ~ 48%. #70BA44 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 186 + 68 = 366 (100%)
R 112 of 366 ~ 30.6%
G 186 of 366 ~ 50.82%
B 68 of 366 ~ 18.58%

%30.6
%50.82
%18.58

CMYK color model

#70BA44 color CMYK value is (40,0,63,27).

  • cyan value is 39.78%
  • magenta value is 0.00%
  • yellow value is 63.44%
  • key color value is 27.06%
CMYK:
(40,0,63,27)
C40M0Y63K27 
(40%,0%,63%,27%)
(0.40/0.00/0.63/0.27)	

CMYK percentages

%39.78
%0
%63.44
%27.06

Codes

Color #70BA44 in popluar color models

70BA44
RGB11218668
HSL98°46.46%49.80%
HSB/HSV98°63.44%72.94%
CMYK39.78%0.00%63.44%
27.06%

Color #70BA44 in popluar number systems.

HEX70BA44
Decimal11218668
Binary1110000101110101000100
Octal160272104

Shades and tints

Shades of #70BA44

#70BA44
(112,186,68)
#66AA3E
(102,170,62)
#5C9A38
(92,154,56)
#528A32
(82,138,50)
#487A2C
(72,122,44)
#3E6A26
(62,106,38)
#345A20
(52,90,32)
#2A4A1A
(42,74,26)
#203A14
(32,58,20)
#162A0E
(22,42,14)
#0C1A08
(12,26,8)
#000000
(0,0,0)

Tints of #70BA44

#70BA44
(112,186,68)
#7DC055
(125,192,85)
#8AC666
(138,198,102)
#97CC77
(151,204,119)
#A4D288
(164,210,136)
#B1D899
(177,216,153)
#BEDEAA
(190,222,170)
#CBE4BB
(203,228,187)
#D8EACC
(216,234,204)
#E5F0DD
(229,240,221)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BA44 color. Also use rgb(112,186,68) instead hex code.

Text Font Color

.myTextColor { color: #70BA44; }

<p style="color:#70BA44">This sample text font color is #70BA44.</p>

This text font color is #70BA44.


Background Color

.myBgColor { background-color: #70BA44; }

<div style="background-color:#70BA44">Inner text</div>

This div background color is #70BA44.


Border color

.myBorderColor { border: 1px solid #70BA44; }

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

This div border color is #70BA44.


Opacity

.myOpacity80 { color: #70BA44; opacity: 0.8; }

<p style="color:#70BA44;opacity:0.8;">80%</p>

Text with #70BA44 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #70BA44;}

<p style="text-shadow: 3px 3px 1px #70BA44">Text here.</p>

This text has shadow with #70BA44 color.

.textShadow {text-shadow: 3px 3px 1px #70BA44, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #70BA44, 5px 5px 20px red">Text here.</p>

This text has shadow with #70BA44 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#70BA44, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#70BA44, Direction=45, Strength=4)">Text</p>

This text has shadow with #70BA44 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #70BA44;
  -webkit-box-shadow:	1px 1px 3px 2px #70BA44;
  box-shadow:		1px 1px 3px 2px #70BA44;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70BA44;
-webkit-box-shadow: 1px 1px 3px 2px #70BA44;
box-shadow:1px 1px 3px 2px #70BA44;">
Div content here</div>
This div box has shadow with color #70BA44.

Preview

Color preview on black background

This text has color #70BA44 on black background.


Color preview on white background

This text has color #70BA44 on white background.



Black color preview on #70BA44 background

This text has black color on #70BA44 background.


White color preview on #70BA44 background

This text has white color on #70BA44 background.