COLOR #88F49C

HEX: #88F49C RGB: (136,244,156)

Color info

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

RGB color model

#88F49C color RGB value is (136,244,156).

RGB: (136,244,156) (53%, 96%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 244 of 255 = 96%
B 156 of 255 = 61%

136
244
156

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

Portions of RGB colors in percentages

R + G + B = 136 + 244 + 156 = 536 (100%)
R 136 of 536 ~ 25.37%
G 244 of 536 ~ 45.52%
B 156 of 536 ~ 29.1'%

%25.37
%45.52
%29.1

CMYK color model

#88F49C color CMYK value is (44,0,36,4).

  • cyan value is 44.26%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 4.31%

CMYK: (44,0,36,4)
C44M0Y36K4 (44%, 0%, 36%, 4%)
(0.44 / 0.00 / 0.36 / 0.04)

CMYK percentages

%44.26
%0
%36.07
%4.31

Codes

Color #88F49C in popluar color models

88 F4 9C
RGB 136 244 156
HSL 131° 83.08% 74.51%
HSB/HSV 131° 44.26% 95.69%
CMYK 44.26% 0.00% 36.07%
4.31%

Color #88F49C in popluar number systems.

HEX 88 F4 9C
Decimal 136 244 156
Binary 10001000 11110100 10011100
Octal 210 364 234

Shades and tints

Shades of #88F49C

#88F49C
(136,244,156)
#7CDE8E
(124,222,142)
#70C880
(112,200,128)
#64B272
(100,178,114)
#589C64
(88,156,100)
#4C8656
(76,134,86)
#407048
(64,112,72)
#345A3A
(52,90,58)
#28442C
(40,68,44)
#1C2E1E
(28,46,30)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #88F49C

#88F49C
(136,244,156)
#92F5A5
(146,245,165)
#9CF6AE
(156,246,174)
#A6F7B7
(166,247,183)
#B0F8C0
(176,248,192)
#BAF9C9
(186,249,201)
#C4FAD2
(196,250,210)
#CEFBDB
(206,251,219)
#D8FCE4
(216,252,228)
#E2FDED
(226,253,237)
#ECFEF6
(236,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F49C color. Also use rgb(136,244,156) instead hex code.

Text Font Color

.myTextColor { color: #88F49C; }

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

This text font color is #88F49C.

Background Color

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

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

This div background color is #88F49C.

Border color

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

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

This div border color is #88F49C.

Opacity

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

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

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

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

This text has shadow with #88F49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88F49C.

Preview

Color preview on black background

This text has color #88F49C on black background.


Color preview on white background

This text has color #88F49C on white background.


Black color preview on #88F49C background

This text has black color on #88F49C background.


White color preview on #88F49C background

This text has white color on #88F49C background.


Related colors

Complementary color

Complementary color for #hex is #770B63.


I love getcolorcode.com

Triadic colors

1 #9C88F4 and #F49C88 with #88F49C are triadic colors.

2 #9CF488 and #F4889C with #88F49C are triadic colors.