COLOR #70DD05

HEX: #70DD05
RGB: (112,221,5)

Color info

#70DD05 contains mainly green color. Web safe color of #70DD05 is #66CC00 (or #6C0).

RGB color model

#70DD05 color RGB value is (112,221,5).

  • red value is 112;
  • green value is 221;
  • blue value is 5.
RGB:
(112,221,5)
(44%,87%,2%)

RGB channels and saturation

R 112 of 255 = 44%
G 221 of 255 = 87%
B 5 of 255 = 2%

112
221
5

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

Portions of RGB colors in percentages

R + G + B =
112 + 221 + 5 = 338 (100%)
R 112 of 338 ~ 33.14%
G 221 of 338 ~ 65.38%
B 5 of 338 ~ 1.48%

%33.14
%65.38

CMYK color model

#70DD05 color CMYK value is (49,0,98,13).

  • cyan value is 49.32%
  • magenta value is 0.00%
  • yellow value is 97.74%
  • key color value is 13.33%
CMYK:
(49,0,98,13)
C49M0Y98K13 
(49%,0%,98%,13%)
(0.49/0.00/0.98/0.13)	

CMYK percentages

%49.32
%0
%97.74
%13.33

Codes

Color #70DD05 in popluar color models

70DD05
RGB1122215
HSL90°95.58%44.31%
HSB/HSV90°97.74%86.67%
CMYK49.32%0.00%97.74%
13.33%

Color #70DD05 in popluar number systems.

HEX70DD05
Decimal1122215
Binary111000011011101101
Octal1603355

Shades and tints

Shades of #70DD05

#70DD05
(112,221,5)
#66C905
(102,201,5)
#5CB505
(92,181,5)
#52A105
(82,161,5)
#488D05
(72,141,5)
#3E7905
(62,121,5)
#346505
(52,101,5)
#2A5105
(42,81,5)
#203D05
(32,61,5)
#162905
(22,41,5)
#0C1505
(12,21,5)
#000000
(0,0,0)

Tints of #70DD05

#70DD05
(112,221,5)
#7DE01B
(125,224,27)
#8AE331
(138,227,49)
#97E647
(151,230,71)
#A4E95D
(164,233,93)
#B1EC73
(177,236,115)
#BEEF89
(190,239,137)
#CBF29F
(203,242,159)
#D8F5B5
(216,245,181)
#E5F8CB
(229,248,203)
#F2FBE1
(242,251,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70DD05 color. Also use rgb(112,221,5) instead hex code.

Text Font Color

.myTextColor { color: #70DD05; }

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

This text font color is #70DD05.


Background Color

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

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

This div background color is #70DD05.


Border color

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

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

This div border color is #70DD05.


Opacity

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

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

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

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

This text has shadow with #70DD05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70DD05 on black background.


Color preview on white background

This text has color #70DD05 on white background.



Black color preview on #70DD05 background

This text has black color on #70DD05 background.


White color preview on #70DD05 background

This text has white color on #70DD05 background.