COLOR #8BC64F

HEX: #8BC64F
RGB: (139,198,79)

Color info

#8BC64F contains mainly red and green colors. Web safe color of #8BC64F is #99CC66 (or #9C6).

RGB color model

#8BC64F color RGB value is (139,198,79).

  • red value is 139;
  • green value is 198;
  • blue value is 79.
RGB:
(139,198,79)
(55%,78%,31%)

RGB channels and saturation

R 139 of 255 = 55%
G 198 of 255 = 78%
B 79 of 255 = 31%

139
198
79

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

Portions of RGB colors in percentages

R + G + B =
139 + 198 + 79 = 416 (100%)
R 139 of 416 ~ 33.41%
G 198 of 416 ~ 47.6%
B 79 of 416 ~ 18.99%

%33.41
%47.6
%18.99

CMYK color model

#8BC64F color CMYK value is (30,0,60,22).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 60.10%
  • key color value is 22.35%
CMYK:
(30,0,60,22)
C30M0Y60K22 
(30%,0%,60%,22%)
(0.30/0.00/0.60/0.22)	

CMYK percentages

%29.8
%0
%60.1
%22.35

Codes

Color #8BC64F in popluar color models

8BC64F
RGB13919879
HSL90°51.07%54.31%
HSB/HSV90°60.10%77.65%
CMYK29.80%0.00%60.10%
22.35%

Color #8BC64F in popluar number systems.

HEX8BC64F
Decimal13919879
Binary10001011110001101001111
Octal213306117

Shades and tints

Shades of #8BC64F

#8BC64F
(139,198,79)
#7FB448
(127,180,72)
#73A241
(115,162,65)
#67903A
(103,144,58)
#5B7E33
(91,126,51)
#4F6C2C
(79,108,44)
#435A25
(67,90,37)
#37481E
(55,72,30)
#2B3617
(43,54,23)
#1F2410
(31,36,16)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #8BC64F

#8BC64F
(139,198,79)
#95CB5F
(149,203,95)
#9FD06F
(159,208,111)
#A9D57F
(169,213,127)
#B3DA8F
(179,218,143)
#BDDF9F
(189,223,159)
#C7E4AF
(199,228,175)
#D1E9BF
(209,233,191)
#DBEECF
(219,238,207)
#E5F3DF
(229,243,223)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC64F color. Also use rgb(139,198,79) instead hex code.

Text Font Color

.myTextColor { color: #8BC64F; }

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

This text font color is #8BC64F.


Background Color

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

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

This div background color is #8BC64F.


Border color

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

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

This div border color is #8BC64F.


Opacity

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

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

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

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

This text has shadow with #8BC64F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC64F on black background.


Color preview on white background

This text has color #8BC64F on white background.



Black color preview on #8BC64F background

This text has black color on #8BC64F background.


White color preview on #8BC64F background

This text has white color on #8BC64F background.