COLOR #8BD33B

HEX: #8BD33B
RGB: (139,211,59)

Color info

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

RGB color model

#8BD33B color RGB value is (139,211,59).

  • red value is 139;
  • green value is 211;
  • blue value is 59.
RGB:
(139,211,59)
(55%,83%,23%)

RGB channels and saturation

R 139 of 255 = 55%
G 211 of 255 = 83%
B 59 of 255 = 23%

139
211
59

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

Portions of RGB colors in percentages

R + G + B =
139 + 211 + 59 = 409 (100%)
R 139 of 409 ~ 33.99%
G 211 of 409 ~ 51.59%
B 59 of 409 ~ 14.43%

%33.99
%51.59
%14.43

CMYK color model

#8BD33B color CMYK value is (34,0,72,17).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 72.04%
  • key color value is 17.25%
CMYK:
(34,0,72,17)
C34M0Y72K17 
(34%,0%,72%,17%)
(0.34/0.00/0.72/0.17)	

CMYK percentages

%34.12
%0
%72.04
%17.25

Codes

Color #8BD33B in popluar color models

8BD33B
RGB13921159
HSL88°63.33%52.94%
HSB/HSV88°72.04%82.75%
CMYK34.12%0.00%72.04%
17.25%

Color #8BD33B in popluar number systems.

HEX8BD33B
Decimal13921159
Binary1000101111010011111011
Octal21332373

Shades and tints

Shades of #8BD33B

#8BD33B
(139,211,59)
#7FC036
(127,192,54)
#73AD31
(115,173,49)
#679A2C
(103,154,44)
#5B8727
(91,135,39)
#4F7422
(79,116,34)
#43611D
(67,97,29)
#374E18
(55,78,24)
#2B3B13
(43,59,19)
#1F280E
(31,40,14)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #8BD33B

#8BD33B
(139,211,59)
#95D74C
(149,215,76)
#9FDB5D
(159,219,93)
#A9DF6E
(169,223,110)
#B3E37F
(179,227,127)
#BDE790
(189,231,144)
#C7EBA1
(199,235,161)
#D1EFB2
(209,239,178)
#DBF3C3
(219,243,195)
#E5F7D4
(229,247,212)
#EFFBE5
(239,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BD33B color. Also use rgb(139,211,59) instead hex code.

Text Font Color

.myTextColor { color: #8BD33B; }

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

This text font color is #8BD33B.


Background Color

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

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

This div background color is #8BD33B.


Border color

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

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

This div border color is #8BD33B.


Opacity

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

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

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

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

This text has shadow with #8BD33B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BD33B on black background.


Color preview on white background

This text has color #8BD33B on white background.



Black color preview on #8BD33B background

This text has black color on #8BD33B background.


White color preview on #8BD33B background

This text has white color on #8BD33B background.