COLOR #BBF858

HEX: #BBF858
RGB: (187,248,88)

Color info

#BBF858 contains mainly green color. Web safe color of #BBF858 is #CCFF66 (or #CF6).

RGB color model

#BBF858 color RGB value is (187,248,88).

  • red value is 187;
  • green value is 248;
  • blue value is 88.
RGB:
(187,248,88)
(73%,97%,35%)

RGB channels and saturation

R 187 of 255 = 73%
G 248 of 255 = 97%
B 88 of 255 = 35%

187
248
88

R + G + B ~ 68%. #BBF858 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 248 + 88 = 523 (100%)
R 187 of 523 ~ 35.76%
G 248 of 523 ~ 47.42%
B 88 of 523 ~ 16.83%

%35.76
%47.42
%16.83

CMYK color model

#BBF858 color CMYK value is (25,0,65,3).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 64.52%
  • key color value is 2.75%
CMYK:
(25,0,65,3)
C25M0Y65K3 
(25%,0%,65%,3%)
(0.25/0.00/0.65/0.03)	

CMYK percentages

%24.6
%0
%64.52
%2.75

Codes

Color #BBF858 in popluar color models

BBF858
RGB18724888
HSL83°91.95%65.88%
HSB/HSV83°64.52%97.25%
CMYK24.60%0.00%64.52%
2.75%

Color #BBF858 in popluar number systems.

HEXBBF858
Decimal18724888
Binary10111011111110001011000
Octal273370130

Shades and tints

Shades of #BBF858

#BBF858
(187,248,88)
#AAE250
(170,226,80)
#99CC48
(153,204,72)
#88B640
(136,182,64)
#77A038
(119,160,56)
#668A30
(102,138,48)
#557428
(85,116,40)
#445E20
(68,94,32)
#334818
(51,72,24)
#223210
(34,50,16)
#111C08
(17,28,8)
#000000
(0,0,0)

Tints of #BBF858

#BBF858
(187,248,88)
#C1F867
(193,248,103)
#C7F876
(199,248,118)
#CDF885
(205,248,133)
#D3F894
(211,248,148)
#D9F8A3
(217,248,163)
#DFF8B2
(223,248,178)
#E5F8C1
(229,248,193)
#EBF8D0
(235,248,208)
#F1F8DF
(241,248,223)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF858 color. Also use rgb(187,248,88) instead hex code.

Text Font Color

.myTextColor { color: #BBF858; }

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

This text font color is #BBF858.


Background Color

.myBgColor { background-color: #BBF858; }

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

This div background color is #BBF858.


Border color

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

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

This div border color is #BBF858.


Opacity

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

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

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

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

This text has shadow with #BBF858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF858 on black background.


Color preview on white background

This text has color #BBF858 on white background.



Black color preview on #BBF858 background

This text has black color on #BBF858 background.


White color preview on #BBF858 background

This text has white color on #BBF858 background.