COLOR #70FA87

HEX: #70FA87 RGB: (112,250,135)

Color info

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

RGB color model

#70FA87 color RGB value is (112,250,135).

RGB: (112,250,135) (44%, 98%, 53%)

RGB channels and saturation

R 112 of 255 = 44%
G 250 of 255 = 98%
B 135 of 255 = 53%

112
250
135

R + G + B ~ 65%. #70FA87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 250 + 135 = 497 (100%)
R 112 of 497 ~ 22.54%
G 250 of 497 ~ 50.3%
B 135 of 497 ~ 27.16'%

%22.54
%50.3
%27.16

CMYK color model

#70FA87 color CMYK value is (55,0,46,2).

  • cyan value is 55.20%
  • magenta value is 0.00%
  • yellow value is 46.00%
  • key color value is 1.96%

CMYK: (55,0,46,2)
C55M0Y46K2 (55%, 0%, 46%, 2%)
(0.55 / 0.00 / 0.46 / 0.02)

CMYK percentages

%55.2
%0
%46
%1.96

Codes

Color #70FA87 in popluar color models

70 FA 87
RGB 112 250 135
HSL 130° 93.24% 70.98%
HSB/HSV 130° 55.20% 98.04%
CMYK 55.20% 0.00% 46.00%
1.96%

Color #70FA87 in popluar number systems.

HEX 70 FA 87
Decimal 112 250 135
Binary 1110000 11111010 10000111
Octal 160 372 207

Shades and tints

Shades of #70FA87

#70FA87
(112,250,135)
#66E47B
(102,228,123)
#5CCE6F
(92,206,111)
#52B863
(82,184,99)
#48A257
(72,162,87)
#3E8C4B
(62,140,75)
#34763F
(52,118,63)
#2A6033
(42,96,51)
#204A27
(32,74,39)
#16341B
(22,52,27)
#0C1E0F
(12,30,15)
#000000
(0,0,0)

Tints of #70FA87

#70FA87
(112,250,135)
#7DFA91
(125,250,145)
#8AFA9B
(138,250,155)
#97FAA5
(151,250,165)
#A4FAAF
(164,250,175)
#B1FAB9
(177,250,185)
#BEFAC3
(190,250,195)
#CBFACD
(203,250,205)
#D8FAD7
(216,250,215)
#E5FAE1
(229,250,225)
#F2FAEB
(242,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70FA87; }

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

This text font color is #70FA87.

Background Color

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

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

This div background color is #70FA87.

Border color

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

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

This div border color is #70FA87.

Opacity

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

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

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

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

This text has shadow with #70FA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70FA87.

Preview

Color preview on black background

This text has color #70FA87 on black background.


Color preview on white background

This text has color #70FA87 on white background.


Black color preview on #70FA87 background

This text has black color on #70FA87 background.


White color preview on #70FA87 background

This text has white color on #70FA87 background.


Related colors

Complementary color

Complementary color for #70FA87 is #8F0578.


I love getcolorcode.com

Triadic colors

1 #8770FA and #FA8770 with #70FA87 are triadic colors.

2 #87FA70 and #FA7087 with #70FA87 are triadic colors.