COLOR #70D467

HEX: #70D467
RGB: (112,212,103)

Color info

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

RGB color model

#70D467 color RGB value is (112,212,103).

  • red value is 112;
  • green value is 212;
  • blue value is 103.
RGB:
(112,212,103)
(44%,83%,40%)

RGB channels and saturation

R 112 of 255 = 44%
G 212 of 255 = 83%
B 103 of 255 = 40%

112
212
103

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

Portions of RGB colors in percentages

R + G + B =
112 + 212 + 103 = 427 (100%)
R 112 of 427 ~ 26.23%
G 212 of 427 ~ 49.65%
B 103 of 427 ~ 24.12%

%26.23
%49.65
%24.12

CMYK color model

#70D467 color CMYK value is (47,0,51,17).

  • cyan value is 47.17%
  • magenta value is 0.00%
  • yellow value is 51.42%
  • key color value is 16.86%
CMYK:
(47,0,51,17)
C47M0Y51K17 
(47%,0%,51%,17%)
(0.47/0.00/0.51/0.17)	

CMYK percentages

%47.17
%0
%51.42
%16.86

Codes

Color #70D467 in popluar color models

70D467
RGB112212103
HSL115°55.90%61.76%
HSB/HSV115°51.42%83.14%
CMYK47.17%0.00%51.42%
16.86%

Color #70D467 in popluar number systems.

HEX70D467
Decimal112212103
Binary1110000110101001100111
Octal160324147

Shades and tints

Shades of #70D467

#70D467
(112,212,103)
#66C15E
(102,193,94)
#5CAE55
(92,174,85)
#529B4C
(82,155,76)
#488843
(72,136,67)
#3E753A
(62,117,58)
#346231
(52,98,49)
#2A4F28
(42,79,40)
#203C1F
(32,60,31)
#162916
(22,41,22)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #70D467

#70D467
(112,212,103)
#7DD774
(125,215,116)
#8ADA81
(138,218,129)
#97DD8E
(151,221,142)
#A4E09B
(164,224,155)
#B1E3A8
(177,227,168)
#BEE6B5
(190,230,181)
#CBE9C2
(203,233,194)
#D8ECCF
(216,236,207)
#E5EFDC
(229,239,220)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D467 color. Also use rgb(112,212,103) instead hex code.

Text Font Color

.myTextColor { color: #70D467; }

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

This text font color is #70D467.


Background Color

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

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

This div background color is #70D467.


Border color

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

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

This div border color is #70D467.


Opacity

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

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

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

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

This text has shadow with #70D467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D467 on black background.


Color preview on white background

This text has color #70D467 on white background.



Black color preview on #70D467 background

This text has black color on #70D467 background.


White color preview on #70D467 background

This text has white color on #70D467 background.