COLOR #8BC848

HEX: #8BC848 RGB: (139,200,72)

Color info

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

RGB color model

#8BC848 color RGB value is (139,200,72).

RGB: (139,200,72) (55%, 78%, 28%)

RGB channels and saturation

R 139 of 255 = 55%
G 200 of 255 = 78%
B 72 of 255 = 28%

139
200
72

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

Portions of RGB colors in percentages

R + G + B = 139 + 200 + 72 = 411 (100%)
R 139 of 411 ~ 33.82%
G 200 of 411 ~ 48.66%
B 72 of 411 ~ 17.52'%

%33.82
%48.66
%17.52

CMYK color model

#8BC848 color CMYK value is (31,0,64,22).

  • cyan value is 30.50%
  • magenta value is 0.00%
  • yellow value is 64.00%
  • key color value is 21.57%

CMYK: (31,0,64,22)
C31M0Y64K22 (31%, 0%, 64%, 22%)
(0.31 / 0.00 / 0.64 / 0.22)

CMYK percentages

%30.5
%0
%64
%21.57

Codes

Color #8BC848 in popluar color models

8B C8 48
RGB 139 200 72
HSL 89° 53.78% 53.33%
HSB/HSV 89° 64.00% 78.43%
CMYK 30.50% 0.00% 64.00%
21.57%

Color #8BC848 in popluar number systems.

HEX 8B C8 48
Decimal 139 200 72
Binary 10001011 11001000 1001000
Octal 213 310 110

Shades and tints

Shades of #8BC848

#8BC848
(139,200,72)
#7FB642
(127,182,66)
#73A43C
(115,164,60)
#679236
(103,146,54)
#5B8030
(91,128,48)
#4F6E2A
(79,110,42)
#435C24
(67,92,36)
#374A1E
(55,74,30)
#2B3818
(43,56,24)
#1F2612
(31,38,18)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #8BC848

#8BC848
(139,200,72)
#95CD58
(149,205,88)
#9FD268
(159,210,104)
#A9D778
(169,215,120)
#B3DC88
(179,220,136)
#BDE198
(189,225,152)
#C7E6A8
(199,230,168)
#D1EBB8
(209,235,184)
#DBF0C8
(219,240,200)
#E5F5D8
(229,245,216)
#EFFAE8
(239,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC848 color. Also use rgb(139,200,72) instead hex code.

Text Font Color

.myTextColor { color: #8BC848; }

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

This text font color is #8BC848.

Background Color

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

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

This div background color is #8BC848.

Border color

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

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

This div border color is #8BC848.

Opacity

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

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

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

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

This text has shadow with #8BC848 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BC848.

Preview

Color preview on black background

This text has color #8BC848 on black background.


Color preview on white background

This text has color #8BC848 on white background.


Black color preview on #8BC848 background

This text has black color on #8BC848 background.


White color preview on #8BC848 background

This text has white color on #8BC848 background.


Related colors

Complementary color

Complementary color for #hex is #7437B7.


I love getcolorcode.com

Triadic colors

1 #488BC8 and #C8488B with #8BC848 are triadic colors.

2 #48C88B and #C88B48 with #8BC848 are triadic colors.