COLOR #88DB54

HEX: #88DB54
RGB: (136,219,84)

Color info

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

RGB color model

#88DB54 color RGB value is (136,219,84).

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

RGB channels and saturation

R 136 of 255 = 53%
G 219 of 255 = 86%
B 84 of 255 = 33%

136
219
84

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

Portions of RGB colors in percentages

R + G + B =
136 + 219 + 84 = 439 (100%)
R 136 of 439 ~ 30.98%
G 219 of 439 ~ 49.89%
B 84 of 439 ~ 19.13%

%30.98
%49.89
%19.13

CMYK color model

#88DB54 color CMYK value is (38,0,62,14).

  • cyan value is 37.90%
  • magenta value is 0.00%
  • yellow value is 61.64%
  • key color value is 14.12%
CMYK:
(38,0,62,14)
C38M0Y62K14 
(38%,0%,62%,14%)
(0.38/0.00/0.62/0.14)	

CMYK percentages

%37.9
%0
%61.64
%14.12

Codes

Color #88DB54 in popluar color models

88DB54
RGB13621984
HSL97°65.22%59.41%
HSB/HSV97°61.64%85.88%
CMYK37.90%0.00%61.64%
14.12%

Color #88DB54 in popluar number systems.

HEX88DB54
Decimal13621984
Binary10001000110110111010100
Octal210333124

Shades and tints

Shades of #88DB54

#88DB54
(136,219,84)
#7CC84D
(124,200,77)
#70B546
(112,181,70)
#64A23F
(100,162,63)
#588F38
(88,143,56)
#4C7C31
(76,124,49)
#40692A
(64,105,42)
#345623
(52,86,35)
#28431C
(40,67,28)
#1C3015
(28,48,21)
#101D0E
(16,29,14)
#000000
(0,0,0)

Tints of #88DB54

#88DB54
(136,219,84)
#92DE63
(146,222,99)
#9CE172
(156,225,114)
#A6E481
(166,228,129)
#B0E790
(176,231,144)
#BAEA9F
(186,234,159)
#C4EDAE
(196,237,174)
#CEF0BD
(206,240,189)
#D8F3CC
(216,243,204)
#E2F6DB
(226,246,219)
#ECF9EA
(236,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88DB54; }

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

This text font color is #88DB54.


Background Color

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

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

This div background color is #88DB54.


Border color

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

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

This div border color is #88DB54.


Opacity

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

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

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

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

This text has shadow with #88DB54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88DB54 on black background.


Color preview on white background

This text has color #88DB54 on white background.



Black color preview on #88DB54 background

This text has black color on #88DB54 background.


White color preview on #88DB54 background

This text has white color on #88DB54 background.