COLOR #70D570

HEX: #70D570
RGB: (112,213,112)

Color info

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

RGB color model

#70D570 color RGB value is (112,213,112).

  • red value is 112;
  • green value is 213;
  • blue value is 112.
RGB:
(112,213,112)
(44%,84%,44%)

RGB channels and saturation

R 112 of 255 = 44%
G 213 of 255 = 84%
B 112 of 255 = 44%

112
213
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 213 + 112 = 437 (100%)
R 112 of 437 ~ 25.63%
G 213 of 437 ~ 48.74%
B 112 of 437 ~ 25.63%

%25.63
%48.74
%25.63

CMYK color model

#70D570 color CMYK value is (47,0,47,16).

  • cyan value is 47.42%
  • magenta value is 0.00%
  • yellow value is 47.42%
  • key color value is 16.47%
CMYK:
(47,0,47,16)
C47M0Y47K16 
(47%,0%,47%,16%)
(0.47/0.00/0.47/0.16)	

CMYK percentages

%47.42
%0
%47.42
%16.47

Codes

Color #70D570 in popluar color models

70D570
RGB112213112
HSL120°54.59%63.73%
HSB/HSV120°47.42%83.53%
CMYK47.42%0.00%47.42%
16.47%

Color #70D570 in popluar number systems.

HEX70D570
Decimal112213112
Binary1110000110101011110000
Octal160325160

Shades and tints

Shades of #70D570

#70D570
(112,213,112)
#66C266
(102,194,102)
#5CAF5C
(92,175,92)
#529C52
(82,156,82)
#488948
(72,137,72)
#3E763E
(62,118,62)
#346334
(52,99,52)
#2A502A
(42,80,42)
#203D20
(32,61,32)
#162A16
(22,42,22)
#0C170C
(12,23,12)
#000000
(0,0,0)

Tints of #70D570

#70D570
(112,213,112)
#7DD87D
(125,216,125)
#8ADB8A
(138,219,138)
#97DE97
(151,222,151)
#A4E1A4
(164,225,164)
#B1E4B1
(177,228,177)
#BEE7BE
(190,231,190)
#CBEACB
(203,234,203)
#D8EDD8
(216,237,216)
#E5F0E5
(229,240,229)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70D570; }

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

This text font color is #70D570.


Background Color

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

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

This div background color is #70D570.


Border color

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

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

This div border color is #70D570.


Opacity

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

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

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

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

This text has shadow with #70D570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D570 on black background.


Color preview on white background

This text has color #70D570 on white background.



Black color preview on #70D570 background

This text has black color on #70D570 background.


White color preview on #70D570 background

This text has white color on #70D570 background.