COLOR #88F180

HEX: #88F180 RGB: (136,241,128)

Color info

#88F180 contains mainly green color. Web safe color of #88F180 is #99FF66 (or #9F6).

RGB color model

#88F180 color RGB value is (136,241,128).

RGB: (136,241,128) (53%, 95%, 50%)

RGB channels and saturation

R 136 of 255 = 53%
G 241 of 255 = 95%
B 128 of 255 = 50%

136
241
128

R + G + B ~ 66%. #88F180 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 241 + 128 = 505 (100%)
R 136 of 505 ~ 26.93%
G 241 of 505 ~ 47.72%
B 128 of 505 ~ 25.35'%

%26.93
%47.72
%25.35

CMYK color model

#88F180 color CMYK value is (44,0,47,5).

  • cyan value is 43.57%
  • magenta value is 0.00%
  • yellow value is 46.89%
  • key color value is 5.49%

CMYK: (44,0,47,5)
C44M0Y47K5 (44%, 0%, 47%, 5%)
(0.44 / 0.00 / 0.47 / 0.05)

CMYK percentages

%43.57
%0
%46.89
%5.49

Codes

Color #88F180 in popluar color models

88 F1 80
RGB 136 241 128
HSL 116° 80.14% 72.35%
HSB/HSV 116° 46.89% 94.51%
CMYK 43.57% 0.00% 46.89%
5.49%

Color #88F180 in popluar number systems.

HEX 88 F1 80
Decimal 136 241 128
Binary 10001000 11110001 10000000
Octal 210 361 200

Shades and tints

Shades of #88F180

#88F180
(136,241,128)
#7CDC75
(124,220,117)
#70C76A
(112,199,106)
#64B25F
(100,178,95)
#589D54
(88,157,84)
#4C8849
(76,136,73)
#40733E
(64,115,62)
#345E33
(52,94,51)
#284928
(40,73,40)
#1C341D
(28,52,29)
#101F12
(16,31,18)
#000000
(0,0,0)

Tints of #88F180

#88F180
(136,241,128)
#92F28B
(146,242,139)
#9CF396
(156,243,150)
#A6F4A1
(166,244,161)
#B0F5AC
(176,245,172)
#BAF6B7
(186,246,183)
#C4F7C2
(196,247,194)
#CEF8CD
(206,248,205)
#D8F9D8
(216,249,216)
#E2FAE3
(226,250,227)
#ECFBEE
(236,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F180 color. Also use rgb(136,241,128) instead hex code.

Text Font Color

.myTextColor { color: #88F180; }

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

This text font color is #88F180.

Background Color

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

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

This div background color is #88F180.

Border color

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

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

This div border color is #88F180.

Opacity

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

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

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

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

This text has shadow with #88F180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88F180.

Preview

Color preview on black background

This text has color #88F180 on black background.


Color preview on white background

This text has color #88F180 on white background.


Black color preview on #88F180 background

This text has black color on #88F180 background.


White color preview on #88F180 background

This text has white color on #88F180 background.


Related colors

Complementary color

Complementary color for #hex is #770E7F.


I love getcolorcode.com

Triadic colors

1 #8088F1 and #F18088 with #88F180 are triadic colors.

2 #80F188 and #F18880 with #88F180 are triadic colors.