COLOR #70D64D

HEX: #70D64D
RGB: (112,214,77)

Color info

#70D64D contains mainly green color. Web safe color of #70D64D is #66CC33 (or #6C3).

RGB color model

#70D64D color RGB value is (112,214,77).

  • red value is 112;
  • green value is 214;
  • blue value is 77.
RGB:
(112,214,77)
(44%,84%,30%)

RGB channels and saturation

R 112 of 255 = 44%
G 214 of 255 = 84%
B 77 of 255 = 30%

112
214
77

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

Portions of RGB colors in percentages

R + G + B =
112 + 214 + 77 = 403 (100%)
R 112 of 403 ~ 27.79%
G 214 of 403 ~ 53.1%
B 77 of 403 ~ 19.11%

%27.79
%53.1
%19.11

CMYK color model

#70D64D color CMYK value is (48,0,64,16).

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 64.02%
  • key color value is 16.08%
CMYK:
(48,0,64,16)
C48M0Y64K16 
(48%,0%,64%,16%)
(0.48/0.00/0.64/0.16)	

CMYK percentages

%47.66
%0
%64.02
%16.08

Codes

Color #70D64D in popluar color models

70D64D
RGB11221477
HSL105°62.56%57.06%
HSB/HSV105°64.02%83.92%
CMYK47.66%0.00%64.02%
16.08%

Color #70D64D in popluar number systems.

HEX70D64D
Decimal11221477
Binary1110000110101101001101
Octal160326115

Shades and tints

Shades of #70D64D

#70D64D
(112,214,77)
#66C346
(102,195,70)
#5CB03F
(92,176,63)
#529D38
(82,157,56)
#488A31
(72,138,49)
#3E772A
(62,119,42)
#346423
(52,100,35)
#2A511C
(42,81,28)
#203E15
(32,62,21)
#162B0E
(22,43,14)
#0C1807
(12,24,7)
#000000
(0,0,0)

Tints of #70D64D

#70D64D
(112,214,77)
#7DD95D
(125,217,93)
#8ADC6D
(138,220,109)
#97DF7D
(151,223,125)
#A4E28D
(164,226,141)
#B1E59D
(177,229,157)
#BEE8AD
(190,232,173)
#CBEBBD
(203,235,189)
#D8EECD
(216,238,205)
#E5F1DD
(229,241,221)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D64D color. Also use rgb(112,214,77) instead hex code.

Text Font Color

.myTextColor { color: #70D64D; }

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

This text font color is #70D64D.


Background Color

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

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

This div background color is #70D64D.


Border color

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

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

This div border color is #70D64D.


Opacity

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

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

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

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

This text has shadow with #70D64D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D64D on black background.


Color preview on white background

This text has color #70D64D on white background.



Black color preview on #70D64D background

This text has black color on #70D64D background.


White color preview on #70D64D background

This text has white color on #70D64D background.