COLOR #DBF779

HEX: #DBF779 RGB: (219,247,121)

Color info

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

RGB color model

#DBF779 color RGB value is (219,247,121).

RGB: (219,247,121) (86%, 97%, 47%)

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 121 of 255 = 47%

219
247
121

R + G + B ~ 77%. #DBF779 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 247 + 121 = 587 (100%)
R 219 of 587 ~ 37.31%
G 247 of 587 ~ 42.08%
B 121 of 587 ~ 20.61'%

%37.31
%42.08
%20.61

CMYK color model

#DBF779 color CMYK value is (11,0,51,3).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 51.01%
  • key color value is 3.14%

CMYK: (11,0,51,3)
C11M0Y51K3 (11%, 0%, 51%, 3%)
(0.11 / 0.00 / 0.51 / 0.03)

CMYK percentages

%11.34
%0
%51.01
%3.14

Codes

Color #DBF779 in popluar color models

DB F7 79
RGB 219 247 121
HSL 73° 88.73% 72.16%
HSB/HSV 73° 51.01% 96.86%
CMYK 11.34% 0.00% 51.01%
3.14%

Color #DBF779 in popluar number systems.

HEX DB F7 79
Decimal 219 247 121
Binary 11011011 11110111 1111001
Octal 333 367 171

Shades and tints

Shades of #DBF779

#DBF779
(219,247,121)
#C8E16E
(200,225,110)
#B5CB63
(181,203,99)
#A2B558
(162,181,88)
#8F9F4D
(143,159,77)
#7C8942
(124,137,66)
#697337
(105,115,55)
#565D2C
(86,93,44)
#434721
(67,71,33)
#303116
(48,49,22)
#1D1B0B
(29,27,11)
#000000
(0,0,0)

Tints of #DBF779

#DBF779
(219,247,121)
#DEF785
(222,247,133)
#E1F791
(225,247,145)
#E4F79D
(228,247,157)
#E7F7A9
(231,247,169)
#EAF7B5
(234,247,181)
#EDF7C1
(237,247,193)
#F0F7CD
(240,247,205)
#F3F7D9
(243,247,217)
#F6F7E5
(246,247,229)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF779; }

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

This text font color is #DBF779.

Background Color

.myBgColor { background-color: #DBF779; }

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

This div background color is #DBF779.

Border color

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

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

This div border color is #DBF779.

Opacity

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

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

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

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

This text has shadow with #DBF779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF779.

Preview

Color preview on black background

This text has color #DBF779 on black background.


Color preview on white background

This text has color #DBF779 on white background.


Black color preview on #DBF779 background

This text has black color on #DBF779 background.


White color preview on #DBF779 background

This text has white color on #DBF779 background.


Related colors

Complementary color

Complementary color for #hex is #240886.


I love getcolorcode.com

Triadic colors

1 #79DBF7 and #F779DB with #DBF779 are triadic colors.

2 #79F7DB and #F7DB79 with #DBF779 are triadic colors.