COLOR #B0FD77

HEX: #B0FD77 RGB: (176,253,119)

Color info

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

RGB color model

#B0FD77 color RGB value is (176,253,119).

RGB: (176,253,119) (69%, 99%, 47%)

RGB channels and saturation

R 176 of 255 = 69%
G 253 of 255 = 99%
B 119 of 255 = 47%

176
253
119

R + G + B ~ 72%. #B0FD77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 253 + 119 = 548 (100%)
R 176 of 548 ~ 32.12%
G 253 of 548 ~ 46.17%
B 119 of 548 ~ 21.72'%

%32.12
%46.17
%21.72

CMYK color model

#B0FD77 color CMYK value is (30,0,53,1).

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

CMYK: (30,0,53,1)
C30M0Y53K1 (30%, 0%, 53%, 1%)
(0.30 / 0.00 / 0.53 / 0.01)

CMYK percentages

%30.43
%0
%52.96
%0.78

Codes

Color #B0FD77 in popluar color models

B0 FD 77
RGB 176 253 119
HSL 94° 97.10% 72.94%
HSB/HSV 94° 52.96% 99.22%
CMYK 30.43% 0.00% 52.96%
0.78%

Color #B0FD77 in popluar number systems.

HEX B0 FD 77
Decimal 176 253 119
Binary 10110000 11111101 1110111
Octal 260 375 167

Shades and tints

Shades of #B0FD77

#B0FD77
(176,253,119)
#A0E66D
(160,230,109)
#90CF63
(144,207,99)
#80B859
(128,184,89)
#70A14F
(112,161,79)
#608A45
(96,138,69)
#50733B
(80,115,59)
#405C31
(64,92,49)
#304527
(48,69,39)
#202E1D
(32,46,29)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #B0FD77

#B0FD77
(176,253,119)
#B7FD83
(183,253,131)
#BEFD8F
(190,253,143)
#C5FD9B
(197,253,155)
#CCFDA7
(204,253,167)
#D3FDB3
(211,253,179)
#DAFDBF
(218,253,191)
#E1FDCB
(225,253,203)
#E8FDD7
(232,253,215)
#EFFDE3
(239,253,227)
#F6FDEF
(246,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0FD77; }

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

This text font color is #B0FD77.

Background Color

.myBgColor { background-color: #B0FD77; }

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

This div background color is #B0FD77.

Border color

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

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

This div border color is #B0FD77.

Opacity

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

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

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

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

This text has shadow with #B0FD77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0FD77.

Preview

Color preview on black background

This text has color #B0FD77 on black background.


Color preview on white background

This text has color #B0FD77 on white background.


Black color preview on #B0FD77 background

This text has black color on #B0FD77 background.


White color preview on #B0FD77 background

This text has white color on #B0FD77 background.


Related colors

Complementary color

Complementary color for #hex is #4F0288.


I love getcolorcode.com

Triadic colors

1 #77B0FD and #FD77B0 with #B0FD77 are triadic colors.

2 #77FDB0 and #FDB077 with #B0FD77 are triadic colors.