COLOR #70FA66

HEX: #70FA66
RGB: (112,250,102)

Color info

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

RGB color model

#70FA66 color RGB value is (112,250,102).

  • red value is 112;
  • green value is 250;
  • blue value is 102.
RGB:
(112,250,102)
(44%,98%,40%)

RGB channels and saturation

R 112 of 255 = 44%
G 250 of 255 = 98%
B 102 of 255 = 40%

112
250
102

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

Portions of RGB colors in percentages

R + G + B =
112 + 250 + 102 = 464 (100%)
R 112 of 464 ~ 24.14%
G 250 of 464 ~ 53.88%
B 102 of 464 ~ 21.98%

%24.14
%53.88
%21.98

CMYK color model

#70FA66 color CMYK value is (55,0,59,2).

  • cyan value is 55.20%
  • magenta value is 0.00%
  • yellow value is 59.20%
  • key color value is 1.96%
CMYK:
(55,0,59,2)
C55M0Y59K2 
(55%,0%,59%,2%)
(0.55/0.00/0.59/0.02)	

CMYK percentages

%55.2
%0
%59.2
%1.96

Codes

Color #70FA66 in popluar color models

70FA66
RGB112250102
HSL116°93.67%69.02%
HSB/HSV116°59.20%98.04%
CMYK55.20%0.00%59.20%
1.96%

Color #70FA66 in popluar number systems.

HEX70FA66
Decimal112250102
Binary1110000111110101100110
Octal160372146

Shades and tints

Shades of #70FA66

#70FA66
(112,250,102)
#66E45D
(102,228,93)
#5CCE54
(92,206,84)
#52B84B
(82,184,75)
#48A242
(72,162,66)
#3E8C39
(62,140,57)
#347630
(52,118,48)
#2A6027
(42,96,39)
#204A1E
(32,74,30)
#163415
(22,52,21)
#0C1E0C
(12,30,12)
#000000
(0,0,0)

Tints of #70FA66

#70FA66
(112,250,102)
#7DFA73
(125,250,115)
#8AFA80
(138,250,128)
#97FA8D
(151,250,141)
#A4FA9A
(164,250,154)
#B1FAA7
(177,250,167)
#BEFAB4
(190,250,180)
#CBFAC1
(203,250,193)
#D8FACE
(216,250,206)
#E5FADB
(229,250,219)
#F2FAE8
(242,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70FA66 color. Also use rgb(112,250,102) instead hex code.

Text Font Color

.myTextColor { color: #70FA66; }

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

This text font color is #70FA66.


Background Color

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

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

This div background color is #70FA66.


Border color

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

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

This div border color is #70FA66.


Opacity

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

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

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

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

This text has shadow with #70FA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70FA66 on black background.


Color preview on white background

This text has color #70FA66 on white background.



Black color preview on #70FA66 background

This text has black color on #70FA66 background.


White color preview on #70FA66 background

This text has white color on #70FA66 background.