COLOR #70DB6F

HEX: #70DB6F RGB: (112,219,111)

Color info

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

RGB color model

#70DB6F color RGB value is (112,219,111).

RGB: (112,219,111) (44%, 86%, 44%)

RGB channels and saturation

R 112 of 255 = 44%
G 219 of 255 = 86%
B 111 of 255 = 44%

112
219
111

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

Portions of RGB colors in percentages

R + G + B = 112 + 219 + 111 = 442 (100%)
R 112 of 442 ~ 25.34%
G 219 of 442 ~ 49.55%
B 111 of 442 ~ 25.11'%

%25.34
%49.55
%25.11

CMYK color model

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

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

CMYK: (49,0,49,14)
C49M0Y49K14 (49%, 0%, 49%, 14%)
(0.49 / 0.00 / 0.49 / 0.14)

CMYK percentages

%48.86
%0
%49.32
%14.12

Codes

Color #70DB6F in popluar color models

70 DB 6F
RGB 112 219 111
HSL 119° 60.00% 64.71%
HSB/HSV 119° 49.32% 85.88%
CMYK 48.86% 0.00% 49.32%
14.12%

Color #70DB6F in popluar number systems.

HEX 70 DB 6F
Decimal 112 219 111
Binary 1110000 11011011 1101111
Octal 160 333 157

Shades and tints

Shades of #70DB6F

#70DB6F
(112,219,111)
#66C865
(102,200,101)
#5CB55B
(92,181,91)
#52A251
(82,162,81)
#488F47
(72,143,71)
#3E7C3D
(62,124,61)
#346933
(52,105,51)
#2A5629
(42,86,41)
#20431F
(32,67,31)
#163015
(22,48,21)
#0C1D0B
(12,29,11)
#000000
(0,0,0)

Tints of #70DB6F

#70DB6F
(112,219,111)
#7DDE7C
(125,222,124)
#8AE189
(138,225,137)
#97E496
(151,228,150)
#A4E7A3
(164,231,163)
#B1EAB0
(177,234,176)
#BEEDBD
(190,237,189)
#CBF0CA
(203,240,202)
#D8F3D7
(216,243,215)
#E5F6E4
(229,246,228)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70DB6F; }

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

This text font color is #70DB6F.

Background Color

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

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

This div background color is #70DB6F.

Border color

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

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

This div border color is #70DB6F.

Opacity

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

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

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

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

This text has shadow with #70DB6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70DB6F.

Preview

Color preview on black background

This text has color #70DB6F on black background.


Color preview on white background

This text has color #70DB6F on white background.


Black color preview on #70DB6F background

This text has black color on #70DB6F background.


White color preview on #70DB6F background

This text has white color on #70DB6F background.


Related colors

Complementary color

Complementary color for #hex is #8F2490.


I love getcolorcode.com

Triadic colors

1 #6F70DB and #DB6F70 with #70DB6F are triadic colors.

2 #6FDB70 and #DB706F with #70DB6F are triadic colors.