COLOR #70C440

HEX: #70C440
RGB: (112,196,64)

Color info

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

RGB color model

#70C440 color RGB value is (112,196,64).

  • red value is 112;
  • green value is 196;
  • blue value is 64.
RGB:
(112,196,64)
(44%,77%,25%)

RGB channels and saturation

R 112 of 255 = 44%
G 196 of 255 = 77%
B 64 of 255 = 25%

112
196
64

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

Portions of RGB colors in percentages

R + G + B =
112 + 196 + 64 = 372 (100%)
R 112 of 372 ~ 30.11%
G 196 of 372 ~ 52.69%
B 64 of 372 ~ 17.2%

%30.11
%52.69
%17.2

CMYK color model

#70C440 color CMYK value is (43,0,67,23).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 67.35%
  • key color value is 23.14%
CMYK:
(43,0,67,23)
C43M0Y67K23 
(43%,0%,67%,23%)
(0.43/0.00/0.67/0.23)	

CMYK percentages

%42.86
%0
%67.35
%23.14

Codes

Color #70C440 in popluar color models

70C440
RGB11219664
HSL98°52.80%50.98%
HSB/HSV98°67.35%76.86%
CMYK42.86%0.00%67.35%
23.14%

Color #70C440 in popluar number systems.

HEX70C440
Decimal11219664
Binary1110000110001001000000
Octal160304100

Shades and tints

Shades of #70C440

#70C440
(112,196,64)
#66B33B
(102,179,59)
#5CA236
(92,162,54)
#529131
(82,145,49)
#48802C
(72,128,44)
#3E6F27
(62,111,39)
#345E22
(52,94,34)
#2A4D1D
(42,77,29)
#203C18
(32,60,24)
#162B13
(22,43,19)
#0C1A0E
(12,26,14)
#000000
(0,0,0)

Tints of #70C440

#70C440
(112,196,64)
#7DC951
(125,201,81)
#8ACE62
(138,206,98)
#97D373
(151,211,115)
#A4D884
(164,216,132)
#B1DD95
(177,221,149)
#BEE2A6
(190,226,166)
#CBE7B7
(203,231,183)
#D8ECC8
(216,236,200)
#E5F1D9
(229,241,217)
#F2F6EA
(242,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C440 color. Also use rgb(112,196,64) instead hex code.

Text Font Color

.myTextColor { color: #70C440; }

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

This text font color is #70C440.


Background Color

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

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

This div background color is #70C440.


Border color

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

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

This div border color is #70C440.


Opacity

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

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

Text with #70C440 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 #70C440;}

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

This text has shadow with #70C440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C440 on black background.


Color preview on white background

This text has color #70C440 on white background.



Black color preview on #70C440 background

This text has black color on #70C440 background.


White color preview on #70C440 background

This text has white color on #70C440 background.