COLOR #70D050

HEX: #70D050
RGB: (112,208,80)

Color info

#70D050 contains mainly green color. Web safe color of #70D050 is #66CC66 (or #6C6).

RGB color model

#70D050 color RGB value is (112,208,80).

  • red value is 112;
  • green value is 208;
  • blue value is 80.
RGB:
(112,208,80)
(44%,82%,31%)

RGB channels and saturation

R 112 of 255 = 44%
G 208 of 255 = 82%
B 80 of 255 = 31%

112
208
80

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

Portions of RGB colors in percentages

R + G + B =
112 + 208 + 80 = 400 (100%)
R 112 of 400 ~ 28%
G 208 of 400 ~ 52%
B 80 of 400 ~ 20%

%28
%52
%20

CMYK color model

#70D050 color CMYK value is (46,0,62,18).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 18.43%
CMYK:
(46,0,62,18)
C46M0Y62K18 
(46%,0%,62%,18%)
(0.46/0.00/0.62/0.18)	

CMYK percentages

%46.15
%0
%61.54
%18.43

Codes

Color #70D050 in popluar color models

70D050
RGB11220880
HSL105°57.66%56.47%
HSB/HSV105°61.54%81.57%
CMYK46.15%0.00%61.54%
18.43%

Color #70D050 in popluar number systems.

HEX70D050
Decimal11220880
Binary1110000110100001010000
Octal160320120

Shades and tints

Shades of #70D050

#70D050
(112,208,80)
#66BE49
(102,190,73)
#5CAC42
(92,172,66)
#529A3B
(82,154,59)
#488834
(72,136,52)
#3E762D
(62,118,45)
#346426
(52,100,38)
#2A521F
(42,82,31)
#204018
(32,64,24)
#162E11
(22,46,17)
#0C1C0A
(12,28,10)
#000000
(0,0,0)

Tints of #70D050

#70D050
(112,208,80)
#7DD45F
(125,212,95)
#8AD86E
(138,216,110)
#97DC7D
(151,220,125)
#A4E08C
(164,224,140)
#B1E49B
(177,228,155)
#BEE8AA
(190,232,170)
#CBECB9
(203,236,185)
#D8F0C8
(216,240,200)
#E5F4D7
(229,244,215)
#F2F8E6
(242,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D050 color. Also use rgb(112,208,80) instead hex code.

Text Font Color

.myTextColor { color: #70D050; }

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

This text font color is #70D050.


Background Color

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

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

This div background color is #70D050.


Border color

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

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

This div border color is #70D050.


Opacity

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

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

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

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

This text has shadow with #70D050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D050 on black background.


Color preview on white background

This text has color #70D050 on white background.



Black color preview on #70D050 background

This text has black color on #70D050 background.


White color preview on #70D050 background

This text has white color on #70D050 background.