COLOR #8BC741

HEX: #8BC741
RGB: (139,199,65)

Color info

#8BC741 contains mainly green color. Web safe color of #8BC741 is #99CC33 (or #9C3).

RGB color model

#8BC741 color RGB value is (139,199,65).

  • red value is 139;
  • green value is 199;
  • blue value is 65.
RGB:
(139,199,65)
(55%,78%,25%)

RGB channels and saturation

R 139 of 255 = 55%
G 199 of 255 = 78%
B 65 of 255 = 25%

139
199
65

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

Portions of RGB colors in percentages

R + G + B =
139 + 199 + 65 = 403 (100%)
R 139 of 403 ~ 34.49%
G 199 of 403 ~ 49.38%
B 65 of 403 ~ 16.13%

%34.49
%49.38
%16.13

CMYK color model

#8BC741 color CMYK value is (30,0,67,22).

  • cyan value is 30.15%
  • magenta value is 0.00%
  • yellow value is 67.34%
  • key color value is 21.96%
CMYK:
(30,0,67,22)
C30M0Y67K22 
(30%,0%,67%,22%)
(0.30/0.00/0.67/0.22)	

CMYK percentages

%30.15
%0
%67.34
%21.96

Codes

Color #8BC741 in popluar color models

8BC741
RGB13919965
HSL87°54.47%51.76%
HSB/HSV87°67.34%78.04%
CMYK30.15%0.00%67.34%
21.96%

Color #8BC741 in popluar number systems.

HEX8BC741
Decimal13919965
Binary10001011110001111000001
Octal213307101

Shades and tints

Shades of #8BC741

#8BC741
(139,199,65)
#7FB53C
(127,181,60)
#73A337
(115,163,55)
#679132
(103,145,50)
#5B7F2D
(91,127,45)
#4F6D28
(79,109,40)
#435B23
(67,91,35)
#37491E
(55,73,30)
#2B3719
(43,55,25)
#1F2514
(31,37,20)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #8BC741

#8BC741
(139,199,65)
#95CC52
(149,204,82)
#9FD163
(159,209,99)
#A9D674
(169,214,116)
#B3DB85
(179,219,133)
#BDE096
(189,224,150)
#C7E5A7
(199,229,167)
#D1EAB8
(209,234,184)
#DBEFC9
(219,239,201)
#E5F4DA
(229,244,218)
#EFF9EB
(239,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC741 color. Also use rgb(139,199,65) instead hex code.

Text Font Color

.myTextColor { color: #8BC741; }

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

This text font color is #8BC741.


Background Color

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

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

This div background color is #8BC741.


Border color

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

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

This div border color is #8BC741.


Opacity

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

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

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

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

This text has shadow with #8BC741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC741 on black background.


Color preview on white background

This text has color #8BC741 on white background.



Black color preview on #8BC741 background

This text has black color on #8BC741 background.


White color preview on #8BC741 background

This text has white color on #8BC741 background.