COLOR #70CA60

HEX: #70CA60
RGB: (112,202,96)

Color info

#70CA60 contains mainly green color. Web safe color of #70CA60 is #66CC66 (or #6C6).

RGB color model

#70CA60 color RGB value is (112,202,96).

  • red value is 112;
  • green value is 202;
  • blue value is 96.
RGB:
(112,202,96)
(44%,79%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 202 of 255 = 79%
B 96 of 255 = 38%

112
202
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 202 + 96 = 410 (100%)
R 112 of 410 ~ 27.32%
G 202 of 410 ~ 49.27%
B 96 of 410 ~ 23.41%

%27.32
%49.27
%23.41

CMYK color model

#70CA60 color CMYK value is (45,0,52,21).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 52.48%
  • key color value is 20.78%
CMYK:
(45,0,52,21)
C45M0Y52K21 
(45%,0%,52%,21%)
(0.45/0.00/0.52/0.21)	

CMYK percentages

%44.55
%0
%52.48
%20.78

Codes

Color #70CA60 in popluar color models

70CA60
RGB11220296
HSL111°50.00%58.43%
HSB/HSV111°52.48%79.22%
CMYK44.55%0.00%52.48%
20.78%

Color #70CA60 in popluar number systems.

HEX70CA60
Decimal11220296
Binary1110000110010101100000
Octal160312140

Shades and tints

Shades of #70CA60

#70CA60
(112,202,96)
#66B858
(102,184,88)
#5CA650
(92,166,80)
#529448
(82,148,72)
#488240
(72,130,64)
#3E7038
(62,112,56)
#345E30
(52,94,48)
#2A4C28
(42,76,40)
#203A20
(32,58,32)
#162818
(22,40,24)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #70CA60

#70CA60
(112,202,96)
#7DCE6E
(125,206,110)
#8AD27C
(138,210,124)
#97D68A
(151,214,138)
#A4DA98
(164,218,152)
#B1DEA6
(177,222,166)
#BEE2B4
(190,226,180)
#CBE6C2
(203,230,194)
#D8EAD0
(216,234,208)
#E5EEDE
(229,238,222)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70CA60 color. Also use rgb(112,202,96) instead hex code.

Text Font Color

.myTextColor { color: #70CA60; }

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

This text font color is #70CA60.


Background Color

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

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

This div background color is #70CA60.


Border color

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

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

This div border color is #70CA60.


Opacity

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

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

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

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

This text has shadow with #70CA60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70CA60 on black background.


Color preview on white background

This text has color #70CA60 on white background.



Black color preview on #70CA60 background

This text has black color on #70CA60 background.


White color preview on #70CA60 background

This text has white color on #70CA60 background.