COLOR #8BC315

HEX: #8BC315
RGB: (139,195,21)

Color info

#8BC315 contains mainly red and green colors. Web safe color of #8BC315 is #99CC00 (or #9C0).

RGB color model

#8BC315 color RGB value is (139,195,21).

  • red value is 139;
  • green value is 195;
  • blue value is 21.
RGB:
(139,195,21)
(55%,76%,8%)

RGB channels and saturation

R 139 of 255 = 55%
G 195 of 255 = 76%
B 21 of 255 = 8%

139
195
21

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

Portions of RGB colors in percentages

R + G + B =
139 + 195 + 21 = 355 (100%)
R 139 of 355 ~ 39.15%
G 195 of 355 ~ 54.93%
B 21 of 355 ~ 5.92%

%39.15
%54.93

CMYK color model

#8BC315 color CMYK value is (29,0,89,24).

  • cyan value is 28.72%
  • magenta value is 0.00%
  • yellow value is 89.23%
  • key color value is 23.53%
CMYK:
(29,0,89,24)
C29M0Y89K24 
(29%,0%,89%,24%)
(0.29/0.00/0.89/0.24)	

CMYK percentages

%28.72
%0
%89.23
%23.53

Codes

Color #8BC315 in popluar color models

8BC315
RGB13919521
HSL79°80.56%42.35%
HSB/HSV79°89.23%76.47%
CMYK28.72%0.00%89.23%
23.53%

Color #8BC315 in popluar number systems.

HEX8BC315
Decimal13919521
Binary100010111100001110101
Octal21330325

Shades and tints

Shades of #8BC315

#8BC315
(139,195,21)
#7FB214
(127,178,20)
#73A113
(115,161,19)
#679012
(103,144,18)
#5B7F11
(91,127,17)
#4F6E10
(79,110,16)
#435D0F
(67,93,15)
#374C0E
(55,76,14)
#2B3B0D
(43,59,13)
#1F2A0C
(31,42,12)
#13190B
(19,25,11)
#000000
(0,0,0)

Tints of #8BC315

#8BC315
(139,195,21)
#95C82A
(149,200,42)
#9FCD3F
(159,205,63)
#A9D254
(169,210,84)
#B3D769
(179,215,105)
#BDDC7E
(189,220,126)
#C7E193
(199,225,147)
#D1E6A8
(209,230,168)
#DBEBBD
(219,235,189)
#E5F0D2
(229,240,210)
#EFF5E7
(239,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC315 color. Also use rgb(139,195,21) instead hex code.

Text Font Color

.myTextColor { color: #8BC315; }

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

This text font color is #8BC315.


Background Color

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

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

This div background color is #8BC315.


Border color

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

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

This div border color is #8BC315.


Opacity

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

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

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

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

This text has shadow with #8BC315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC315 on black background.


Color preview on white background

This text has color #8BC315 on white background.



Black color preview on #8BC315 background

This text has black color on #8BC315 background.


White color preview on #8BC315 background

This text has white color on #8BC315 background.