COLOR #BBFE62

HEX: #BBFE62
RGB: (187,254,98)

Color info

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

RGB color model

#BBFE62 color RGB value is (187,254,98).

  • red value is 187;
  • green value is 254;
  • blue value is 98.
RGB:
(187,254,98)
(73%,100%,38%)

RGB channels and saturation

R 187 of 255 = 73%
G 254 of 255 = 100%
B 98 of 255 = 38%

187
254
98

R + G + B ~ 70%. #BBFE62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 254 + 98 = 539 (100%)
R 187 of 539 ~ 34.69%
G 254 of 539 ~ 47.12%
B 98 of 539 ~ 18.18%

%34.69
%47.12
%18.18

CMYK color model

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

  • cyan value is 26.38%
  • magenta value is 0.00%
  • yellow value is 61.42%
  • key color value is 0.39%
CMYK:
(26,0,61,0)
C26M0Y61K0 
(26%,0%,61%,0%)
(0.26/0.00/0.61/0.00)	

CMYK percentages

%26.38
%0
%61.42
%0.39

Codes

Color #BBFE62 in popluar color models

BBFE62
RGB18725498
HSL86°98.73%69.02%
HSB/HSV86°61.42%99.61%
CMYK26.38%0.00%61.42%
0.39%

Color #BBFE62 in popluar number systems.

HEXBBFE62
Decimal18725498
Binary10111011111111101100010
Octal273376142

Shades and tints

Shades of #BBFE62

#BBFE62
(187,254,98)
#AAE75A
(170,231,90)
#99D052
(153,208,82)
#88B94A
(136,185,74)
#77A242
(119,162,66)
#668B3A
(102,139,58)
#557432
(85,116,50)
#445D2A
(68,93,42)
#334622
(51,70,34)
#222F1A
(34,47,26)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #BBFE62

#BBFE62
(187,254,98)
#C1FE70
(193,254,112)
#C7FE7E
(199,254,126)
#CDFE8C
(205,254,140)
#D3FE9A
(211,254,154)
#D9FEA8
(217,254,168)
#DFFEB6
(223,254,182)
#E5FEC4
(229,254,196)
#EBFED2
(235,254,210)
#F1FEE0
(241,254,224)
#F7FEEE
(247,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBFE62 color. Also use rgb(187,254,98) instead hex code.

Text Font Color

.myTextColor { color: #BBFE62; }

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

This text font color is #BBFE62.


Background Color

.myBgColor { background-color: #BBFE62; }

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

This div background color is #BBFE62.


Border color

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

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

This div border color is #BBFE62.


Opacity

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

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

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

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

This text has shadow with #BBFE62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBFE62 on black background.


Color preview on white background

This text has color #BBFE62 on white background.



Black color preview on #BBFE62 background

This text has black color on #BBFE62 background.


White color preview on #BBFE62 background

This text has white color on #BBFE62 background.