COLOR #70BF5D

HEX: #70BF5D
RGB: (112,191,93)

Color info

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

RGB color model

#70BF5D color RGB value is (112,191,93).

  • red value is 112;
  • green value is 191;
  • blue value is 93.
RGB:
(112,191,93)
(44%,75%,36%)

RGB channels and saturation

R 112 of 255 = 44%
G 191 of 255 = 75%
B 93 of 255 = 36%

112
191
93

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

Portions of RGB colors in percentages

R + G + B =
112 + 191 + 93 = 396 (100%)
R 112 of 396 ~ 28.28%
G 191 of 396 ~ 48.23%
B 93 of 396 ~ 23.48%

%28.28
%48.23
%23.48

CMYK color model

#70BF5D color CMYK value is (41,0,51,25).

  • cyan value is 41.36%
  • magenta value is 0.00%
  • yellow value is 51.31%
  • key color value is 25.10%
CMYK:
(41,0,51,25)
C41M0Y51K25 
(41%,0%,51%,25%)
(0.41/0.00/0.51/0.25)	

CMYK percentages

%41.36
%0
%51.31
%25.1

Codes

Color #70BF5D in popluar color models

70BF5D
RGB11219193
HSL108°43.36%55.69%
HSB/HSV108°51.31%74.90%
CMYK41.36%0.00%51.31%
25.10%

Color #70BF5D in popluar number systems.

HEX70BF5D
Decimal11219193
Binary1110000101111111011101
Octal160277135

Shades and tints

Shades of #70BF5D

#70BF5D
(112,191,93)
#66AE55
(102,174,85)
#5C9D4D
(92,157,77)
#528C45
(82,140,69)
#487B3D
(72,123,61)
#3E6A35
(62,106,53)
#34592D
(52,89,45)
#2A4825
(42,72,37)
#20371D
(32,55,29)
#162615
(22,38,21)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #70BF5D

#70BF5D
(112,191,93)
#7DC46B
(125,196,107)
#8AC979
(138,201,121)
#97CE87
(151,206,135)
#A4D395
(164,211,149)
#B1D8A3
(177,216,163)
#BEDDB1
(190,221,177)
#CBE2BF
(203,226,191)
#D8E7CD
(216,231,205)
#E5ECDB
(229,236,219)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BF5D color. Also use rgb(112,191,93) instead hex code.

Text Font Color

.myTextColor { color: #70BF5D; }

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

This text font color is #70BF5D.


Background Color

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

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

This div background color is #70BF5D.


Border color

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

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

This div border color is #70BF5D.


Opacity

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

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

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

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

This text has shadow with #70BF5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70BF5D on black background.


Color preview on white background

This text has color #70BF5D on white background.



Black color preview on #70BF5D background

This text has black color on #70BF5D background.


White color preview on #70BF5D background

This text has white color on #70BF5D background.