COLOR #8BEB41

HEX: #8BEB41
RGB: (139,235,65)

Color info

#8BEB41 contains mainly green color. Web safe color of #8BEB41 is #99FF33 (or #9F3).

RGB color model

#8BEB41 color RGB value is (139,235,65).

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

RGB channels and saturation

R 139 of 255 = 55%
G 235 of 255 = 92%
B 65 of 255 = 25%

139
235
65

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

Portions of RGB colors in percentages

R + G + B =
139 + 235 + 65 = 439 (100%)
R 139 of 439 ~ 31.66%
G 235 of 439 ~ 53.53%
B 65 of 439 ~ 14.81%

%31.66
%53.53
%14.81

CMYK color model

#8BEB41 color CMYK value is (41,0,72,8).

  • cyan value is 40.85%
  • magenta value is 0.00%
  • yellow value is 72.34%
  • key color value is 7.84%
CMYK:
(41,0,72,8)
C41M0Y72K8 
(41%,0%,72%,8%)
(0.41/0.00/0.72/0.08)	

CMYK percentages

%40.85
%0
%72.34
%7.84

Codes

Color #8BEB41 in popluar color models

8BEB41
RGB13923565
HSL94°80.95%58.82%
HSB/HSV94°72.34%92.16%
CMYK40.85%0.00%72.34%
7.84%

Color #8BEB41 in popluar number systems.

HEX8BEB41
Decimal13923565
Binary10001011111010111000001
Octal213353101

Shades and tints

Shades of #8BEB41

#8BEB41
(139,235,65)
#7FD63C
(127,214,60)
#73C137
(115,193,55)
#67AC32
(103,172,50)
#5B972D
(91,151,45)
#4F8228
(79,130,40)
#436D23
(67,109,35)
#37581E
(55,88,30)
#2B4319
(43,67,25)
#1F2E14
(31,46,20)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #8BEB41

#8BEB41
(139,235,65)
#95EC52
(149,236,82)
#9FED63
(159,237,99)
#A9EE74
(169,238,116)
#B3EF85
(179,239,133)
#BDF096
(189,240,150)
#C7F1A7
(199,241,167)
#D1F2B8
(209,242,184)
#DBF3C9
(219,243,201)
#E5F4DA
(229,244,218)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BEB41; }

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

This text font color is #8BEB41.


Background Color

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

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

This div background color is #8BEB41.


Border color

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

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

This div border color is #8BEB41.


Opacity

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

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

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

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

This text has shadow with #8BEB41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BEB41 on black background.


Color preview on white background

This text has color #8BEB41 on white background.



Black color preview on #8BEB41 background

This text has black color on #8BEB41 background.


White color preview on #8BEB41 background

This text has white color on #8BEB41 background.