COLOR #8BD965

HEX: #8BD965
RGB: (139,217,101)

Color info

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

RGB color model

#8BD965 color RGB value is (139,217,101).

  • red value is 139;
  • green value is 217;
  • blue value is 101.
RGB:
(139,217,101)
(55%,85%,40%)

RGB channels and saturation

R 139 of 255 = 55%
G 217 of 255 = 85%
B 101 of 255 = 40%

139
217
101

R + G + B ~ 60%. #8BD965 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 217 + 101 = 457 (100%)
R 139 of 457 ~ 30.42%
G 217 of 457 ~ 47.48%
B 101 of 457 ~ 22.1%

%30.42
%47.48
%22.1

CMYK color model

#8BD965 color CMYK value is (36,0,53,15).

  • cyan value is 35.94%
  • magenta value is 0.00%
  • yellow value is 53.46%
  • key color value is 14.90%
CMYK:
(36,0,53,15)
C36M0Y53K15 
(36%,0%,53%,15%)
(0.36/0.00/0.53/0.15)	

CMYK percentages

%35.94
%0
%53.46
%14.9

Codes

Color #8BD965 in popluar color models

8BD965
RGB139217101
HSL100°60.42%62.35%
HSB/HSV100°53.46%85.10%
CMYK35.94%0.00%53.46%
14.90%

Color #8BD965 in popluar number systems.

HEX8BD965
Decimal139217101
Binary10001011110110011100101
Octal213331145

Shades and tints

Shades of #8BD965

#8BD965
(139,217,101)
#7FC65C
(127,198,92)
#73B353
(115,179,83)
#67A04A
(103,160,74)
#5B8D41
(91,141,65)
#4F7A38
(79,122,56)
#43672F
(67,103,47)
#375426
(55,84,38)
#2B411D
(43,65,29)
#1F2E14
(31,46,20)
#131B0B
(19,27,11)
#000000
(0,0,0)

Tints of #8BD965

#8BD965
(139,217,101)
#95DC73
(149,220,115)
#9FDF81
(159,223,129)
#A9E28F
(169,226,143)
#B3E59D
(179,229,157)
#BDE8AB
(189,232,171)
#C7EBB9
(199,235,185)
#D1EEC7
(209,238,199)
#DBF1D5
(219,241,213)
#E5F4E3
(229,244,227)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BD965 color. Also use rgb(139,217,101) instead hex code.

Text Font Color

.myTextColor { color: #8BD965; }

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

This text font color is #8BD965.


Background Color

.myBgColor { background-color: #8BD965; }

<div style="background-color:#8BD965">Inner text</div>

This div background color is #8BD965.


Border color

.myBorderColor { border: 1px solid #8BD965; }

<div style="border:3px solid #8BD965">Div</div>

This div border color is #8BD965.


Opacity

.myOpacity80 { color: #8BD965; opacity: 0.8; }

<p style="color:#8BD965;opacity:0.8;">80%</p>

Text with #8BD965 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 #8BD965;}

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

This text has shadow with #8BD965 color.

.textShadow {text-shadow: 3px 3px 1px #8BD965, 3px 3px 1px red;}

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

This text has shadow with #8BD965 primary color and red secondary color.


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

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

This text has shadow with #8BD965 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BD965 on black background.


Color preview on white background

This text has color #8BD965 on white background.



Black color preview on #8BD965 background

This text has black color on #8BD965 background.


White color preview on #8BD965 background

This text has white color on #8BD965 background.