COLOR #70EE6E

HEX: #70EE6E RGB: (112,238,110)

Color info

#70EE6E contains mainly green color. Web safe color of #70EE6E is #66FF66 (or #6F6).

RGB color model

#70EE6E color RGB value is (112,238,110).

RGB: (112,238,110) (44%, 93%, 43%)

RGB channels and saturation

R 112 of 255 = 44%
G 238 of 255 = 93%
B 110 of 255 = 43%

112
238
110

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

Portions of RGB colors in percentages

R + G + B = 112 + 238 + 110 = 460 (100%)
R 112 of 460 ~ 24.35%
G 238 of 460 ~ 51.74%
B 110 of 460 ~ 23.91'%

%24.35
%51.74
%23.91

CMYK color model

#70EE6E color CMYK value is (53,0,54,7).

  • cyan value is 52.94%
  • magenta value is 0.00%
  • yellow value is 53.78%
  • key color value is 6.67%

CMYK: (53,0,54,7)
C53M0Y54K7 (53%, 0%, 54%, 7%)
(0.53 / 0.00 / 0.54 / 0.07)

CMYK percentages

%52.94
%0
%53.78
%6.67

Codes

Color #70EE6E in popluar color models

70 EE 6E
RGB 112 238 110
HSL 119° 79.01% 68.24%
HSB/HSV 119° 53.78% 93.33%
CMYK 52.94% 0.00% 53.78%
6.67%

Color #70EE6E in popluar number systems.

HEX 70 EE 6E
Decimal 112 238 110
Binary 1110000 11101110 1101110
Octal 160 356 156

Shades and tints

Shades of #70EE6E

#70EE6E
(112,238,110)
#66D964
(102,217,100)
#5CC45A
(92,196,90)
#52AF50
(82,175,80)
#489A46
(72,154,70)
#3E853C
(62,133,60)
#347032
(52,112,50)
#2A5B28
(42,91,40)
#20461E
(32,70,30)
#163114
(22,49,20)
#0C1C0A
(12,28,10)
#000000
(0,0,0)

Tints of #70EE6E

#70EE6E
(112,238,110)
#7DEF7B
(125,239,123)
#8AF088
(138,240,136)
#97F195
(151,241,149)
#A4F2A2
(164,242,162)
#B1F3AF
(177,243,175)
#BEF4BC
(190,244,188)
#CBF5C9
(203,245,201)
#D8F6D6
(216,246,214)
#E5F7E3
(229,247,227)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70EE6E color. Also use rgb(112,238,110) instead hex code.

Text Font Color

.myTextColor { color: #70EE6E; }

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

This text font color is #70EE6E.

Background Color

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

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

This div background color is #70EE6E.

Border color

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

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

This div border color is #70EE6E.

Opacity

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

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

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

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

This text has shadow with #70EE6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70EE6E.

Preview

Color preview on black background

This text has color #70EE6E on black background.


Color preview on white background

This text has color #70EE6E on white background.


Black color preview on #70EE6E background

This text has black color on #70EE6E background.


White color preview on #70EE6E background

This text has white color on #70EE6E background.


Related colors

Complementary color

Complementary color for #hex is #8F1191.


I love getcolorcode.com

Triadic colors

1 #6E70EE and #EE6E70 with #70EE6E are triadic colors.

2 #6EEE70 and #EE706E with #70EE6E are triadic colors.