COLOR #B0EE5D

HEX: #B0EE5D RGB: (176,238,93)

Color info

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

RGB color model

#B0EE5D color RGB value is (176,238,93).

RGB: (176,238,93) (69%, 93%, 36%)

RGB channels and saturation

R 176 of 255 = 69%
G 238 of 255 = 93%
B 93 of 255 = 36%

176
238
93

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

Portions of RGB colors in percentages

R + G + B = 176 + 238 + 93 = 507 (100%)
R 176 of 507 ~ 34.71%
G 238 of 507 ~ 46.94%
B 93 of 507 ~ 18.34'%

%34.71
%46.94
%18.34

CMYK color model

#B0EE5D color CMYK value is (26,0,61,7).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 60.92%
  • key color value is 6.67%

CMYK: (26,0,61,7)
C26M0Y61K7 (26%, 0%, 61%, 7%)
(0.26 / 0.00 / 0.61 / 0.07)

CMYK percentages

%26.05
%0
%60.92
%6.67

Codes

Color #B0EE5D in popluar color models

B0 EE 5D
RGB 176 238 93
HSL 86° 81.01% 64.90%
HSB/HSV 86° 60.92% 93.33%
CMYK 26.05% 0.00% 60.92%
6.67%

Color #B0EE5D in popluar number systems.

HEX B0 EE 5D
Decimal 176 238 93
Binary 10110000 11101110 1011101
Octal 260 356 135

Shades and tints

Shades of #B0EE5D

#B0EE5D
(176,238,93)
#A0D955
(160,217,85)
#90C44D
(144,196,77)
#80AF45
(128,175,69)
#709A3D
(112,154,61)
#608535
(96,133,53)
#50702D
(80,112,45)
#405B25
(64,91,37)
#30461D
(48,70,29)
#203115
(32,49,21)
#101C0D
(16,28,13)
#000000
(0,0,0)

Tints of #B0EE5D

#B0EE5D
(176,238,93)
#B7EF6B
(183,239,107)
#BEF079
(190,240,121)
#C5F187
(197,241,135)
#CCF295
(204,242,149)
#D3F3A3
(211,243,163)
#DAF4B1
(218,244,177)
#E1F5BF
(225,245,191)
#E8F6CD
(232,246,205)
#EFF7DB
(239,247,219)
#F6F8E9
(246,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EE5D color. Also use rgb(176,238,93) instead hex code.

Text Font Color

.myTextColor { color: #B0EE5D; }

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

This text font color is #B0EE5D.

Background Color

.myBgColor { background-color: #B0EE5D; }

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

This div background color is #B0EE5D.

Border color

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

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

This div border color is #B0EE5D.

Opacity

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

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

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

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

This text has shadow with #B0EE5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0EE5D.

Preview

Color preview on black background

This text has color #B0EE5D on black background.


Color preview on white background

This text has color #B0EE5D on white background.


Black color preview on #B0EE5D background

This text has black color on #B0EE5D background.


White color preview on #B0EE5D background

This text has white color on #B0EE5D background.


Related colors

Complementary color

Complementary color for #hex is #4F11A2.


I love getcolorcode.com

Triadic colors

1 #5DB0EE and #EE5DB0 with #B0EE5D are triadic colors.

2 #5DEEB0 and #EEB05D with #B0EE5D are triadic colors.