COLOR #B5DB64

HEX: #B5DB64 RGB: (181,219,100)

Color info

#B5DB64 contains mainly red and green colors. Web safe color of #B5DB64 is #CCCC66 (or #CC6).

RGB color model

#B5DB64 color RGB value is (181,219,100).

RGB: (181,219,100) (71%, 86%, 39%)

RGB channels and saturation

R 181 of 255 = 71%
G 219 of 255 = 86%
B 100 of 255 = 39%

181
219
100

R + G + B ~ 65%. #B5DB64 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 219 + 100 = 500 (100%)
R 181 of 500 ~ 36.2%
G 219 of 500 ~ 43.8%
B 100 of 500 ~ 20'%

%36.2
%43.8
%20

CMYK color model

#B5DB64 color CMYK value is (17,0,54,14).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 54.34%
  • key color value is 14.12%

CMYK: (17,0,54,14)
C17M0Y54K14 (17%, 0%, 54%, 14%)
(0.17 / 0.00 / 0.54 / 0.14)

CMYK percentages

%17.35
%0
%54.34
%14.12

Codes

Color #B5DB64 in popluar color models

B5 DB 64
RGB 181 219 100
HSL 79° 62.30% 62.55%
HSB/HSV 79° 54.34% 85.88%
CMYK 17.35% 0.00% 54.34%
14.12%

Color #B5DB64 in popluar number systems.

HEX B5 DB 64
Decimal 181 219 100
Binary 10110101 11011011 1100100
Octal 265 333 144

Shades and tints

Shades of #B5DB64

#B5DB64
(181,219,100)
#A5C85B
(165,200,91)
#95B552
(149,181,82)
#85A249
(133,162,73)
#758F40
(117,143,64)
#657C37
(101,124,55)
#55692E
(85,105,46)
#455625
(69,86,37)
#35431C
(53,67,28)
#253013
(37,48,19)
#151D0A
(21,29,10)
#000000
(0,0,0)

Tints of #B5DB64

#B5DB64
(181,219,100)
#BBDE72
(187,222,114)
#C1E180
(193,225,128)
#C7E48E
(199,228,142)
#CDE79C
(205,231,156)
#D3EAAA
(211,234,170)
#D9EDB8
(217,237,184)
#DFF0C6
(223,240,198)
#E5F3D4
(229,243,212)
#EBF6E2
(235,246,226)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DB64 color. Also use rgb(181,219,100) instead hex code.

Text Font Color

.myTextColor { color: #B5DB64; }

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

This text font color is #B5DB64.

Background Color

.myBgColor { background-color: #B5DB64; }

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

This div background color is #B5DB64.

Border color

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

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

This div border color is #B5DB64.

Opacity

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

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

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

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

This text has shadow with #B5DB64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DB64.

Preview

Color preview on black background

This text has color #B5DB64 on black background.


Color preview on white background

This text has color #B5DB64 on white background.


Black color preview on #B5DB64 background

This text has black color on #B5DB64 background.


White color preview on #B5DB64 background

This text has white color on #B5DB64 background.


Related colors

Complementary color

Complementary color for #hex is #4A249B.


I love getcolorcode.com

Triadic colors

1 #64B5DB and #DB64B5 with #B5DB64 are triadic colors.

2 #64DBB5 and #DBB564 with #B5DB64 are triadic colors.