COLOR #70F676

HEX: #70F676
RGB: (112,246,118)

Color info

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

RGB color model

#70F676 color RGB value is (112,246,118).

  • red value is 112;
  • green value is 246;
  • blue value is 118.
RGB:
(112,246,118)
(44%,96%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 246 of 255 = 96%
B 118 of 255 = 46%

112
246
118

R + G + B ~ 62%. #70F676 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 246 + 118 = 476 (100%)
R 112 of 476 ~ 23.53%
G 246 of 476 ~ 51.68%
B 118 of 476 ~ 24.79%

%23.53
%51.68
%24.79

CMYK color model

#70F676 color CMYK value is (54,0,52,4).

  • cyan value is 54.47%
  • magenta value is 0.00%
  • yellow value is 52.03%
  • key color value is 3.53%
CMYK:
(54,0,52,4)
C54M0Y52K4 
(54%,0%,52%,4%)
(0.54/0.00/0.52/0.04)	

CMYK percentages

%54.47
%0
%52.03
%3.53

Codes

Color #70F676 in popluar color models

70F676
RGB112246118
HSL123°88.16%70.20%
HSB/HSV123°54.47%96.47%
CMYK54.47%0.00%52.03%
3.53%

Color #70F676 in popluar number systems.

HEX70F676
Decimal112246118
Binary1110000111101101110110
Octal160366166

Shades and tints

Shades of #70F676

#70F676
(112,246,118)
#66E06C
(102,224,108)
#5CCA62
(92,202,98)
#52B458
(82,180,88)
#489E4E
(72,158,78)
#3E8844
(62,136,68)
#34723A
(52,114,58)
#2A5C30
(42,92,48)
#204626
(32,70,38)
#16301C
(22,48,28)
#0C1A12
(12,26,18)
#000000
(0,0,0)

Tints of #70F676

#70F676
(112,246,118)
#7DF682
(125,246,130)
#8AF68E
(138,246,142)
#97F69A
(151,246,154)
#A4F6A6
(164,246,166)
#B1F6B2
(177,246,178)
#BEF6BE
(190,246,190)
#CBF6CA
(203,246,202)
#D8F6D6
(216,246,214)
#E5F6E2
(229,246,226)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70F676 color. Also use rgb(112,246,118) instead hex code.

Text Font Color

.myTextColor { color: #70F676; }

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

This text font color is #70F676.


Background Color

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

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

This div background color is #70F676.


Border color

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

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

This div border color is #70F676.


Opacity

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

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

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

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

This text has shadow with #70F676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70F676 on black background.


Color preview on white background

This text has color #70F676 on white background.



Black color preview on #70F676 background

This text has black color on #70F676 background.


White color preview on #70F676 background

This text has white color on #70F676 background.