COLOR #70D81F

HEX: #70D81F
RGB: (112,216,31)

Color info

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

RGB color model

#70D81F color RGB value is (112,216,31).

  • red value is 112;
  • green value is 216;
  • blue value is 31.
RGB:
(112,216,31)
(44%,85%,12%)

RGB channels and saturation

R 112 of 255 = 44%
G 216 of 255 = 85%
B 31 of 255 = 12%

112
216
31

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

Portions of RGB colors in percentages

R + G + B =
112 + 216 + 31 = 359 (100%)
R 112 of 359 ~ 31.2%
G 216 of 359 ~ 60.17%
B 31 of 359 ~ 8.64%

%31.2
%60.17

CMYK color model

#70D81F color CMYK value is (48,0,86,15).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 85.65%
  • key color value is 15.29%
CMYK:
(48,0,86,15)
C48M0Y86K15 
(48%,0%,86%,15%)
(0.48/0.00/0.86/0.15)	

CMYK percentages

%48.15
%0
%85.65
%15.29

Codes

Color #70D81F in popluar color models

70D81F
RGB11221631
HSL94°74.90%48.43%
HSB/HSV94°85.65%84.71%
CMYK48.15%0.00%85.65%
15.29%

Color #70D81F in popluar number systems.

HEX70D81F
Decimal11221631
Binary11100001101100011111
Octal16033037

Shades and tints

Shades of #70D81F

#70D81F
(112,216,31)
#66C51D
(102,197,29)
#5CB21B
(92,178,27)
#529F19
(82,159,25)
#488C17
(72,140,23)
#3E7915
(62,121,21)
#346613
(52,102,19)
#2A5311
(42,83,17)
#20400F
(32,64,15)
#162D0D
(22,45,13)
#0C1A0B
(12,26,11)
#000000
(0,0,0)

Tints of #70D81F

#70D81F
(112,216,31)
#7DDB33
(125,219,51)
#8ADE47
(138,222,71)
#97E15B
(151,225,91)
#A4E46F
(164,228,111)
#B1E783
(177,231,131)
#BEEA97
(190,234,151)
#CBEDAB
(203,237,171)
#D8F0BF
(216,240,191)
#E5F3D3
(229,243,211)
#F2F6E7
(242,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D81F color. Also use rgb(112,216,31) instead hex code.

Text Font Color

.myTextColor { color: #70D81F; }

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

This text font color is #70D81F.


Background Color

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

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

This div background color is #70D81F.


Border color

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

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

This div border color is #70D81F.


Opacity

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

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

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

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

This text has shadow with #70D81F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D81F on black background.


Color preview on white background

This text has color #70D81F on white background.



Black color preview on #70D81F background

This text has black color on #70D81F background.


White color preview on #70D81F background

This text has white color on #70D81F background.