COLOR #8BC458

HEX: #8BC458 RGB: (139,196,88)

Color info

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

RGB color model

#8BC458 color RGB value is (139,196,88).

RGB: (139,196,88) (55%, 77%, 35%)

RGB channels and saturation

R 139 of 255 = 55%
G 196 of 255 = 77%
B 88 of 255 = 35%

139
196
88

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

Portions of RGB colors in percentages

R + G + B = 139 + 196 + 88 = 423 (100%)
R 139 of 423 ~ 32.86%
G 196 of 423 ~ 46.34%
B 88 of 423 ~ 20.8'%

%32.86
%46.34
%20.8

CMYK color model

#8BC458 color CMYK value is (29,0,55,23).

  • cyan value is 29.08%
  • magenta value is 0.00%
  • yellow value is 55.10%
  • key color value is 23.14%

CMYK: (29,0,55,23)
C29M0Y55K23 (29%, 0%, 55%, 23%)
(0.29 / 0.00 / 0.55 / 0.23)

CMYK percentages

%29.08
%0
%55.1
%23.14

Codes

Color #8BC458 in popluar color models

8B C4 58
RGB 139 196 88
HSL 92° 47.79% 55.69%
HSB/HSV 92° 55.10% 76.86%
CMYK 29.08% 0.00% 55.10%
23.14%

Color #8BC458 in popluar number systems.

HEX 8B C4 58
Decimal 139 196 88
Binary 10001011 11000100 1011000
Octal 213 304 130

Shades and tints

Shades of #8BC458

#8BC458
(139,196,88)
#7FB350
(127,179,80)
#73A248
(115,162,72)
#679140
(103,145,64)
#5B8038
(91,128,56)
#4F6F30
(79,111,48)
#435E28
(67,94,40)
#374D20
(55,77,32)
#2B3C18
(43,60,24)
#1F2B10
(31,43,16)
#131A08
(19,26,8)
#000000
(0,0,0)

Tints of #8BC458

#8BC458
(139,196,88)
#95C967
(149,201,103)
#9FCE76
(159,206,118)
#A9D385
(169,211,133)
#B3D894
(179,216,148)
#BDDDA3
(189,221,163)
#C7E2B2
(199,226,178)
#D1E7C1
(209,231,193)
#DBECD0
(219,236,208)
#E5F1DF
(229,241,223)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC458 color. Also use rgb(139,196,88) instead hex code.

Text Font Color

.myTextColor { color: #8BC458; }

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

This text font color is #8BC458.

Background Color

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

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

This div background color is #8BC458.

Border color

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

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

This div border color is #8BC458.

Opacity

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

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

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

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

This text has shadow with #8BC458 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BC458.

Preview

Color preview on black background

This text has color #8BC458 on black background.


Color preview on white background

This text has color #8BC458 on white background.


Black color preview on #8BC458 background

This text has black color on #8BC458 background.


White color preview on #8BC458 background

This text has white color on #8BC458 background.


Related colors

Complementary color

Complementary color for #hex is #743BA7.


I love getcolorcode.com

Triadic colors

1 #588BC4 and #C4588B with #8BC458 are triadic colors.

2 #58C48B and #C48B58 with #8BC458 are triadic colors.