COLOR #39BD68

HEX: #39BD68
RGB: (57,189,104)

Color info

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

RGB color model

#39BD68 color RGB value is (57,189,104).

  • red value is 57;
  • green value is 189;
  • blue value is 104.
RGB:
(57,189,104)
(22%,74%,41%)

RGB channels and saturation

R 57 of 255 = 22%
G 189 of 255 = 74%
B 104 of 255 = 41%

57
189
104

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

Portions of RGB colors in percentages

R + G + B =
57 + 189 + 104 = 350 (100%)
R 57 of 350 ~ 16.29%
G 189 of 350 ~ 54%
B 104 of 350 ~ 29.71%

%16.29
%54
%29.71

CMYK color model

#39BD68 color CMYK value is (70,0,45,26).

  • cyan value is 69.84%
  • magenta value is 0.00%
  • yellow value is 44.97%
  • key color value is 25.88%
CMYK:
(70,0,45,26)
C70M0Y45K26 
(70%,0%,45%,26%)
(0.70/0.00/0.45/0.26)	

CMYK percentages

%69.84
%0
%44.97
%25.88

Codes

Color #39BD68 in popluar color models

39BD68
RGB57189104
HSL141°53.66%48.24%
HSB/HSV141°69.84%74.12%
CMYK69.84%0.00%44.97%
25.88%

Color #39BD68 in popluar number systems.

HEX39BD68
Decimal57189104
Binary111001101111011101000
Octal71275150

Shades and tints

Shades of #39BD68

#39BD68
(57,189,104)
#34AC5F
(52,172,95)
#2F9B56
(47,155,86)
#2A8A4D
(42,138,77)
#257944
(37,121,68)
#20683B
(32,104,59)
#1B5732
(27,87,50)
#164629
(22,70,41)
#113520
(17,53,32)
#0C2417
(12,36,23)
#07130E
(7,19,14)
#000000
(0,0,0)

Tints of #39BD68

#39BD68
(57,189,104)
#4BC375
(75,195,117)
#5DC982
(93,201,130)
#6FCF8F
(111,207,143)
#81D59C
(129,213,156)
#93DBA9
(147,219,169)
#A5E1B6
(165,225,182)
#B7E7C3
(183,231,195)
#C9EDD0
(201,237,208)
#DBF3DD
(219,243,221)
#EDF9EA
(237,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39BD68 color. Also use rgb(57,189,104) instead hex code.

Text Font Color

.myTextColor { color: #39BD68; }

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

This text font color is #39BD68.


Background Color

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

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

This div background color is #39BD68.


Border color

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

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

This div border color is #39BD68.


Opacity

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

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

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

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

This text has shadow with #39BD68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39BD68 on black background.


Color preview on white background

This text has color #39BD68 on white background.



Black color preview on #39BD68 background

This text has black color on #39BD68 background.


White color preview on #39BD68 background

This text has white color on #39BD68 background.