COLOR #DBFD5B

HEX: #DBFD5B
RGB: (219,253,91)

Color info

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

RGB color model

#DBFD5B color RGB value is (219,253,91).

  • red value is 219;
  • green value is 253;
  • blue value is 91.
RGB:
(219,253,91)
(86%,99%,36%)

RGB channels and saturation

R 219 of 255 = 86%
G 253 of 255 = 99%
B 91 of 255 = 36%

219
253
91

R + G + B ~ 74%. #DBFD5B is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 253 + 91 = 563 (100%)
R 219 of 563 ~ 38.9%
G 253 of 563 ~ 44.94%
B 91 of 563 ~ 16.16%

%38.9
%44.94
%16.16

CMYK color model

#DBFD5B color CMYK value is (13,0,64,1).

  • cyan value is 13.44%
  • magenta value is 0.00%
  • yellow value is 64.03%
  • key color value is 0.78%
CMYK:
(13,0,64,1)
C13M0Y64K1 
(13%,0%,64%,1%)
(0.13/0.00/0.64/0.01)	

CMYK percentages

%13.44
%0
%64.03
%0.78

Codes

Color #DBFD5B in popluar color models

DBFD5B
RGB21925391
HSL73°97.59%67.45%
HSB/HSV73°64.03%99.22%
CMYK13.44%0.00%64.03%
0.78%

Color #DBFD5B in popluar number systems.

HEXDBFD5B
Decimal21925391
Binary11011011111111011011011
Octal333375133

Shades and tints

Shades of #DBFD5B

#DBFD5B
(219,253,91)
#C8E653
(200,230,83)
#B5CF4B
(181,207,75)
#A2B843
(162,184,67)
#8FA13B
(143,161,59)
#7C8A33
(124,138,51)
#69732B
(105,115,43)
#565C23
(86,92,35)
#43451B
(67,69,27)
#302E13
(48,46,19)
#1D170B
(29,23,11)
#000000
(0,0,0)

Tints of #DBFD5B

#DBFD5B
(219,253,91)
#DEFD69
(222,253,105)
#E1FD77
(225,253,119)
#E4FD85
(228,253,133)
#E7FD93
(231,253,147)
#EAFDA1
(234,253,161)
#EDFDAF
(237,253,175)
#F0FDBD
(240,253,189)
#F3FDCB
(243,253,203)
#F6FDD9
(246,253,217)
#F9FDE7
(249,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFD5B color. Also use rgb(219,253,91) instead hex code.

Text Font Color

.myTextColor { color: #DBFD5B; }

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

This text font color is #DBFD5B.


Background Color

.myBgColor { background-color: #DBFD5B; }

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

This div background color is #DBFD5B.


Border color

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

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

This div border color is #DBFD5B.


Opacity

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

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

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

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

This text has shadow with #DBFD5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFD5B on black background.


Color preview on white background

This text has color #DBFD5B on white background.



Black color preview on #DBFD5B background

This text has black color on #DBFD5B background.


White color preview on #DBFD5B background

This text has white color on #DBFD5B background.