COLOR #70ED4D

HEX: #70ED4D RGB: (112,237,77)

Color info

#70ED4D contains mainly green color. Web safe color of #70ED4D is #66FF33 (or #6F3).

RGB color model

#70ED4D color RGB value is (112,237,77).

RGB: (112,237,77) (44%, 93%, 30%)

RGB channels and saturation

R 112 of 255 = 44%
G 237 of 255 = 93%
B 77 of 255 = 30%

112
237
77

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

Portions of RGB colors in percentages

R + G + B = 112 + 237 + 77 = 426 (100%)
R 112 of 426 ~ 26.29%
G 237 of 426 ~ 55.63%
B 77 of 426 ~ 18.08'%

%26.29
%55.63
%18.08

CMYK color model

#70ED4D color CMYK value is (53,0,68,7).

  • cyan value is 52.74%
  • magenta value is 0.00%
  • yellow value is 67.51%
  • key color value is 7.06%

CMYK: (53,0,68,7)
C53M0Y68K7 (53%, 0%, 68%, 7%)
(0.53 / 0.00 / 0.68 / 0.07)

CMYK percentages

%52.74
%0
%67.51
%7.06

Codes

Color #70ED4D in popluar color models

70 ED 4D
RGB 112 237 77
HSL 107° 81.63% 61.57%
HSB/HSV 107° 67.51% 92.94%
CMYK 52.74% 0.00% 67.51%
7.06%

Color #70ED4D in popluar number systems.

HEX 70 ED 4D
Decimal 112 237 77
Binary 1110000 11101101 1001101
Octal 160 355 115

Shades and tints

Shades of #70ED4D

#70ED4D
(112,237,77)
#66D846
(102,216,70)
#5CC33F
(92,195,63)
#52AE38
(82,174,56)
#489931
(72,153,49)
#3E842A
(62,132,42)
#346F23
(52,111,35)
#2A5A1C
(42,90,28)
#204515
(32,69,21)
#16300E
(22,48,14)
#0C1B07
(12,27,7)
#000000
(0,0,0)

Tints of #70ED4D

#70ED4D
(112,237,77)
#7DEE5D
(125,238,93)
#8AEF6D
(138,239,109)
#97F07D
(151,240,125)
#A4F18D
(164,241,141)
#B1F29D
(177,242,157)
#BEF3AD
(190,243,173)
#CBF4BD
(203,244,189)
#D8F5CD
(216,245,205)
#E5F6DD
(229,246,221)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70ED4D; }

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

This text font color is #70ED4D.

Background Color

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

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

This div background color is #70ED4D.

Border color

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

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

This div border color is #70ED4D.

Opacity

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

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

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

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

This text has shadow with #70ED4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70ED4D.

Preview

Color preview on black background

This text has color #70ED4D on black background.


Color preview on white background

This text has color #70ED4D on white background.


Black color preview on #70ED4D background

This text has black color on #70ED4D background.


White color preview on #70ED4D background

This text has white color on #70ED4D background.


Related colors

Complementary color

Complementary color for #70ED4D is #8F12B2.


I love getcolorcode.com

Triadic colors

1 #4D70ED and #ED4D70 with #70ED4D are triadic colors.

2 #4DED70 and #ED704D with #70ED4D are triadic colors.