COLOR #BDF55B

HEX: #BDF55B RGB: (189,245,91)

Color info

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

RGB color model

#BDF55B color RGB value is (189,245,91).

RGB: (189,245,91) (74%, 96%, 36%)

RGB channels and saturation

R 189 of 255 = 74%
G 245 of 255 = 96%
B 91 of 255 = 36%

189
245
91

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

Portions of RGB colors in percentages

R + G + B = 189 + 245 + 91 = 525 (100%)
R 189 of 525 ~ 36%
G 245 of 525 ~ 46.67%
B 91 of 525 ~ 17.33'%

%36
%46.67
%17.33

CMYK color model

#BDF55B color CMYK value is (23,0,63,4).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 62.86%
  • key color value is 3.92%

CMYK: (23,0,63,4)
C23M0Y63K4 (23%, 0%, 63%, 4%)
(0.23 / 0.00 / 0.63 / 0.04)

CMYK percentages

%22.86
%0
%62.86
%3.92

Codes

Color #BDF55B in popluar color models

BD F5 5B
RGB 189 245 91
HSL 82° 88.51% 65.88%
HSB/HSV 82° 62.86% 96.08%
CMYK 22.86% 0.00% 62.86%
3.92%

Color #BDF55B in popluar number systems.

HEX BD F5 5B
Decimal 189 245 91
Binary 10111101 11110101 1011011
Octal 275 365 133

Shades and tints

Shades of #BDF55B

#BDF55B
(189,245,91)
#ACDF53
(172,223,83)
#9BC94B
(155,201,75)
#8AB343
(138,179,67)
#799D3B
(121,157,59)
#688733
(104,135,51)
#57712B
(87,113,43)
#465B23
(70,91,35)
#35451B
(53,69,27)
#242F13
(36,47,19)
#13190B
(19,25,11)
#000000
(0,0,0)

Tints of #BDF55B

#BDF55B
(189,245,91)
#C3F569
(195,245,105)
#C9F577
(201,245,119)
#CFF585
(207,245,133)
#D5F593
(213,245,147)
#DBF5A1
(219,245,161)
#E1F5AF
(225,245,175)
#E7F5BD
(231,245,189)
#EDF5CB
(237,245,203)
#F3F5D9
(243,245,217)
#F9F5E7
(249,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF55B color. Also use rgb(189,245,91) instead hex code.

Text Font Color

.myTextColor { color: #BDF55B; }

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

This text font color is #BDF55B.

Background Color

.myBgColor { background-color: #BDF55B; }

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

This div background color is #BDF55B.

Border color

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

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

This div border color is #BDF55B.

Opacity

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

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

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

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

This text has shadow with #BDF55B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF55B.

Preview

Color preview on black background

This text has color #BDF55B on black background.


Color preview on white background

This text has color #BDF55B on white background.


Black color preview on #BDF55B background

This text has black color on #BDF55B background.


White color preview on #BDF55B background

This text has white color on #BDF55B background.


Related colors

Complementary color

Complementary color for #hex is #420AA4.


I love getcolorcode.com

Triadic colors

1 #5BBDF5 and #F55BBD with #BDF55B are triadic colors.

2 #5BF5BD and #F5BD5B with #BDF55B are triadic colors.