COLOR #88FD92

HEX: #88FD92
RGB: (136,253,146)

Color info

#88FD92 contains mainly green color. Web safe color of #88FD92 is #99FF99 (or #9F9).

RGB color model

#88FD92 color RGB value is (136,253,146).

  • red value is 136;
  • green value is 253;
  • blue value is 146.
RGB:
(136,253,146)
(53%,99%,57%)

RGB channels and saturation

R 136 of 255 = 53%
G 253 of 255 = 99%
B 146 of 255 = 57%

136
253
146

R + G + B ~ 70%. #88FD92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 253 + 146 = 535 (100%)
R 136 of 535 ~ 25.42%
G 253 of 535 ~ 47.29%
B 146 of 535 ~ 27.29%

%25.42
%47.29
%27.29

CMYK color model

#88FD92 color CMYK value is (46,0,42,1).

  • cyan value is 46.25%
  • magenta value is 0.00%
  • yellow value is 42.29%
  • key color value is 0.78%
CMYK:
(46,0,42,1)
C46M0Y42K1 
(46%,0%,42%,1%)
(0.46/0.00/0.42/0.01)	

CMYK percentages

%46.25
%0
%42.29
%0.78

Codes

Color #88FD92 in popluar color models

88FD92
RGB136253146
HSL125°96.69%76.27%
HSB/HSV125°46.25%99.22%
CMYK46.25%0.00%42.29%
0.78%

Color #88FD92 in popluar number systems.

HEX88FD92
Decimal136253146
Binary100010001111110110010010
Octal210375222

Shades and tints

Shades of #88FD92

#88FD92
(136,253,146)
#7CE685
(124,230,133)
#70CF78
(112,207,120)
#64B86B
(100,184,107)
#58A15E
(88,161,94)
#4C8A51
(76,138,81)
#407344
(64,115,68)
#345C37
(52,92,55)
#28452A
(40,69,42)
#1C2E1D
(28,46,29)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #88FD92

#88FD92
(136,253,146)
#92FD9B
(146,253,155)
#9CFDA4
(156,253,164)
#A6FDAD
(166,253,173)
#B0FDB6
(176,253,182)
#BAFDBF
(186,253,191)
#C4FDC8
(196,253,200)
#CEFDD1
(206,253,209)
#D8FDDA
(216,253,218)
#E2FDE3
(226,253,227)
#ECFDEC
(236,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88FD92 color. Also use rgb(136,253,146) instead hex code.

Text Font Color

.myTextColor { color: #88FD92; }

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

This text font color is #88FD92.


Background Color

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

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

This div background color is #88FD92.


Border color

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

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

This div border color is #88FD92.


Opacity

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

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

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

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

This text has shadow with #88FD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88FD92 on black background.


Color preview on white background

This text has color #88FD92 on white background.



Black color preview on #88FD92 background

This text has black color on #88FD92 background.


White color preview on #88FD92 background

This text has white color on #88FD92 background.