COLOR #88F660

HEX: #88F660 RGB: (136,246,96)

Color info

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

RGB color model

#88F660 color RGB value is (136,246,96).

RGB: (136,246,96) (53%, 96%, 38%)

RGB channels and saturation

R 136 of 255 = 53%
G 246 of 255 = 96%
B 96 of 255 = 38%

136
246
96

R + G + B ~ 62%. #88F660 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 246 + 96 = 478 (100%)
R 136 of 478 ~ 28.45%
G 246 of 478 ~ 51.46%
B 96 of 478 ~ 20.08'%

%28.45
%51.46
%20.08

CMYK color model

#88F660 color CMYK value is (45,0,61,4).

  • cyan value is 44.72%
  • magenta value is 0.00%
  • yellow value is 60.98%
  • key color value is 3.53%

CMYK: (45,0,61,4)
C45M0Y61K4 (45%, 0%, 61%, 4%)
(0.45 / 0.00 / 0.61 / 0.04)

CMYK percentages

%44.72
%0
%60.98
%3.53

Codes

Color #88F660 in popluar color models

88 F6 60
RGB 136 246 96
HSL 104° 89.29% 67.06%
HSB/HSV 104° 60.98% 96.47%
CMYK 44.72% 0.00% 60.98%
3.53%

Color #88F660 in popluar number systems.

HEX 88 F6 60
Decimal 136 246 96
Binary 10001000 11110110 1100000
Octal 210 366 140

Shades and tints

Shades of #88F660

#88F660
(136,246,96)
#7CE058
(124,224,88)
#70CA50
(112,202,80)
#64B448
(100,180,72)
#589E40
(88,158,64)
#4C8838
(76,136,56)
#407230
(64,114,48)
#345C28
(52,92,40)
#284620
(40,70,32)
#1C3018
(28,48,24)
#101A10
(16,26,16)
#000000
(0,0,0)

Tints of #88F660

#88F660
(136,246,96)
#92F66E
(146,246,110)
#9CF67C
(156,246,124)
#A6F68A
(166,246,138)
#B0F698
(176,246,152)
#BAF6A6
(186,246,166)
#C4F6B4
(196,246,180)
#CEF6C2
(206,246,194)
#D8F6D0
(216,246,208)
#E2F6DE
(226,246,222)
#ECF6EC
(236,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F660 color. Also use rgb(136,246,96) instead hex code.

Text Font Color

.myTextColor { color: #88F660; }

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

This text font color is #88F660.

Background Color

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

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

This div background color is #88F660.

Border color

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

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

This div border color is #88F660.

Opacity

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

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

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

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

This text has shadow with #88F660 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88F660.

Preview

Color preview on black background

This text has color #88F660 on black background.


Color preview on white background

This text has color #88F660 on white background.


Black color preview on #88F660 background

This text has black color on #88F660 background.


White color preview on #88F660 background

This text has white color on #88F660 background.


Related colors

Complementary color

Complementary color for #hex is #77099F.


I love getcolorcode.com

Triadic colors

1 #6088F6 and #F66088 with #88F660 are triadic colors.

2 #60F688 and #F68860 with #88F660 are triadic colors.