COLOR #70D835

HEX: #70D835 RGB: (112,216,53)

Color info

#70D835 contains mainly green color. Web safe color of #70D835 is #66CC33 (or #6C3).

RGB color model

#70D835 color RGB value is (112,216,53).

RGB: (112,216,53) (44%, 85%, 21%)

RGB channels and saturation

R 112 of 255 = 44%
G 216 of 255 = 85%
B 53 of 255 = 21%

112
216
53

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

Portions of RGB colors in percentages

R + G + B = 112 + 216 + 53 = 381 (100%)
R 112 of 381 ~ 29.4%
G 216 of 381 ~ 56.69%
B 53 of 381 ~ 13.91'%

%29.4
%56.69
%13.91

CMYK color model

#70D835 color CMYK value is (48,0,75,15).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 75.46%
  • key color value is 15.29%

CMYK: (48,0,75,15)
C48M0Y75K15 (48%, 0%, 75%, 15%)
(0.48 / 0.00 / 0.75 / 0.15)

CMYK percentages

%48.15
%0
%75.46
%15.29

Codes

Color #70D835 in popluar color models

70 D8 35
RGB 112 216 53
HSL 98° 67.63% 52.75%
HSB/HSV 98° 75.46% 84.71%
CMYK 48.15% 0.00% 75.46%
15.29%

Color #70D835 in popluar number systems.

HEX 70 D8 35
Decimal 112 216 53
Binary 1110000 11011000 110101
Octal 160 330 65

Shades and tints

Shades of #70D835

#70D835
(112,216,53)
#66C531
(102,197,49)
#5CB22D
(92,178,45)
#529F29
(82,159,41)
#488C25
(72,140,37)
#3E7921
(62,121,33)
#34661D
(52,102,29)
#2A5319
(42,83,25)
#204015
(32,64,21)
#162D11
(22,45,17)
#0C1A0D
(12,26,13)
#000000
(0,0,0)

Tints of #70D835

#70D835
(112,216,53)
#7DDB47
(125,219,71)
#8ADE59
(138,222,89)
#97E16B
(151,225,107)
#A4E47D
(164,228,125)
#B1E78F
(177,231,143)
#BEEAA1
(190,234,161)
#CBEDB3
(203,237,179)
#D8F0C5
(216,240,197)
#E5F3D7
(229,243,215)
#F2F6E9
(242,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D835 color. Also use rgb(112,216,53) instead hex code.

Text Font Color

.myTextColor { color: #70D835; }

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

This text font color is #70D835.

Background Color

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

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

This div background color is #70D835.

Border color

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

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

This div border color is #70D835.

Opacity

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

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

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

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

This text has shadow with #70D835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70D835.

Preview

Color preview on black background

This text has color #70D835 on black background.


Color preview on white background

This text has color #70D835 on white background.


Black color preview on #70D835 background

This text has black color on #70D835 background.


White color preview on #70D835 background

This text has white color on #70D835 background.


Related colors

Complementary color

Complementary color for #hex is #8F27CA.


I love getcolorcode.com

Triadic colors

1 #3570D8 and #D83570 with #70D835 are triadic colors.

2 #35D870 and #D87035 with #70D835 are triadic colors.