COLOR #88B800

HEX: #88B800
RGB: (136,184,0)

Color info

#88B800 contains only red and green colors. Web safe color of #88B800 is #99CC00 (or #9C0).

RGB color model

#88B800 color RGB value is (136,184,0).

  • red value is 136;
  • green value is 184;
  • blue value is 0.
RGB:
(136,184,0)
(53%,72%,0%)

RGB channels and saturation

R 136 of 255 = 53%
G 184 of 255 = 72%
B 0 of 255 = 0%

136
184
0

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

Portions of RGB colors in percentages

R + G + B =
136 + 184 + 0 = 320 (100%)
R 136 of 320 ~ 42.5%
G 184 of 320 ~ 57.5%
B 0 of 320 ~ 0%

%42.5
%57.5

CMYK color model

#88B800 color CMYK value is (26,0,100,28).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 27.84%
CMYK:
(26,0,100,28)
C26M0Y100K28 
(26%,0%,100%,28%)
(0.26/0.00/1.00/0.28)	

CMYK percentages

%26.09
%0
%100
%27.84

Codes

Color #88B800 in popluar color models

88B800
RGB1361840
HSL76°100.00%36.08%
HSB/HSV76°100.00%72.16%
CMYK26.09%0.00%100.00%
27.84%

Color #88B800 in popluar number systems.

HEX88B800
Decimal1361840
Binary10001000101110000
Octal2102700

Shades and tints

Shades of #88B800

#88B800
(136,184,0)
#7CA800
(124,168,0)
#709800
(112,152,0)
#648800
(100,136,0)
#587800
(88,120,0)
#4C6800
(76,104,0)
#405800
(64,88,0)
#344800
(52,72,0)
#283800
(40,56,0)
#1C2800
(28,40,0)
#101800
(16,24,0)
#000000
(0,0,0)

Tints of #88B800

#88B800
(136,184,0)
#92BE17
(146,190,23)
#9CC42E
(156,196,46)
#A6CA45
(166,202,69)
#B0D05C
(176,208,92)
#BAD673
(186,214,115)
#C4DC8A
(196,220,138)
#CEE2A1
(206,226,161)
#D8E8B8
(216,232,184)
#E2EECF
(226,238,207)
#ECF4E6
(236,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B800 color. Also use rgb(136,184,0) instead hex code.

Text Font Color

.myTextColor { color: #88B800; }

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

This text font color is #88B800.


Background Color

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

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

This div background color is #88B800.


Border color

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

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

This div border color is #88B800.


Opacity

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

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

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

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

This text has shadow with #88B800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B800 on black background.


Color preview on white background

This text has color #88B800 on white background.



Black color preview on #88B800 background

This text has black color on #88B800 background.


White color preview on #88B800 background

This text has white color on #88B800 background.