COLOR #70E481

HEX: #70E481
RGB: (112,228,129)

Color info

#70E481 contains mainly green color. Web safe color of #70E481 is #66CC99 (or #6C9).

RGB color model

#70E481 color RGB value is (112,228,129).

  • red value is 112;
  • green value is 228;
  • blue value is 129.
RGB:
(112,228,129)
(44%,89%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 228 of 255 = 89%
B 129 of 255 = 51%

112
228
129

R + G + B ~ 61%. #70E481 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 228 + 129 = 469 (100%)
R 112 of 469 ~ 23.88%
G 228 of 469 ~ 48.61%
B 129 of 469 ~ 27.51%

%23.88
%48.61
%27.51

CMYK color model

#70E481 color CMYK value is (51,0,43,11).

  • cyan value is 50.88%
  • magenta value is 0.00%
  • yellow value is 43.42%
  • key color value is 10.59%
CMYK:
(51,0,43,11)
C51M0Y43K11 
(51%,0%,43%,11%)
(0.51/0.00/0.43/0.11)	

CMYK percentages

%50.88
%0
%43.42
%10.59

Codes

Color #70E481 in popluar color models

70E481
RGB112228129
HSL129°68.24%66.67%
HSB/HSV129°50.88%89.41%
CMYK50.88%0.00%43.42%
10.59%

Color #70E481 in popluar number systems.

HEX70E481
Decimal112228129
Binary11100001110010010000001
Octal160344201

Shades and tints

Shades of #70E481

#70E481
(112,228,129)
#66D076
(102,208,118)
#5CBC6B
(92,188,107)
#52A860
(82,168,96)
#489455
(72,148,85)
#3E804A
(62,128,74)
#346C3F
(52,108,63)
#2A5834
(42,88,52)
#204429
(32,68,41)
#16301E
(22,48,30)
#0C1C13
(12,28,19)
#000000
(0,0,0)

Tints of #70E481

#70E481
(112,228,129)
#7DE68C
(125,230,140)
#8AE897
(138,232,151)
#97EAA2
(151,234,162)
#A4ECAD
(164,236,173)
#B1EEB8
(177,238,184)
#BEF0C3
(190,240,195)
#CBF2CE
(203,242,206)
#D8F4D9
(216,244,217)
#E5F6E4
(229,246,228)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70E481 color. Also use rgb(112,228,129) instead hex code.

Text Font Color

.myTextColor { color: #70E481; }

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

This text font color is #70E481.


Background Color

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

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

This div background color is #70E481.


Border color

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

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

This div border color is #70E481.


Opacity

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

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

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

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

This text has shadow with #70E481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70E481 on black background.


Color preview on white background

This text has color #70E481 on white background.



Black color preview on #70E481 background

This text has black color on #70E481 background.


White color preview on #70E481 background

This text has white color on #70E481 background.