COLOR #88D225

HEX: #88D225
RGB: (136,210,37)

Color info

#88D225 contains mainly green color. Web safe color of #88D225 is #99CC33 (or #9C3).

RGB color model

#88D225 color RGB value is (136,210,37).

  • red value is 136;
  • green value is 210;
  • blue value is 37.
RGB:
(136,210,37)
(53%,82%,15%)

RGB channels and saturation

R 136 of 255 = 53%
G 210 of 255 = 82%
B 37 of 255 = 15%

136
210
37

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

Portions of RGB colors in percentages

R + G + B =
136 + 210 + 37 = 383 (100%)
R 136 of 383 ~ 35.51%
G 210 of 383 ~ 54.83%
B 37 of 383 ~ 9.66%

%35.51
%54.83
%9.66

CMYK color model

#88D225 color CMYK value is (35,0,82,18).

  • cyan value is 35.24%
  • magenta value is 0.00%
  • yellow value is 82.38%
  • key color value is 17.65%
CMYK:
(35,0,82,18)
C35M0Y82K18 
(35%,0%,82%,18%)
(0.35/0.00/0.82/0.18)	

CMYK percentages

%35.24
%0
%82.38
%17.65

Codes

Color #88D225 in popluar color models

88D225
RGB13621037
HSL86°70.04%48.43%
HSB/HSV86°82.38%82.35%
CMYK35.24%0.00%82.38%
17.65%

Color #88D225 in popluar number systems.

HEX88D225
Decimal13621037
Binary1000100011010010100101
Octal21032245

Shades and tints

Shades of #88D225

#88D225
(136,210,37)
#7CBF22
(124,191,34)
#70AC1F
(112,172,31)
#64991C
(100,153,28)
#588619
(88,134,25)
#4C7316
(76,115,22)
#406013
(64,96,19)
#344D10
(52,77,16)
#283A0D
(40,58,13)
#1C270A
(28,39,10)
#101407
(16,20,7)
#000000
(0,0,0)

Tints of #88D225

#88D225
(136,210,37)
#92D638
(146,214,56)
#9CDA4B
(156,218,75)
#A6DE5E
(166,222,94)
#B0E271
(176,226,113)
#BAE684
(186,230,132)
#C4EA97
(196,234,151)
#CEEEAA
(206,238,170)
#D8F2BD
(216,242,189)
#E2F6D0
(226,246,208)
#ECFAE3
(236,250,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D225 color. Also use rgb(136,210,37) instead hex code.

Text Font Color

.myTextColor { color: #88D225; }

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

This text font color is #88D225.


Background Color

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

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

This div background color is #88D225.


Border color

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

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

This div border color is #88D225.


Opacity

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

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

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

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

This text has shadow with #88D225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D225 on black background.


Color preview on white background

This text has color #88D225 on white background.



Black color preview on #88D225 background

This text has black color on #88D225 background.


White color preview on #88D225 background

This text has white color on #88D225 background.