COLOR #70D98F

HEX: #70D98F
RGB: (112,217,143)

Color info

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

RGB color model

#70D98F color RGB value is (112,217,143).

  • red value is 112;
  • green value is 217;
  • blue value is 143.
RGB:
(112,217,143)
(44%,85%,56%)

RGB channels and saturation

R 112 of 255 = 44%
G 217 of 255 = 85%
B 143 of 255 = 56%

112
217
143

R + G + B ~ 62%. #70D98F is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 217 + 143 = 472 (100%)
R 112 of 472 ~ 23.73%
G 217 of 472 ~ 45.97%
B 143 of 472 ~ 30.3%

%23.73
%45.97
%30.3

CMYK color model

#70D98F color CMYK value is (48,0,34,15).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 14.90%
CMYK:
(48,0,34,15)
C48M0Y34K15 
(48%,0%,34%,15%)
(0.48/0.00/0.34/0.15)	

CMYK percentages

%48.39
%0
%34.1
%14.9

Codes

Color #70D98F in popluar color models

70D98F
RGB112217143
HSL138°58.01%64.51%
HSB/HSV138°48.39%85.10%
CMYK48.39%0.00%34.10%
14.90%

Color #70D98F in popluar number systems.

HEX70D98F
Decimal112217143
Binary11100001101100110001111
Octal160331217

Shades and tints

Shades of #70D98F

#70D98F
(112,217,143)
#66C682
(102,198,130)
#5CB375
(92,179,117)
#52A068
(82,160,104)
#488D5B
(72,141,91)
#3E7A4E
(62,122,78)
#346741
(52,103,65)
#2A5434
(42,84,52)
#204127
(32,65,39)
#162E1A
(22,46,26)
#0C1B0D
(12,27,13)
#000000
(0,0,0)

Tints of #70D98F

#70D98F
(112,217,143)
#7DDC99
(125,220,153)
#8ADFA3
(138,223,163)
#97E2AD
(151,226,173)
#A4E5B7
(164,229,183)
#B1E8C1
(177,232,193)
#BEEBCB
(190,235,203)
#CBEED5
(203,238,213)
#D8F1DF
(216,241,223)
#E5F4E9
(229,244,233)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70D98F; }

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

This text font color is #70D98F.


Background Color

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

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

This div background color is #70D98F.


Border color

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

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

This div border color is #70D98F.


Opacity

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

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

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

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

This text has shadow with #70D98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D98F on black background.


Color preview on white background

This text has color #70D98F on white background.



Black color preview on #70D98F background

This text has black color on #70D98F background.


White color preview on #70D98F background

This text has white color on #70D98F background.