COLOR #70D041

HEX: #70D041
RGB: (112,208,65)

Color info

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

RGB color model

#70D041 color RGB value is (112,208,65).

  • red value is 112;
  • green value is 208;
  • blue value is 65.
RGB:
(112,208,65)
(44%,82%,25%)

RGB channels and saturation

R 112 of 255 = 44%
G 208 of 255 = 82%
B 65 of 255 = 25%

112
208
65

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

Portions of RGB colors in percentages

R + G + B =
112 + 208 + 65 = 385 (100%)
R 112 of 385 ~ 29.09%
G 208 of 385 ~ 54.03%
B 65 of 385 ~ 16.88%

%29.09
%54.03
%16.88

CMYK color model

#70D041 color CMYK value is (46,0,69,18).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 68.75%
  • key color value is 18.43%
CMYK:
(46,0,69,18)
C46M0Y69K18 
(46%,0%,69%,18%)
(0.46/0.00/0.69/0.18)	

CMYK percentages

%46.15
%0
%68.75
%18.43

Codes

Color #70D041 in popluar color models

70D041
RGB11220865
HSL100°60.34%53.53%
HSB/HSV100°68.75%81.57%
CMYK46.15%0.00%68.75%
18.43%

Color #70D041 in popluar number systems.

HEX70D041
Decimal11220865
Binary1110000110100001000001
Octal160320101

Shades and tints

Shades of #70D041

#70D041
(112,208,65)
#66BE3C
(102,190,60)
#5CAC37
(92,172,55)
#529A32
(82,154,50)
#48882D
(72,136,45)
#3E7628
(62,118,40)
#346423
(52,100,35)
#2A521E
(42,82,30)
#204019
(32,64,25)
#162E14
(22,46,20)
#0C1C0F
(12,28,15)
#000000
(0,0,0)

Tints of #70D041

#70D041
(112,208,65)
#7DD452
(125,212,82)
#8AD863
(138,216,99)
#97DC74
(151,220,116)
#A4E085
(164,224,133)
#B1E496
(177,228,150)
#BEE8A7
(190,232,167)
#CBECB8
(203,236,184)
#D8F0C9
(216,240,201)
#E5F4DA
(229,244,218)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D041 color. Also use rgb(112,208,65) instead hex code.

Text Font Color

.myTextColor { color: #70D041; }

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

This text font color is #70D041.


Background Color

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

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

This div background color is #70D041.


Border color

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

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

This div border color is #70D041.


Opacity

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

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

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

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

This text has shadow with #70D041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D041 on black background.


Color preview on white background

This text has color #70D041 on white background.



Black color preview on #70D041 background

This text has black color on #70D041 background.


White color preview on #70D041 background

This text has white color on #70D041 background.