COLOR #88F521

HEX: #88F521
RGB: (136,245,33)

Color info

#88F521 contains mainly green color. Web safe color of #88F521 is #99FF33 (or #9F3).

RGB color model

#88F521 color RGB value is (136,245,33).

  • red value is 136;
  • green value is 245;
  • blue value is 33.
RGB:
(136,245,33)
(53%,96%,13%)

RGB channels and saturation

R 136 of 255 = 53%
G 245 of 255 = 96%
B 33 of 255 = 13%

136
245
33

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

Portions of RGB colors in percentages

R + G + B =
136 + 245 + 33 = 414 (100%)
R 136 of 414 ~ 32.85%
G 245 of 414 ~ 59.18%
B 33 of 414 ~ 7.97%

%32.85
%59.18

CMYK color model

#88F521 color CMYK value is (44,0,87,4).

  • cyan value is 44.49%
  • magenta value is 0.00%
  • yellow value is 86.53%
  • key color value is 3.92%
CMYK:
(44,0,87,4)
C44M0Y87K4 
(44%,0%,87%,4%)
(0.44/0.00/0.87/0.04)	

CMYK percentages

%44.49
%0
%86.53
%3.92

Codes

Color #88F521 in popluar color models

88F521
RGB13624533
HSL91°91.38%54.51%
HSB/HSV91°86.53%96.08%
CMYK44.49%0.00%86.53%
3.92%

Color #88F521 in popluar number systems.

HEX88F521
Decimal13624533
Binary1000100011110101100001
Octal21036541

Shades and tints

Shades of #88F521

#88F521
(136,245,33)
#7CDF1E
(124,223,30)
#70C91B
(112,201,27)
#64B318
(100,179,24)
#589D15
(88,157,21)
#4C8712
(76,135,18)
#40710F
(64,113,15)
#345B0C
(52,91,12)
#284509
(40,69,9)
#1C2F06
(28,47,6)
#101903
(16,25,3)
#000000
(0,0,0)

Tints of #88F521

#88F521
(136,245,33)
#92F535
(146,245,53)
#9CF549
(156,245,73)
#A6F55D
(166,245,93)
#B0F571
(176,245,113)
#BAF585
(186,245,133)
#C4F599
(196,245,153)
#CEF5AD
(206,245,173)
#D8F5C1
(216,245,193)
#E2F5D5
(226,245,213)
#ECF5E9
(236,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F521 color. Also use rgb(136,245,33) instead hex code.

Text Font Color

.myTextColor { color: #88F521; }

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

This text font color is #88F521.


Background Color

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

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

This div background color is #88F521.


Border color

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

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

This div border color is #88F521.


Opacity

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

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

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

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

This text has shadow with #88F521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88F521 on black background.


Color preview on white background

This text has color #88F521 on white background.



Black color preview on #88F521 background

This text has black color on #88F521 background.


White color preview on #88F521 background

This text has white color on #88F521 background.