COLOR #88BE50

HEX: #88BE50
RGB: (136,190,80)

Color info

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

RGB color model

#88BE50 color RGB value is (136,190,80).

  • red value is 136;
  • green value is 190;
  • blue value is 80.
RGB:
(136,190,80)
(53%,75%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 190 of 255 = 75%
B 80 of 255 = 31%

136
190
80

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

Portions of RGB colors in percentages

R + G + B =
136 + 190 + 80 = 406 (100%)
R 136 of 406 ~ 33.5%
G 190 of 406 ~ 46.8%
B 80 of 406 ~ 19.7%

%33.5
%46.8
%19.7

CMYK color model

#88BE50 color CMYK value is (28,0,58,25).

  • cyan value is 28.42%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 25.49%
CMYK:
(28,0,58,25)
C28M0Y58K25 
(28%,0%,58%,25%)
(0.28/0.00/0.58/0.25)	

CMYK percentages

%28.42
%0
%57.89
%25.49

Codes

Color #88BE50 in popluar color models

88BE50
RGB13619080
HSL89°45.83%52.94%
HSB/HSV89°57.89%74.51%
CMYK28.42%0.00%57.89%
25.49%

Color #88BE50 in popluar number systems.

HEX88BE50
Decimal13619080
Binary10001000101111101010000
Octal210276120

Shades and tints

Shades of #88BE50

#88BE50
(136,190,80)
#7CAD49
(124,173,73)
#709C42
(112,156,66)
#648B3B
(100,139,59)
#587A34
(88,122,52)
#4C692D
(76,105,45)
#405826
(64,88,38)
#34471F
(52,71,31)
#283618
(40,54,24)
#1C2511
(28,37,17)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #88BE50

#88BE50
(136,190,80)
#92C35F
(146,195,95)
#9CC86E
(156,200,110)
#A6CD7D
(166,205,125)
#B0D28C
(176,210,140)
#BAD79B
(186,215,155)
#C4DCAA
(196,220,170)
#CEE1B9
(206,225,185)
#D8E6C8
(216,230,200)
#E2EBD7
(226,235,215)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BE50 color. Also use rgb(136,190,80) instead hex code.

Text Font Color

.myTextColor { color: #88BE50; }

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

This text font color is #88BE50.


Background Color

.myBgColor { background-color: #88BE50; }

<div style="background-color:#88BE50">Inner text</div>

This div background color is #88BE50.


Border color

.myBorderColor { border: 1px solid #88BE50; }

<div style="border:3px solid #88BE50">Div</div>

This div border color is #88BE50.


Opacity

.myOpacity80 { color: #88BE50; opacity: 0.8; }

<p style="color:#88BE50;opacity:0.8;">80%</p>

Text with #88BE50 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 #88BE50;}

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

This text has shadow with #88BE50 color.

.textShadow {text-shadow: 3px 3px 1px #88BE50, 3px 3px 1px red;}

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

This text has shadow with #88BE50 primary color and red secondary color.


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

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

This text has shadow with #88BE50 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BE50 on black background.


Color preview on white background

This text has color #88BE50 on white background.



Black color preview on #88BE50 background

This text has black color on #88BE50 background.


White color preview on #88BE50 background

This text has white color on #88BE50 background.