COLOR #B0FD88

HEX: #B0FD88 RGB: (176,253,136)

Color info

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

RGB color model

#B0FD88 color RGB value is (176,253,136).

RGB: (176,253,136) (69%, 99%, 53%)

RGB channels and saturation

R 176 of 255 = 69%
G 253 of 255 = 99%
B 136 of 255 = 53%

176
253
136

R + G + B ~ 74%. #B0FD88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 253 + 136 = 565 (100%)
R 176 of 565 ~ 31.15%
G 253 of 565 ~ 44.78%
B 136 of 565 ~ 24.07'%

%31.15
%44.78
%24.07

CMYK color model

#B0FD88 color CMYK value is (30,0,46,1).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 46.25%
  • key color value is 0.78%

CMYK: (30,0,46,1)
C30M0Y46K1 (30%, 0%, 46%, 1%)
(0.30 / 0.00 / 0.46 / 0.01)

CMYK percentages

%30.43
%0
%46.25
%0.78

Codes

Color #B0FD88 in popluar color models

B0 FD 88
RGB 176 253 136
HSL 99° 96.69% 76.27%
HSB/HSV 99° 46.25% 99.22%
CMYK 30.43% 0.00% 46.25%
0.78%

Color #B0FD88 in popluar number systems.

HEX B0 FD 88
Decimal 176 253 136
Binary 10110000 11111101 10001000
Octal 260 375 210

Shades and tints

Shades of #B0FD88

#B0FD88
(176,253,136)
#A0E67C
(160,230,124)
#90CF70
(144,207,112)
#80B864
(128,184,100)
#70A158
(112,161,88)
#608A4C
(96,138,76)
#507340
(80,115,64)
#405C34
(64,92,52)
#304528
(48,69,40)
#202E1C
(32,46,28)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #B0FD88

#B0FD88
(176,253,136)
#B7FD92
(183,253,146)
#BEFD9C
(190,253,156)
#C5FDA6
(197,253,166)
#CCFDB0
(204,253,176)
#D3FDBA
(211,253,186)
#DAFDC4
(218,253,196)
#E1FDCE
(225,253,206)
#E8FDD8
(232,253,216)
#EFFDE2
(239,253,226)
#F6FDEC
(246,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0FD88; }

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

This text font color is #B0FD88.

Background Color

.myBgColor { background-color: #B0FD88; }

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

This div background color is #B0FD88.

Border color

.myBorderColor { border: 1px solid #B0FD88; }

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

This div border color is #B0FD88.

Opacity

.myOpacity80 { color: #B0FD88; opacity: 0.8; }

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

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

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

This text has shadow with #B0FD88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0FD88.

Preview

Color preview on black background

This text has color #B0FD88 on black background.


Color preview on white background

This text has color #B0FD88 on white background.


Black color preview on #B0FD88 background

This text has black color on #B0FD88 background.


White color preview on #B0FD88 background

This text has white color on #B0FD88 background.


Related colors

Complementary color

Complementary color for #hex is #4F0277.


I love getcolorcode.com

Triadic colors

1 #88B0FD and #FD88B0 with #B0FD88 are triadic colors.

2 #88FDB0 and #FDB088 with #B0FD88 are triadic colors.