COLOR #70D57B

HEX: #70D57B
RGB: (112,213,123)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
213
123

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

Portions of RGB colors in percentages

R + G + B =
112 + 213 + 123 = 448 (100%)
R 112 of 448 ~ 25%
G 213 of 448 ~ 47.54%
B 123 of 448 ~ 27.46%

%25
%47.54
%27.46

CMYK color model

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

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

CMYK percentages

%47.42
%0
%42.25
%16.47

Codes

Color #70D57B in popluar color models

70D57B
RGB112213123
HSL127°54.59%63.73%
HSB/HSV127°47.42%83.53%
CMYK47.42%0.00%42.25%
16.47%

Color #70D57B in popluar number systems.

HEX70D57B
Decimal112213123
Binary1110000110101011111011
Octal160325173

Shades and tints

Shades of #70D57B

#70D57B
(112,213,123)
#66C270
(102,194,112)
#5CAF65
(92,175,101)
#529C5A
(82,156,90)
#48894F
(72,137,79)
#3E7644
(62,118,68)
#346339
(52,99,57)
#2A502E
(42,80,46)
#203D23
(32,61,35)
#162A18
(22,42,24)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #70D57B

#70D57B
(112,213,123)
#7DD887
(125,216,135)
#8ADB93
(138,219,147)
#97DE9F
(151,222,159)
#A4E1AB
(164,225,171)
#B1E4B7
(177,228,183)
#BEE7C3
(190,231,195)
#CBEACF
(203,234,207)
#D8EDDB
(216,237,219)
#E5F0E7
(229,240,231)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70D57B; }

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

This text font color is #70D57B.


Background Color

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

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

This div background color is #70D57B.


Border color

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

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

This div border color is #70D57B.


Opacity

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

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

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

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

This text has shadow with #70D57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D57B on black background.


Color preview on white background

This text has color #70D57B on white background.



Black color preview on #70D57B background

This text has black color on #70D57B background.


White color preview on #70D57B background

This text has white color on #70D57B background.