COLOR #70FD9D

HEX: #70FD9D
RGB: (112,253,157)

Color info

#70FD9D contains mainly green color. Web safe color of #70FD9D is #66FF99 (or #6F9).

RGB color model

#70FD9D color RGB value is (112,253,157).

  • red value is 112;
  • green value is 253;
  • blue value is 157.
RGB:
(112,253,157)
(44%,99%,62%)

RGB channels and saturation

R 112 of 255 = 44%
G 253 of 255 = 99%
B 157 of 255 = 62%

112
253
157

R + G + B ~ 68%. #70FD9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 253 + 157 = 522 (100%)
R 112 of 522 ~ 21.46%
G 253 of 522 ~ 48.47%
B 157 of 522 ~ 30.08%

%21.46
%48.47
%30.08

CMYK color model

#70FD9D color CMYK value is (56,0,38,1).

  • cyan value is 55.73%
  • magenta value is 0.00%
  • yellow value is 37.94%
  • key color value is 0.78%
CMYK:
(56,0,38,1)
C56M0Y38K1 
(56%,0%,38%,1%)
(0.56/0.00/0.38/0.01)	

CMYK percentages

%55.73
%0
%37.94
%0.78

Codes

Color #70FD9D in popluar color models

70FD9D
RGB112253157
HSL139°97.24%71.57%
HSB/HSV139°55.73%99.22%
CMYK55.73%0.00%37.94%
0.78%

Color #70FD9D in popluar number systems.

HEX70FD9D
Decimal112253157
Binary11100001111110110011101
Octal160375235

Shades and tints

Shades of #70FD9D

#70FD9D
(112,253,157)
#66E68F
(102,230,143)
#5CCF81
(92,207,129)
#52B873
(82,184,115)
#48A165
(72,161,101)
#3E8A57
(62,138,87)
#347349
(52,115,73)
#2A5C3B
(42,92,59)
#20452D
(32,69,45)
#162E1F
(22,46,31)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #70FD9D

#70FD9D
(112,253,157)
#7DFDA5
(125,253,165)
#8AFDAD
(138,253,173)
#97FDB5
(151,253,181)
#A4FDBD
(164,253,189)
#B1FDC5
(177,253,197)
#BEFDCD
(190,253,205)
#CBFDD5
(203,253,213)
#D8FDDD
(216,253,221)
#E5FDE5
(229,253,229)
#F2FDED
(242,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70FD9D; }

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

This text font color is #70FD9D.


Background Color

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

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

This div background color is #70FD9D.


Border color

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

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

This div border color is #70FD9D.


Opacity

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

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

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

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

This text has shadow with #70FD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70FD9D on black background.


Color preview on white background

This text has color #70FD9D on white background.



Black color preview on #70FD9D background

This text has black color on #70FD9D background.


White color preview on #70FD9D background

This text has white color on #70FD9D background.