COLOR #70C35D

HEX: #70C35D RGB: (112,195,93)

Color info

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

RGB color model

#70C35D color RGB value is (112,195,93).

RGB: (112,195,93) (44%, 76%, 36%)

RGB channels and saturation

R 112 of 255 = 44%
G 195 of 255 = 76%
B 93 of 255 = 36%

112
195
93

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

Portions of RGB colors in percentages

R + G + B = 112 + 195 + 93 = 400 (100%)
R 112 of 400 ~ 28%
G 195 of 400 ~ 48.75%
B 93 of 400 ~ 23.25'%

%28
%48.75
%23.25

CMYK color model

#70C35D color CMYK value is (43,0,52,24).

  • cyan value is 42.56%
  • magenta value is 0.00%
  • yellow value is 52.31%
  • key color value is 23.53%

CMYK: (43,0,52,24)
C43M0Y52K24 (43%, 0%, 52%, 24%)
(0.43 / 0.00 / 0.52 / 0.24)

CMYK percentages

%42.56
%0
%52.31
%23.53

Codes

Color #70C35D in popluar color models

70 C3 5D
RGB 112 195 93
HSL 109° 45.95% 56.47%
HSB/HSV 109° 52.31% 76.47%
CMYK 42.56% 0.00% 52.31%
23.53%

Color #70C35D in popluar number systems.

HEX 70 C3 5D
Decimal 112 195 93
Binary 1110000 11000011 1011101
Octal 160 303 135

Shades and tints

Shades of #70C35D

#70C35D
(112,195,93)
#66B255
(102,178,85)
#5CA14D
(92,161,77)
#529045
(82,144,69)
#487F3D
(72,127,61)
#3E6E35
(62,110,53)
#345D2D
(52,93,45)
#2A4C25
(42,76,37)
#203B1D
(32,59,29)
#162A15
(22,42,21)
#0C190D
(12,25,13)
#000000
(0,0,0)

Tints of #70C35D

#70C35D
(112,195,93)
#7DC86B
(125,200,107)
#8ACD79
(138,205,121)
#97D287
(151,210,135)
#A4D795
(164,215,149)
#B1DCA3
(177,220,163)
#BEE1B1
(190,225,177)
#CBE6BF
(203,230,191)
#D8EBCD
(216,235,205)
#E5F0DB
(229,240,219)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70C35D color. Also use rgb(112,195,93) instead hex code.

Text Font Color

.myTextColor { color: #70C35D; }

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

This text font color is #70C35D.

Background Color

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

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

This div background color is #70C35D.

Border color

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

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

This div border color is #70C35D.

Opacity

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

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

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

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

This text has shadow with #70C35D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70C35D.

Preview

Color preview on black background

This text has color #70C35D on black background.


Color preview on white background

This text has color #70C35D on white background.


Black color preview on #70C35D background

This text has black color on #70C35D background.


White color preview on #70C35D background

This text has white color on #70C35D background.


Related colors

Complementary color

Complementary color for #hex is #8F3CA2.


I love getcolorcode.com

Triadic colors

1 #5D70C3 and #C35D70 with #70C35D are triadic colors.

2 #5DC370 and #C3705D with #70C35D are triadic colors.