COLOR #88DB2F

HEX: #88DB2F
RGB: (136,219,47)

Color info

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

RGB color model

#88DB2F color RGB value is (136,219,47).

  • red value is 136;
  • green value is 219;
  • blue value is 47.
RGB:
(136,219,47)
(53%,86%,18%)

RGB channels and saturation

R 136 of 255 = 53%
G 219 of 255 = 86%
B 47 of 255 = 18%

136
219
47

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

Portions of RGB colors in percentages

R + G + B =
136 + 219 + 47 = 402 (100%)
R 136 of 402 ~ 33.83%
G 219 of 402 ~ 54.48%
B 47 of 402 ~ 11.69%

%33.83
%54.48
%11.69

CMYK color model

#88DB2F color CMYK value is (38,0,79,14).

  • cyan value is 37.90%
  • magenta value is 0.00%
  • yellow value is 78.54%
  • key color value is 14.12%
CMYK:
(38,0,79,14)
C38M0Y79K14 
(38%,0%,79%,14%)
(0.38/0.00/0.79/0.14)	

CMYK percentages

%37.9
%0
%78.54
%14.12

Codes

Color #88DB2F in popluar color models

88DB2F
RGB13621947
HSL89°70.49%52.16%
HSB/HSV89°78.54%85.88%
CMYK37.90%0.00%78.54%
14.12%

Color #88DB2F in popluar number systems.

HEX88DB2F
Decimal13621947
Binary1000100011011011101111
Octal21033357

Shades and tints

Shades of #88DB2F

#88DB2F
(136,219,47)
#7CC82B
(124,200,43)
#70B527
(112,181,39)
#64A223
(100,162,35)
#588F1F
(88,143,31)
#4C7C1B
(76,124,27)
#406917
(64,105,23)
#345613
(52,86,19)
#28430F
(40,67,15)
#1C300B
(28,48,11)
#101D07
(16,29,7)
#000000
(0,0,0)

Tints of #88DB2F

#88DB2F
(136,219,47)
#92DE41
(146,222,65)
#9CE153
(156,225,83)
#A6E465
(166,228,101)
#B0E777
(176,231,119)
#BAEA89
(186,234,137)
#C4ED9B
(196,237,155)
#CEF0AD
(206,240,173)
#D8F3BF
(216,243,191)
#E2F6D1
(226,246,209)
#ECF9E3
(236,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88DB2F color. Also use rgb(136,219,47) instead hex code.

Text Font Color

.myTextColor { color: #88DB2F; }

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

This text font color is #88DB2F.


Background Color

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

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

This div background color is #88DB2F.


Border color

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

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

This div border color is #88DB2F.


Opacity

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

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

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

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

This text has shadow with #88DB2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88DB2F on black background.


Color preview on white background

This text has color #88DB2F on white background.



Black color preview on #88DB2F background

This text has black color on #88DB2F background.


White color preview on #88DB2F background

This text has white color on #88DB2F background.