COLOR #86DB78

HEX: #86DB78 RGB: (134,219,120)

Color info

#86DB78 contains mainly green color. Web safe color of #86DB78 is #99CC66 (or #9C6).

RGB color model

#86DB78 color RGB value is (134,219,120).

RGB: (134,219,120) (53%, 86%, 47%)

RGB channels and saturation

R 134 of 255 = 53%
G 219 of 255 = 86%
B 120 of 255 = 47%

134
219
120

R + G + B ~ 62%. #86DB78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 134 + 219 + 120 = 473 (100%)
R 134 of 473 ~ 28.33%
G 219 of 473 ~ 46.3%
B 120 of 473 ~ 25.37'%

%28.33
%46.3
%25.37

CMYK color model

#86DB78 color CMYK value is (39,0,45,14).

  • cyan value is 38.81%
  • magenta value is 0.00%
  • yellow value is 45.21%
  • key color value is 14.12%

CMYK: (39,0,45,14)
C39M0Y45K14 (39%, 0%, 45%, 14%)
(0.39 / 0.00 / 0.45 / 0.14)

CMYK percentages

%38.81
%0
%45.21
%14.12

Codes

Color #86DB78 in popluar color models

86 DB 78
RGB 134 219 120
HSL 112° 57.89% 66.47%
HSB/HSV 112° 45.21% 85.88%
CMYK 38.81% 0.00% 45.21%
14.12%

Color #86DB78 in popluar number systems.

HEX 86 DB 78
Decimal 134 219 120
Binary 10000110 11011011 1111000
Octal 206 333 170

Shades and tints

Shades of #86DB78

#86DB78
(134,219,120)
#7AC86E
(122,200,110)
#6EB564
(110,181,100)
#62A25A
(98,162,90)
#568F50
(86,143,80)
#4A7C46
(74,124,70)
#3E693C
(62,105,60)
#325632
(50,86,50)
#264328
(38,67,40)
#1A301E
(26,48,30)
#0E1D14
(14,29,20)
#000000
(0,0,0)

Tints of #86DB78

#86DB78
(134,219,120)
#91DE84
(145,222,132)
#9CE190
(156,225,144)
#A7E49C
(167,228,156)
#B2E7A8
(178,231,168)
#BDEAB4
(189,234,180)
#C8EDC0
(200,237,192)
#D3F0CC
(211,240,204)
#DEF3D8
(222,243,216)
#E9F6E4
(233,246,228)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86DB78 color. Also use rgb(134,219,120) instead hex code.

Text Font Color

.myTextColor { color: #86DB78; }

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

This text font color is #86DB78.

Background Color

.myBgColor { background-color: #86DB78; }

<div style="background-color:#86DB78">Inner text</div>

This div background color is #86DB78.

Border color

.myBorderColor { border: 1px solid #86DB78; }

<div style="border:3px solid #86DB78">Div</div>

This div border color is #86DB78.

Opacity

.myOpacity80 { color: #86DB78; opacity: 0.8; }

<p style="color:#86DB78;opacity:0.8;">80%</p>

Text with #86DB78 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 #86DB78;}

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

This text has shadow with #86DB78 color.


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

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

This text has shadow with #86DB78 primary color and red secondary color.


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

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

This text has shadow with #86DB78 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #86DB78.

Preview

Color preview on black background

This text has color #86DB78 on black background.


Color preview on white background

This text has color #86DB78 on white background.


Black color preview on #86DB78 background

This text has black color on #86DB78 background.


White color preview on #86DB78 background

This text has white color on #86DB78 background.


Related colors

Complementary color

Complementary color for #hex is #792487.


I love getcolorcode.com

Triadic colors

1 #7886DB and #DB7886 with #86DB78 are triadic colors.

2 #78DB86 and #DB8678 with #86DB78 are triadic colors.