COLOR #70D358

HEX: #70D358
RGB: (112,211,88)

Color info

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

RGB color model

#70D358 color RGB value is (112,211,88).

  • red value is 112;
  • green value is 211;
  • blue value is 88.
RGB:
(112,211,88)
(44%,83%,35%)

RGB channels and saturation

R 112 of 255 = 44%
G 211 of 255 = 83%
B 88 of 255 = 35%

112
211
88

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

Portions of RGB colors in percentages

R + G + B =
112 + 211 + 88 = 411 (100%)
R 112 of 411 ~ 27.25%
G 211 of 411 ~ 51.34%
B 88 of 411 ~ 21.41%

%27.25
%51.34
%21.41

CMYK color model

#70D358 color CMYK value is (47,0,58,17).

  • cyan value is 46.92%
  • magenta value is 0.00%
  • yellow value is 58.29%
  • key color value is 17.25%
CMYK:
(47,0,58,17)
C47M0Y58K17 
(47%,0%,58%,17%)
(0.47/0.00/0.58/0.17)	

CMYK percentages

%46.92
%0
%58.29
%17.25

Codes

Color #70D358 in popluar color models

70D358
RGB11221188
HSL108°58.29%58.63%
HSB/HSV108°58.29%82.75%
CMYK46.92%0.00%58.29%
17.25%

Color #70D358 in popluar number systems.

HEX70D358
Decimal11221188
Binary1110000110100111011000
Octal160323130

Shades and tints

Shades of #70D358

#70D358
(112,211,88)
#66C050
(102,192,80)
#5CAD48
(92,173,72)
#529A40
(82,154,64)
#488738
(72,135,56)
#3E7430
(62,116,48)
#346128
(52,97,40)
#2A4E20
(42,78,32)
#203B18
(32,59,24)
#162810
(22,40,16)
#0C1508
(12,21,8)
#000000
(0,0,0)

Tints of #70D358

#70D358
(112,211,88)
#7DD767
(125,215,103)
#8ADB76
(138,219,118)
#97DF85
(151,223,133)
#A4E394
(164,227,148)
#B1E7A3
(177,231,163)
#BEEBB2
(190,235,178)
#CBEFC1
(203,239,193)
#D8F3D0
(216,243,208)
#E5F7DF
(229,247,223)
#F2FBEE
(242,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70D358; }

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

This text font color is #70D358.


Background Color

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

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

This div background color is #70D358.


Border color

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

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

This div border color is #70D358.


Opacity

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

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

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

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

This text has shadow with #70D358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D358 on black background.


Color preview on white background

This text has color #70D358 on white background.



Black color preview on #70D358 background

This text has black color on #70D358 background.


White color preview on #70D358 background

This text has white color on #70D358 background.