COLOR #70C382

HEX: #70C382
RGB: (112,195,130)

Color info

#70C382 contains mainly green color. Web safe color of #70C382 is #66CC99 (or #6C9).

RGB color model

#70C382 color RGB value is (112,195,130).

  • red value is 112;
  • green value is 195;
  • blue value is 130.
RGB:
(112,195,130)
(44%,76%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 195 of 255 = 76%
B 130 of 255 = 51%

112
195
130

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

Portions of RGB colors in percentages

R + G + B =
112 + 195 + 130 = 437 (100%)
R 112 of 437 ~ 25.63%
G 195 of 437 ~ 44.62%
B 130 of 437 ~ 29.75%

%25.63
%44.62
%29.75

CMYK color model

#70C382 color CMYK value is (43,0,33,24).

  • cyan value is 42.56%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 23.53%
CMYK:
(43,0,33,24)
C43M0Y33K24 
(43%,0%,33%,24%)
(0.43/0.00/0.33/0.24)	

CMYK percentages

%42.56
%0
%33.33
%23.53

Codes

Color #70C382 in popluar color models

70C382
RGB112195130
HSL133°40.89%60.20%
HSB/HSV133°42.56%76.47%
CMYK42.56%0.00%33.33%
23.53%

Color #70C382 in popluar number systems.

HEX70C382
Decimal112195130
Binary11100001100001110000010
Octal160303202

Shades and tints

Shades of #70C382

#70C382
(112,195,130)
#66B277
(102,178,119)
#5CA16C
(92,161,108)
#529061
(82,144,97)
#487F56
(72,127,86)
#3E6E4B
(62,110,75)
#345D40
(52,93,64)
#2A4C35
(42,76,53)
#203B2A
(32,59,42)
#162A1F
(22,42,31)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #70C382

#70C382
(112,195,130)
#7DC88D
(125,200,141)
#8ACD98
(138,205,152)
#97D2A3
(151,210,163)
#A4D7AE
(164,215,174)
#B1DCB9
(177,220,185)
#BEE1C4
(190,225,196)
#CBE6CF
(203,230,207)
#D8EBDA
(216,235,218)
#E5F0E5
(229,240,229)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C382 color. Also use rgb(112,195,130) instead hex code.

Text Font Color

.myTextColor { color: #70C382; }

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

This text font color is #70C382.


Background Color

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

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

This div background color is #70C382.


Border color

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

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

This div border color is #70C382.


Opacity

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

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

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

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

This text has shadow with #70C382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70C382 on black background.


Color preview on white background

This text has color #70C382 on white background.



Black color preview on #70C382 background

This text has black color on #70C382 background.


White color preview on #70C382 background

This text has white color on #70C382 background.