COLOR #70DB83

HEX: #70DB83 RGB: (112,219,131)

Color info

#70DB83 contains mainly green color. Web safe color of #70DB83 is #66CC99 (or #6C9).

RGB color model

#70DB83 color RGB value is (112,219,131).

RGB: (112,219,131) (44%, 86%, 51%)

RGB channels and saturation

R 112 of 255 = 44%
G 219 of 255 = 86%
B 131 of 255 = 51%

112
219
131

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

Portions of RGB colors in percentages

R + G + B = 112 + 219 + 131 = 462 (100%)
R 112 of 462 ~ 24.24%
G 219 of 462 ~ 47.4%
B 131 of 462 ~ 28.35'%

%24.24
%47.4
%28.35

CMYK color model

#70DB83 color CMYK value is (49,0,40,14).

  • cyan value is 48.86%
  • magenta value is 0.00%
  • yellow value is 40.18%
  • key color value is 14.12%

CMYK: (49,0,40,14)
C49M0Y40K14 (49%, 0%, 40%, 14%)
(0.49 / 0.00 / 0.40 / 0.14)

CMYK percentages

%48.86
%0
%40.18
%14.12

Codes

Color #70DB83 in popluar color models

70 DB 83
RGB 112 219 131
HSL 131° 59.78% 64.90%
HSB/HSV 131° 48.86% 85.88%
CMYK 48.86% 0.00% 40.18%
14.12%

Color #70DB83 in popluar number systems.

HEX 70 DB 83
Decimal 112 219 131
Binary 1110000 11011011 10000011
Octal 160 333 203

Shades and tints

Shades of #70DB83

#70DB83
(112,219,131)
#66C878
(102,200,120)
#5CB56D
(92,181,109)
#52A262
(82,162,98)
#488F57
(72,143,87)
#3E7C4C
(62,124,76)
#346941
(52,105,65)
#2A5636
(42,86,54)
#20432B
(32,67,43)
#163020
(22,48,32)
#0C1D15
(12,29,21)
#000000
(0,0,0)

Tints of #70DB83

#70DB83
(112,219,131)
#7DDE8E
(125,222,142)
#8AE199
(138,225,153)
#97E4A4
(151,228,164)
#A4E7AF
(164,231,175)
#B1EABA
(177,234,186)
#BEEDC5
(190,237,197)
#CBF0D0
(203,240,208)
#D8F3DB
(216,243,219)
#E5F6E6
(229,246,230)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70DB83 color. Also use rgb(112,219,131) instead hex code.

Text Font Color

.myTextColor { color: #70DB83; }

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

This text font color is #70DB83.

Background Color

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

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

This div background color is #70DB83.

Border color

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

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

This div border color is #70DB83.

Opacity

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

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

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

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

This text has shadow with #70DB83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70DB83.

Preview

Color preview on black background

This text has color #70DB83 on black background.


Color preview on white background

This text has color #70DB83 on white background.


Black color preview on #70DB83 background

This text has black color on #70DB83 background.


White color preview on #70DB83 background

This text has white color on #70DB83 background.


Related colors

Complementary color

Complementary color for #hex is #8F247C.


I love getcolorcode.com

Triadic colors

1 #8370DB and #DB8370 with #70DB83 are triadic colors.

2 #83DB70 and #DB7083 with #70DB83 are triadic colors.