COLOR #70CC7C

HEX: #70CC7C RGB: (112,204,124)

Color info

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

RGB color model

#70CC7C color RGB value is (112,204,124).

RGB: (112,204,124) (44%, 80%, 49%)

RGB channels and saturation

R 112 of 255 = 44%
G 204 of 255 = 80%
B 124 of 255 = 49%

112
204
124

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

Portions of RGB colors in percentages

R + G + B = 112 + 204 + 124 = 440 (100%)
R 112 of 440 ~ 25.45%
G 204 of 440 ~ 46.36%
B 124 of 440 ~ 28.18'%

%25.45
%46.36
%28.18

CMYK color model

#70CC7C color CMYK value is (45,0,39,20).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 20.00%

CMYK: (45,0,39,20)
C45M0Y39K20 (45%, 0%, 39%, 20%)
(0.45 / 0.00 / 0.39 / 0.20)

CMYK percentages

%45.1
%0
%39.22
%20

Codes

Color #70CC7C in popluar color models

70 CC 7C
RGB 112 204 124
HSL 128° 47.42% 61.96%
HSB/HSV 128° 45.10% 80.00%
CMYK 45.10% 0.00% 39.22%
20.00%

Color #70CC7C in popluar number systems.

HEX 70 CC 7C
Decimal 112 204 124
Binary 1110000 11001100 1111100
Octal 160 314 174

Shades and tints

Shades of #70CC7C

#70CC7C
(112,204,124)
#66BA71
(102,186,113)
#5CA866
(92,168,102)
#52965B
(82,150,91)
#488450
(72,132,80)
#3E7245
(62,114,69)
#34603A
(52,96,58)
#2A4E2F
(42,78,47)
#203C24
(32,60,36)
#162A19
(22,42,25)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #70CC7C

#70CC7C
(112,204,124)
#7DD087
(125,208,135)
#8AD492
(138,212,146)
#97D89D
(151,216,157)
#A4DCA8
(164,220,168)
#B1E0B3
(177,224,179)
#BEE4BE
(190,228,190)
#CBE8C9
(203,232,201)
#D8ECD4
(216,236,212)
#E5F0DF
(229,240,223)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70CC7C color. Also use rgb(112,204,124) instead hex code.

Text Font Color

.myTextColor { color: #70CC7C; }

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

This text font color is #70CC7C.

Background Color

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

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

This div background color is #70CC7C.

Border color

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

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

This div border color is #70CC7C.

Opacity

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

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

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

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

This text has shadow with #70CC7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70CC7C.

Preview

Color preview on black background

This text has color #70CC7C on black background.


Color preview on white background

This text has color #70CC7C on white background.


Black color preview on #70CC7C background

This text has black color on #70CC7C background.


White color preview on #70CC7C background

This text has white color on #70CC7C background.


Related colors

Complementary color

Complementary color for #hex is #8F3383.


I love getcolorcode.com

Triadic colors

1 #7C70CC and #CC7C70 with #70CC7C are triadic colors.

2 #7CCC70 and #CC707C with #70CC7C are triadic colors.