COLOR #DBF179

HEX: #DBF179 RGB: (219,241,121)

Color info

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

RGB color model

#DBF179 color RGB value is (219,241,121).

RGB: (219,241,121) (86%, 95%, 47%)

RGB channels and saturation

R 219 of 255 = 86%
G 241 of 255 = 95%
B 121 of 255 = 47%

219
241
121

R + G + B ~ 76%. #DBF179 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 241 + 121 = 581 (100%)
R 219 of 581 ~ 37.69%
G 241 of 581 ~ 41.48%
B 121 of 581 ~ 20.83'%

%37.69
%41.48
%20.83

CMYK color model

#DBF179 color CMYK value is (9,0,50,5).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 49.79%
  • key color value is 5.49%

CMYK: (9,0,50,5)
C9M0Y50K5 (9%, 0%, 50%, 5%)
(0.09 / 0.00 / 0.50 / 0.05)

CMYK percentages

%9.13
%0
%49.79
%5.49

Codes

Color #DBF179 in popluar color models

DB F1 79
RGB 219 241 121
HSL 71° 81.08% 70.98%
HSB/HSV 71° 49.79% 94.51%
CMYK 9.13% 0.00% 49.79%
5.49%

Color #DBF179 in popluar number systems.

HEX DB F1 79
Decimal 219 241 121
Binary 11011011 11110001 1111001
Octal 333 361 171

Shades and tints

Shades of #DBF179

#DBF179
(219,241,121)
#C8DC6E
(200,220,110)
#B5C763
(181,199,99)
#A2B258
(162,178,88)
#8F9D4D
(143,157,77)
#7C8842
(124,136,66)
#697337
(105,115,55)
#565E2C
(86,94,44)
#434921
(67,73,33)
#303416
(48,52,22)
#1D1F0B
(29,31,11)
#000000
(0,0,0)

Tints of #DBF179

#DBF179
(219,241,121)
#DEF285
(222,242,133)
#E1F391
(225,243,145)
#E4F49D
(228,244,157)
#E7F5A9
(231,245,169)
#EAF6B5
(234,246,181)
#EDF7C1
(237,247,193)
#F0F8CD
(240,248,205)
#F3F9D9
(243,249,217)
#F6FAE5
(246,250,229)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF179 color. Also use rgb(219,241,121) instead hex code.

Text Font Color

.myTextColor { color: #DBF179; }

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

This text font color is #DBF179.

Background Color

.myBgColor { background-color: #DBF179; }

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

This div background color is #DBF179.

Border color

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

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

This div border color is #DBF179.

Opacity

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

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

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

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

This text has shadow with #DBF179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF179.

Preview

Color preview on black background

This text has color #DBF179 on black background.


Color preview on white background

This text has color #DBF179 on white background.


Black color preview on #DBF179 background

This text has black color on #DBF179 background.


White color preview on #DBF179 background

This text has white color on #DBF179 background.


Related colors

Complementary color

Complementary color for #hex is #240E86.


I love getcolorcode.com

Triadic colors

1 #79DBF1 and #F179DB with #DBF179 are triadic colors.

2 #79F1DB and #F1DB79 with #DBF179 are triadic colors.