COLOR #70D65B

HEX: #70D65B
RGB: (112,214,91)

Color info

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

RGB color model

#70D65B color RGB value is (112,214,91).

  • red value is 112;
  • green value is 214;
  • blue value is 91.
RGB:
(112,214,91)
(44%,84%,36%)

RGB channels and saturation

R 112 of 255 = 44%
G 214 of 255 = 84%
B 91 of 255 = 36%

112
214
91

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

Portions of RGB colors in percentages

R + G + B =
112 + 214 + 91 = 417 (100%)
R 112 of 417 ~ 26.86%
G 214 of 417 ~ 51.32%
B 91 of 417 ~ 21.82%

%26.86
%51.32
%21.82

CMYK color model

#70D65B color CMYK value is (48,0,57,16).

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 57.48%
  • key color value is 16.08%
CMYK:
(48,0,57,16)
C48M0Y57K16 
(48%,0%,57%,16%)
(0.48/0.00/0.57/0.16)	

CMYK percentages

%47.66
%0
%57.48
%16.08

Codes

Color #70D65B in popluar color models

70D65B
RGB11221491
HSL110°60.00%59.80%
HSB/HSV110°57.48%83.92%
CMYK47.66%0.00%57.48%
16.08%

Color #70D65B in popluar number systems.

HEX70D65B
Decimal11221491
Binary1110000110101101011011
Octal160326133

Shades and tints

Shades of #70D65B

#70D65B
(112,214,91)
#66C353
(102,195,83)
#5CB04B
(92,176,75)
#529D43
(82,157,67)
#488A3B
(72,138,59)
#3E7733
(62,119,51)
#34642B
(52,100,43)
#2A5123
(42,81,35)
#203E1B
(32,62,27)
#162B13
(22,43,19)
#0C180B
(12,24,11)
#000000
(0,0,0)

Tints of #70D65B

#70D65B
(112,214,91)
#7DD969
(125,217,105)
#8ADC77
(138,220,119)
#97DF85
(151,223,133)
#A4E293
(164,226,147)
#B1E5A1
(177,229,161)
#BEE8AF
(190,232,175)
#CBEBBD
(203,235,189)
#D8EECB
(216,238,203)
#E5F1D9
(229,241,217)
#F2F4E7
(242,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70D65B color. Also use rgb(112,214,91) instead hex code.

Text Font Color

.myTextColor { color: #70D65B; }

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

This text font color is #70D65B.


Background Color

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

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

This div background color is #70D65B.


Border color

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

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

This div border color is #70D65B.


Opacity

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

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

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

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

This text has shadow with #70D65B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70D65B on black background.


Color preview on white background

This text has color #70D65B on white background.



Black color preview on #70D65B background

This text has black color on #70D65B background.


White color preview on #70D65B background

This text has white color on #70D65B background.