COLOR #70E76E

HEX: #70E76E
RGB: (112,231,110)

Color info

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

RGB color model

#70E76E color RGB value is (112,231,110).

  • red value is 112;
  • green value is 231;
  • blue value is 110.
RGB:
(112,231,110)
(44%,91%,43%)

RGB channels and saturation

R 112 of 255 = 44%
G 231 of 255 = 91%
B 110 of 255 = 43%

112
231
110

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

Portions of RGB colors in percentages

R + G + B =
112 + 231 + 110 = 453 (100%)
R 112 of 453 ~ 24.72%
G 231 of 453 ~ 50.99%
B 110 of 453 ~ 24.28%

%24.72
%50.99
%24.28

CMYK color model

#70E76E color CMYK value is (52,0,52,9).

  • cyan value is 51.52%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 9.41%
CMYK:
(52,0,52,9)
C52M0Y52K9 
(52%,0%,52%,9%)
(0.52/0.00/0.52/0.09)	

CMYK percentages

%51.52
%0
%52.38
%9.41

Codes

Color #70E76E in popluar color models

70E76E
RGB112231110
HSL119°71.60%66.86%
HSB/HSV119°52.38%90.59%
CMYK51.52%0.00%52.38%
9.41%

Color #70E76E in popluar number systems.

HEX70E76E
Decimal112231110
Binary1110000111001111101110
Octal160347156

Shades and tints

Shades of #70E76E

#70E76E
(112,231,110)
#66D264
(102,210,100)
#5CBD5A
(92,189,90)
#52A850
(82,168,80)
#489346
(72,147,70)
#3E7E3C
(62,126,60)
#346932
(52,105,50)
#2A5428
(42,84,40)
#203F1E
(32,63,30)
#162A14
(22,42,20)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #70E76E

#70E76E
(112,231,110)
#7DE97B
(125,233,123)
#8AEB88
(138,235,136)
#97ED95
(151,237,149)
#A4EFA2
(164,239,162)
#B1F1AF
(177,241,175)
#BEF3BC
(190,243,188)
#CBF5C9
(203,245,201)
#D8F7D6
(216,247,214)
#E5F9E3
(229,249,227)
#F2FBF0
(242,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70E76E; }

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

This text font color is #70E76E.


Background Color

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

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

This div background color is #70E76E.


Border color

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

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

This div border color is #70E76E.


Opacity

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

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

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

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

This text has shadow with #70E76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70E76E on black background.


Color preview on white background

This text has color #70E76E on white background.



Black color preview on #70E76E background

This text has black color on #70E76E background.


White color preview on #70E76E background

This text has white color on #70E76E background.