COLOR #88E652

HEX: #88E652
RGB: (136,230,82)

Color info

#88E652 contains mainly green color. Web safe color of #88E652 is #99CC66 (or #9C6).

RGB color model

#88E652 color RGB value is (136,230,82).

  • red value is 136;
  • green value is 230;
  • blue value is 82.
RGB:
(136,230,82)
(53%,90%,32%)

RGB channels and saturation

R 136 of 255 = 53%
G 230 of 255 = 90%
B 82 of 255 = 32%

136
230
82

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

Portions of RGB colors in percentages

R + G + B =
136 + 230 + 82 = 448 (100%)
R 136 of 448 ~ 30.36%
G 230 of 448 ~ 51.34%
B 82 of 448 ~ 18.3%

%30.36
%51.34
%18.3

CMYK color model

#88E652 color CMYK value is (41,0,64,10).

  • cyan value is 40.87%
  • magenta value is 0.00%
  • yellow value is 64.35%
  • key color value is 9.80%
CMYK:
(41,0,64,10)
C41M0Y64K10 
(41%,0%,64%,10%)
(0.41/0.00/0.64/0.10)	

CMYK percentages

%40.87
%0
%64.35
%9.8

Codes

Color #88E652 in popluar color models

88E652
RGB13623082
HSL98°74.75%61.18%
HSB/HSV98°64.35%90.20%
CMYK40.87%0.00%64.35%
9.80%

Color #88E652 in popluar number systems.

HEX88E652
Decimal13623082
Binary10001000111001101010010
Octal210346122

Shades and tints

Shades of #88E652

#88E652
(136,230,82)
#7CD24B
(124,210,75)
#70BE44
(112,190,68)
#64AA3D
(100,170,61)
#589636
(88,150,54)
#4C822F
(76,130,47)
#406E28
(64,110,40)
#345A21
(52,90,33)
#28461A
(40,70,26)
#1C3213
(28,50,19)
#101E0C
(16,30,12)
#000000
(0,0,0)

Tints of #88E652

#88E652
(136,230,82)
#92E861
(146,232,97)
#9CEA70
(156,234,112)
#A6EC7F
(166,236,127)
#B0EE8E
(176,238,142)
#BAF09D
(186,240,157)
#C4F2AC
(196,242,172)
#CEF4BB
(206,244,187)
#D8F6CA
(216,246,202)
#E2F8D9
(226,248,217)
#ECFAE8
(236,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E652 color. Also use rgb(136,230,82) instead hex code.

Text Font Color

.myTextColor { color: #88E652; }

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

This text font color is #88E652.


Background Color

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

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

This div background color is #88E652.


Border color

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

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

This div border color is #88E652.


Opacity

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

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

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

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

This text has shadow with #88E652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E652 on black background.


Color preview on white background

This text has color #88E652 on white background.



Black color preview on #88E652 background

This text has black color on #88E652 background.


White color preview on #88E652 background

This text has white color on #88E652 background.