COLOR #BBFF53

HEX: #BBFF53
RGB: (187,255,83)

Color info

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

RGB color model

#BBFF53 color RGB value is (187,255,83).

  • red value is 187;
  • green value is 255;
  • blue value is 83.
RGB:
(187,255,83)
(73%,100%,33%)

RGB channels and saturation

R 187 of 255 = 73%
G 255 of 255 = 100%
B 83 of 255 = 33%

187
255
83

R + G + B ~ 69%. #BBFF53 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 255 + 83 = 525 (100%)
R 187 of 525 ~ 35.62%
G 255 of 525 ~ 48.57%
B 83 of 525 ~ 15.81%

%35.62
%48.57
%15.81

CMYK color model

#BBFF53 color CMYK value is (27,0,67,0).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 67.45%
  • key color value is 0.00%
CMYK:
(27,0,67,0)
C27M0Y67K0 
(27%,0%,67%,0%)
(0.27/0.00/0.67/0.00)	

CMYK percentages

%26.67
%0
%67.45
%0

Codes

Color #BBFF53 in popluar color models

BBFF53
RGB18725583
HSL84°100.00%66.27%
HSB/HSV84°67.45%100.00%
CMYK26.67%0.00%67.45%
0.00%

Color #BBFF53 in popluar number systems.

HEXBBFF53
Decimal18725583
Binary10111011111111111010011
Octal273377123

Shades and tints

Shades of #BBFF53

#BBFF53
(187,255,83)
#AAE84C
(170,232,76)
#99D145
(153,209,69)
#88BA3E
(136,186,62)
#77A337
(119,163,55)
#668C30
(102,140,48)
#557529
(85,117,41)
#445E22
(68,94,34)
#33471B
(51,71,27)
#223014
(34,48,20)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #BBFF53

#BBFF53
(187,255,83)
#C1FF62
(193,255,98)
#C7FF71
(199,255,113)
#CDFF80
(205,255,128)
#D3FF8F
(211,255,143)
#D9FF9E
(217,255,158)
#DFFFAD
(223,255,173)
#E5FFBC
(229,255,188)
#EBFFCB
(235,255,203)
#F1FFDA
(241,255,218)
#F7FFE9
(247,255,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBFF53 color. Also use rgb(187,255,83) instead hex code.

Text Font Color

.myTextColor { color: #BBFF53; }

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

This text font color is #BBFF53.


Background Color

.myBgColor { background-color: #BBFF53; }

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

This div background color is #BBFF53.


Border color

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

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

This div border color is #BBFF53.


Opacity

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

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

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

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

This text has shadow with #BBFF53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBFF53 on black background.


Color preview on white background

This text has color #BBFF53 on white background.



Black color preview on #BBFF53 background

This text has black color on #BBFF53 background.


White color preview on #BBFF53 background

This text has white color on #BBFF53 background.