COLOR #DBF316

HEX: #DBF316
RGB: (219,243,22)

Color info

#DBF316 contains mainly red and green colors. Web safe color of #DBF316 is #CCFF00 (or #CF0).

RGB color model

#DBF316 color RGB value is (219,243,22).

  • red value is 219;
  • green value is 243;
  • blue value is 22.
RGB:
(219,243,22)
(86%,95%,9%)

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 22 of 255 = 9%

219
243
22

R + G + B ~ 63%. #DBF316 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 243 + 22 = 484 (100%)
R 219 of 484 ~ 45.25%
G 243 of 484 ~ 50.21%
B 22 of 484 ~ 4.55%

%45.25
%50.21

CMYK color model

#DBF316 color CMYK value is (10,0,91,5).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 90.95%
  • key color value is 4.71%
CMYK:
(10,0,91,5)
C10M0Y91K5 
(10%,0%,91%,5%)
(0.10/0.00/0.91/0.05)	

CMYK percentages

%9.88
%0
%90.95
%4.71

Codes

Color #DBF316 in popluar color models

DBF316
RGB21924322
HSL67°90.20%51.96%
HSB/HSV67°90.95%95.29%
CMYK9.88%0.00%90.95%
4.71%

Color #DBF316 in popluar number systems.

HEXDBF316
Decimal21924322
Binary110110111111001110110
Octal33336326

Shades and tints

Shades of #DBF316

#DBF316
(219,243,22)
#C8DD14
(200,221,20)
#B5C712
(181,199,18)
#A2B110
(162,177,16)
#8F9B0E
(143,155,14)
#7C850C
(124,133,12)
#696F0A
(105,111,10)
#565908
(86,89,8)
#434306
(67,67,6)
#302D04
(48,45,4)
#1D1702
(29,23,2)
#000000
(0,0,0)

Tints of #DBF316

#DBF316
(219,243,22)
#DEF42B
(222,244,43)
#E1F540
(225,245,64)
#E4F655
(228,246,85)
#E7F76A
(231,247,106)
#EAF87F
(234,248,127)
#EDF994
(237,249,148)
#F0FAA9
(240,250,169)
#F3FBBE
(243,251,190)
#F6FCD3
(246,252,211)
#F9FDE8
(249,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF316 color. Also use rgb(219,243,22) instead hex code.

Text Font Color

.myTextColor { color: #DBF316; }

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

This text font color is #DBF316.


Background Color

.myBgColor { background-color: #DBF316; }

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

This div background color is #DBF316.


Border color

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

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

This div border color is #DBF316.


Opacity

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

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

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

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

This text has shadow with #DBF316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF316 on black background.


Color preview on white background

This text has color #DBF316 on white background.



Black color preview on #DBF316 background

This text has black color on #DBF316 background.


White color preview on #DBF316 background

This text has white color on #DBF316 background.