COLOR #BBF17D

HEX: #BBF17D
RGB: (187,241,125)

Color info

#BBF17D contains mainly red and green colors. Web safe color of #BBF17D is #CCFF66 (or #CF6).

RGB color model

#BBF17D color RGB value is (187,241,125).

  • red value is 187;
  • green value is 241;
  • blue value is 125.
RGB:
(187,241,125)
(73%,95%,49%)

RGB channels and saturation

R 187 of 255 = 73%
G 241 of 255 = 95%
B 125 of 255 = 49%

187
241
125

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

Portions of RGB colors in percentages

R + G + B =
187 + 241 + 125 = 553 (100%)
R 187 of 553 ~ 33.82%
G 241 of 553 ~ 43.58%
B 125 of 553 ~ 22.6%

%33.82
%43.58
%22.6

CMYK color model

#BBF17D color CMYK value is (22,0,48,5).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 48.13%
  • key color value is 5.49%
CMYK:
(22,0,48,5)
C22M0Y48K5 
(22%,0%,48%,5%)
(0.22/0.00/0.48/0.05)	

CMYK percentages

%22.41
%0
%48.13
%5.49

Codes

Color #BBF17D in popluar color models

BBF17D
RGB187241125
HSL88°80.56%71.76%
HSB/HSV88°48.13%94.51%
CMYK22.41%0.00%48.13%
5.49%

Color #BBF17D in popluar number systems.

HEXBBF17D
Decimal187241125
Binary10111011111100011111101
Octal273361175

Shades and tints

Shades of #BBF17D

#BBF17D
(187,241,125)
#AADC72
(170,220,114)
#99C767
(153,199,103)
#88B25C
(136,178,92)
#779D51
(119,157,81)
#668846
(102,136,70)
#55733B
(85,115,59)
#445E30
(68,94,48)
#334925
(51,73,37)
#22341A
(34,52,26)
#111F0F
(17,31,15)
#000000
(0,0,0)

Tints of #BBF17D

#BBF17D
(187,241,125)
#C1F288
(193,242,136)
#C7F393
(199,243,147)
#CDF49E
(205,244,158)
#D3F5A9
(211,245,169)
#D9F6B4
(217,246,180)
#DFF7BF
(223,247,191)
#E5F8CA
(229,248,202)
#EBF9D5
(235,249,213)
#F1FAE0
(241,250,224)
#F7FBEB
(247,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF17D color. Also use rgb(187,241,125) instead hex code.

Text Font Color

.myTextColor { color: #BBF17D; }

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

This text font color is #BBF17D.


Background Color

.myBgColor { background-color: #BBF17D; }

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

This div background color is #BBF17D.


Border color

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

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

This div border color is #BBF17D.


Opacity

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

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

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

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

This text has shadow with #BBF17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF17D on black background.


Color preview on white background

This text has color #BBF17D on white background.



Black color preview on #BBF17D background

This text has black color on #BBF17D background.


White color preview on #BBF17D background

This text has white color on #BBF17D background.