COLOR #88F880

HEX: #88F880
RGB: (136,248,128)

Color info

#88F880 contains mainly green color. Web safe color of #88F880 is #99FF66 (or #9F6).

RGB color model

#88F880 color RGB value is (136,248,128).

  • red value is 136;
  • green value is 248;
  • blue value is 128.
RGB:
(136,248,128)
(53%,97%,50%)

RGB channels and saturation

R 136 of 255 = 53%
G 248 of 255 = 97%
B 128 of 255 = 50%

136
248
128

R + G + B ~ 67%. #88F880 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 248 + 128 = 512 (100%)
R 136 of 512 ~ 26.56%
G 248 of 512 ~ 48.44%
B 128 of 512 ~ 25%

%26.56
%48.44
%25

CMYK color model

#88F880 color CMYK value is (45,0,48,3).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 2.75%
CMYK:
(45,0,48,3)
C45M0Y48K3 
(45%,0%,48%,3%)
(0.45/0.00/0.48/0.03)	

CMYK percentages

%45.16
%0
%48.39
%2.75

Codes

Color #88F880 in popluar color models

88F880
RGB136248128
HSL116°89.55%73.73%
HSB/HSV116°48.39%97.25%
CMYK45.16%0.00%48.39%
2.75%

Color #88F880 in popluar number systems.

HEX88F880
Decimal136248128
Binary100010001111100010000000
Octal210370200

Shades and tints

Shades of #88F880

#88F880
(136,248,128)
#7CE275
(124,226,117)
#70CC6A
(112,204,106)
#64B65F
(100,182,95)
#58A054
(88,160,84)
#4C8A49
(76,138,73)
#40743E
(64,116,62)
#345E33
(52,94,51)
#284828
(40,72,40)
#1C321D
(28,50,29)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #88F880

#88F880
(136,248,128)
#92F88B
(146,248,139)
#9CF896
(156,248,150)
#A6F8A1
(166,248,161)
#B0F8AC
(176,248,172)
#BAF8B7
(186,248,183)
#C4F8C2
(196,248,194)
#CEF8CD
(206,248,205)
#D8F8D8
(216,248,216)
#E2F8E3
(226,248,227)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F880 color. Also use rgb(136,248,128) instead hex code.

Text Font Color

.myTextColor { color: #88F880; }

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

This text font color is #88F880.


Background Color

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

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

This div background color is #88F880.


Border color

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

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

This div border color is #88F880.


Opacity

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

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

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

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

This text has shadow with #88F880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88F880 on black background.


Color preview on white background

This text has color #88F880 on white background.



Black color preview on #88F880 background

This text has black color on #88F880 background.


White color preview on #88F880 background

This text has white color on #88F880 background.