COLOR #43CD70

HEX: #43CD70
RGB: (67,205,112)

Color info

#43CD70 contains mainly green color. Web safe color of #43CD70 is #33CC66 (or #3C6).

RGB color model

#43CD70 color RGB value is (67,205,112).

  • red value is 67;
  • green value is 205;
  • blue value is 112.
RGB:
(67,205,112)
(26%,80%,44%)

RGB channels and saturation

R 67 of 255 = 26%
G 205 of 255 = 80%
B 112 of 255 = 44%

67
205
112

R + G + B ~ 50%. #43CD70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 205 + 112 = 384 (100%)
R 67 of 384 ~ 17.45%
G 205 of 384 ~ 53.39%
B 112 of 384 ~ 29.17%

%17.45
%53.39
%29.17

CMYK color model

#43CD70 color CMYK value is (67,0,45,20).

  • cyan value is 67.32%
  • magenta value is 0.00%
  • yellow value is 45.37%
  • key color value is 19.61%
CMYK:
(67,0,45,20)
C67M0Y45K20 
(67%,0%,45%,20%)
(0.67/0.00/0.45/0.20)	

CMYK percentages

%67.32
%0
%45.37
%19.61

Codes

Color #43CD70 in popluar color models

43CD70
RGB67205112
HSL140°57.98%53.33%
HSB/HSV140°67.32%80.39%
CMYK67.32%0.00%45.37%
19.61%

Color #43CD70 in popluar number systems.

HEX43CD70
Decimal67205112
Binary1000011110011011110000
Octal103315160

Shades and tints

Shades of #43CD70

#43CD70
(67,205,112)
#3DBB66
(61,187,102)
#37A95C
(55,169,92)
#319752
(49,151,82)
#2B8548
(43,133,72)
#25733E
(37,115,62)
#1F6134
(31,97,52)
#194F2A
(25,79,42)
#133D20
(19,61,32)
#0D2B16
(13,43,22)
#07190C
(7,25,12)
#000000
(0,0,0)

Tints of #43CD70

#43CD70
(67,205,112)
#54D17D
(84,209,125)
#65D58A
(101,213,138)
#76D997
(118,217,151)
#87DDA4
(135,221,164)
#98E1B1
(152,225,177)
#A9E5BE
(169,229,190)
#BAE9CB
(186,233,203)
#CBEDD8
(203,237,216)
#DCF1E5
(220,241,229)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43CD70 color. Also use rgb(67,205,112) instead hex code.

Text Font Color

.myTextColor { color: #43CD70; }

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

This text font color is #43CD70.


Background Color

.myBgColor { background-color: #43CD70; }

<div style="background-color:#43CD70">Inner text</div>

This div background color is #43CD70.


Border color

.myBorderColor { border: 1px solid #43CD70; }

<div style="border:3px solid #43CD70">Div</div>

This div border color is #43CD70.


Opacity

.myOpacity80 { color: #43CD70; opacity: 0.8; }

<p style="color:#43CD70;opacity:0.8;">80%</p>

Text with #43CD70 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 #43CD70;}

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

This text has shadow with #43CD70 color.

.textShadow {text-shadow: 3px 3px 1px #43CD70, 3px 3px 1px red;}

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

This text has shadow with #43CD70 primary color and red secondary color.


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

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

This text has shadow with #43CD70 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43CD70 on black background.


Color preview on white background

This text has color #43CD70 on white background.



Black color preview on #43CD70 background

This text has black color on #43CD70 background.


White color preview on #43CD70 background

This text has white color on #43CD70 background.