COLOR #39CC75

HEX: #39CC75
RGB: (57,204,117)

Color info

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

RGB color model

#39CC75 color RGB value is (57,204,117).

  • red value is 57;
  • green value is 204;
  • blue value is 117.
RGB:
(57,204,117)
(22%,80%,46%)

RGB channels and saturation

R 57 of 255 = 22%
G 204 of 255 = 80%
B 117 of 255 = 46%

57
204
117

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

Portions of RGB colors in percentages

R + G + B =
57 + 204 + 117 = 378 (100%)
R 57 of 378 ~ 15.08%
G 204 of 378 ~ 53.97%
B 117 of 378 ~ 30.95%

%15.08
%53.97
%30.95

CMYK color model

#39CC75 color CMYK value is (72,0,43,20).

  • cyan value is 72.06%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 20.00%
CMYK:
(72,0,43,20)
C72M0Y43K20 
(72%,0%,43%,20%)
(0.72/0.00/0.43/0.20)	

CMYK percentages

%72.06
%0
%42.65
%20

Codes

Color #39CC75 in popluar color models

39CC75
RGB57204117
HSL144°59.04%51.18%
HSB/HSV144°72.06%80.00%
CMYK72.06%0.00%42.65%
20.00%

Color #39CC75 in popluar number systems.

HEX39CC75
Decimal57204117
Binary111001110011001110101
Octal71314165

Shades and tints

Shades of #39CC75

#39CC75
(57,204,117)
#34BA6B
(52,186,107)
#2FA861
(47,168,97)
#2A9657
(42,150,87)
#25844D
(37,132,77)
#207243
(32,114,67)
#1B6039
(27,96,57)
#164E2F
(22,78,47)
#113C25
(17,60,37)
#0C2A1B
(12,42,27)
#071811
(7,24,17)
#000000
(0,0,0)

Tints of #39CC75

#39CC75
(57,204,117)
#4BD081
(75,208,129)
#5DD48D
(93,212,141)
#6FD899
(111,216,153)
#81DCA5
(129,220,165)
#93E0B1
(147,224,177)
#A5E4BD
(165,228,189)
#B7E8C9
(183,232,201)
#C9ECD5
(201,236,213)
#DBF0E1
(219,240,225)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39CC75 color. Also use rgb(57,204,117) instead hex code.

Text Font Color

.myTextColor { color: #39CC75; }

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

This text font color is #39CC75.


Background Color

.myBgColor { background-color: #39CC75; }

<div style="background-color:#39CC75">Inner text</div>

This div background color is #39CC75.


Border color

.myBorderColor { border: 1px solid #39CC75; }

<div style="border:3px solid #39CC75">Div</div>

This div border color is #39CC75.


Opacity

.myOpacity80 { color: #39CC75; opacity: 0.8; }

<p style="color:#39CC75;opacity:0.8;">80%</p>

Text with #39CC75 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 #39CC75;}

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

This text has shadow with #39CC75 color.

.textShadow {text-shadow: 3px 3px 1px #39CC75, 3px 3px 1px red;}

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

This text has shadow with #39CC75 primary color and red secondary color.


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

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

This text has shadow with #39CC75 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39CC75 on black background.


Color preview on white background

This text has color #39CC75 on white background.



Black color preview on #39CC75 background

This text has black color on #39CC75 background.


White color preview on #39CC75 background

This text has white color on #39CC75 background.