COLOR #B2DB65

HEX: #B2DB65 RGB: (178,219,101)

Color info

#B2DB65 contains mainly red and green colors. Web safe color of #B2DB65 is #99CC66 (or #9C6).

RGB color model

#B2DB65 color RGB value is (178,219,101).

RGB: (178,219,101) (70%, 86%, 40%)

RGB channels and saturation

R 178 of 255 = 70%
G 219 of 255 = 86%
B 101 of 255 = 40%

178
219
101

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

Portions of RGB colors in percentages

R + G + B = 178 + 219 + 101 = 498 (100%)
R 178 of 498 ~ 35.74%
G 219 of 498 ~ 43.98%
B 101 of 498 ~ 20.28'%

%35.74
%43.98
%20.28

CMYK color model

#B2DB65 color CMYK value is (19,0,54,14).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 53.88%
  • key color value is 14.12%

CMYK: (19,0,54,14)
C19M0Y54K14 (19%, 0%, 54%, 14%)
(0.19 / 0.00 / 0.54 / 0.14)

CMYK percentages

%18.72
%0
%53.88
%14.12

Codes

Color #B2DB65 in popluar color models

B2 DB 65
RGB 178 219 101
HSL 81° 62.11% 62.75%
HSB/HSV 81° 53.88% 85.88%
CMYK 18.72% 0.00% 53.88%
14.12%

Color #B2DB65 in popluar number systems.

HEX B2 DB 65
Decimal 178 219 101
Binary 10110010 11011011 1100101
Octal 262 333 145

Shades and tints

Shades of #B2DB65

#B2DB65
(178,219,101)
#A2C85C
(162,200,92)
#92B553
(146,181,83)
#82A24A
(130,162,74)
#728F41
(114,143,65)
#627C38
(98,124,56)
#52692F
(82,105,47)
#425626
(66,86,38)
#32431D
(50,67,29)
#223014
(34,48,20)
#121D0B
(18,29,11)
#000000
(0,0,0)

Tints of #B2DB65

#B2DB65
(178,219,101)
#B9DE73
(185,222,115)
#C0E181
(192,225,129)
#C7E48F
(199,228,143)
#CEE79D
(206,231,157)
#D5EAAB
(213,234,171)
#DCEDB9
(220,237,185)
#E3F0C7
(227,240,199)
#EAF3D5
(234,243,213)
#F1F6E3
(241,246,227)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DB65 color. Also use rgb(178,219,101) instead hex code.

Text Font Color

.myTextColor { color: #B2DB65; }

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

This text font color is #B2DB65.

Background Color

.myBgColor { background-color: #B2DB65; }

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

This div background color is #B2DB65.

Border color

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

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

This div border color is #B2DB65.

Opacity

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

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

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

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

This text has shadow with #B2DB65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DB65.

Preview

Color preview on black background

This text has color #B2DB65 on black background.


Color preview on white background

This text has color #B2DB65 on white background.


Black color preview on #B2DB65 background

This text has black color on #B2DB65 background.


White color preview on #B2DB65 background

This text has white color on #B2DB65 background.


Related colors

Complementary color

Complementary color for #hex is #4D249A.


I love getcolorcode.com

Triadic colors

1 #65B2DB and #DB65B2 with #B2DB65 are triadic colors.

2 #65DBB2 and #DBB265 with #B2DB65 are triadic colors.