COLOR #70BE45

HEX: #70BE45 RGB: (112,190,69)

Color info

#70BE45 contains mainly green color. Web safe color of #70BE45 is #66CC33 (or #6C3).

RGB color model

#70BE45 color RGB value is (112,190,69).

RGB: (112,190,69) (44%, 75%, 27%)

RGB channels and saturation

R 112 of 255 = 44%
G 190 of 255 = 75%
B 69 of 255 = 27%

112
190
69

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

Portions of RGB colors in percentages

R + G + B = 112 + 190 + 69 = 371 (100%)
R 112 of 371 ~ 30.19%
G 190 of 371 ~ 51.21%
B 69 of 371 ~ 18.6'%

%30.19
%51.21
%18.6

CMYK color model

#70BE45 color CMYK value is (41,0,64,25).

  • cyan value is 41.05%
  • magenta value is 0.00%
  • yellow value is 63.68%
  • key color value is 25.49%

CMYK: (41,0,64,25)
C41M0Y64K25 (41%, 0%, 64%, 25%)
(0.41 / 0.00 / 0.64 / 0.25)

CMYK percentages

%41.05
%0
%63.68
%25.49

Codes

Color #70BE45 in popluar color models

70 BE 45
RGB 112 190 69
HSL 99° 48.21% 50.78%
HSB/HSV 99° 63.68% 74.51%
CMYK 41.05% 0.00% 63.68%
25.49%

Color #70BE45 in popluar number systems.

HEX 70 BE 45
Decimal 112 190 69
Binary 1110000 10111110 1000101
Octal 160 276 105

Shades and tints

Shades of #70BE45

#70BE45
(112,190,69)
#66AD3F
(102,173,63)
#5C9C39
(92,156,57)
#528B33
(82,139,51)
#487A2D
(72,122,45)
#3E6927
(62,105,39)
#345821
(52,88,33)
#2A471B
(42,71,27)
#203615
(32,54,21)
#16250F
(22,37,15)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #70BE45

#70BE45
(112,190,69)
#7DC355
(125,195,85)
#8AC865
(138,200,101)
#97CD75
(151,205,117)
#A4D285
(164,210,133)
#B1D795
(177,215,149)
#BEDCA5
(190,220,165)
#CBE1B5
(203,225,181)
#D8E6C5
(216,230,197)
#E5EBD5
(229,235,213)
#F2F0E5
(242,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70BE45 color. Also use rgb(112,190,69) instead hex code.

Text Font Color

.myTextColor { color: #70BE45; }

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

This text font color is #70BE45.

Background Color

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

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

This div background color is #70BE45.

Border color

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

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

This div border color is #70BE45.

Opacity

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

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

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

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

This text has shadow with #70BE45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70BE45.

Preview

Color preview on black background

This text has color #70BE45 on black background.


Color preview on white background

This text has color #70BE45 on white background.


Black color preview on #70BE45 background

This text has black color on #70BE45 background.


White color preview on #70BE45 background

This text has white color on #70BE45 background.


Related colors

Complementary color

Complementary color for #hex is #8F41BA.


I love getcolorcode.com

Triadic colors

1 #4570BE and #BE4570 with #70BE45 are triadic colors.

2 #45BE70 and #BE7045 with #70BE45 are triadic colors.