COLOR #38D871

HEX: #38D871 RGB: (56,216,113)

Color info

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

RGB color model

#38D871 color RGB value is (56,216,113).

RGB: (56,216,113) (22%, 85%, 44%)

RGB channels and saturation

R 56 of 255 = 22%
G 216 of 255 = 85%
B 113 of 255 = 44%

56
216
113

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

Portions of RGB colors in percentages

R + G + B = 56 + 216 + 113 = 385 (100%)
R 56 of 385 ~ 14.55%
G 216 of 385 ~ 56.1%
B 113 of 385 ~ 29.35'%

%14.55
%56.1
%29.35

CMYK color model

#38D871 color CMYK value is (74,0,48,15).

  • cyan value is 74.07%
  • magenta value is 0.00%
  • yellow value is 47.69%
  • key color value is 15.29%

CMYK: (74,0,48,15)
C74M0Y48K15 (74%, 0%, 48%, 15%)
(0.74 / 0.00 / 0.48 / 0.15)

CMYK percentages

%74.07
%0
%47.69
%15.29

Codes

Color #38D871 in popluar color models

38 D8 71
RGB 56 216 113
HSL 141° 67.23% 53.33%
HSB/HSV 141° 74.07% 84.71%
CMYK 74.07% 0.00% 47.69%
15.29%

Color #38D871 in popluar number systems.

HEX 38 D8 71
Decimal 56 216 113
Binary 111000 11011000 1110001
Octal 70 330 161

Shades and tints

Shades of #38D871

#38D871
(56,216,113)
#33C567
(51,197,103)
#2EB25D
(46,178,93)
#299F53
(41,159,83)
#248C49
(36,140,73)
#1F793F
(31,121,63)
#1A6635
(26,102,53)
#15532B
(21,83,43)
#104021
(16,64,33)
#0B2D17
(11,45,23)
#061A0D
(6,26,13)
#000000
(0,0,0)

Tints of #38D871

#38D871
(56,216,113)
#4ADB7D
(74,219,125)
#5CDE89
(92,222,137)
#6EE195
(110,225,149)
#80E4A1
(128,228,161)
#92E7AD
(146,231,173)
#A4EAB9
(164,234,185)
#B6EDC5
(182,237,197)
#C8F0D1
(200,240,209)
#DAF3DD
(218,243,221)
#ECF6E9
(236,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38D871 color. Also use rgb(56,216,113) instead hex code.

Text Font Color

.myTextColor { color: #38D871; }

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

This text font color is #38D871.

Background Color

.myBgColor { background-color: #38D871; }

<div style="background-color:#38D871">Inner text</div>

This div background color is #38D871.

Border color

.myBorderColor { border: 1px solid #38D871; }

<div style="border:3px solid #38D871">Div</div>

This div border color is #38D871.

Opacity

.myOpacity80 { color: #38D871; opacity: 0.8; }

<p style="color:#38D871;opacity:0.8;">80%</p>

Text with #38D871 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 #38D871;}

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

This text has shadow with #38D871 color.


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

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

This text has shadow with #38D871 primary color and red secondary color.


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

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

This text has shadow with #38D871 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #38D871.

Preview

Color preview on black background

This text has color #38D871 on black background.


Color preview on white background

This text has color #38D871 on white background.


Black color preview on #38D871 background

This text has black color on #38D871 background.


White color preview on #38D871 background

This text has white color on #38D871 background.


Related colors

Complementary color

Complementary color for #hex is #C7278E.


I love getcolorcode.com

Triadic colors

1 #7138D8 and #D87138 with #38D871 are triadic colors.

2 #71D838 and #D83871 with #38D871 are triadic colors.