COLOR #DBF661

HEX: #DBF661 RGB: (219,246,97)

Color info

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

RGB color model

#DBF661 color RGB value is (219,246,97).

RGB: (219,246,97) (86%, 96%, 38%)

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 97 of 255 = 38%

219
246
97

R + G + B ~ 73%. #DBF661 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 246 + 97 = 562 (100%)
R 219 of 562 ~ 38.97%
G 246 of 562 ~ 43.77%
B 97 of 562 ~ 17.26'%

%38.97
%43.77
%17.26

CMYK color model

#DBF661 color CMYK value is (11,0,61,4).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 60.57%
  • key color value is 3.53%
CMYK: (11,0,61,4) C11M0Y61K4 (11%,0%,61%,4%) (0.11/0.00/0.61/0.04) 

CMYK percentages

%10.98
%0
%60.57
%3.53

Codes

Color #DBF661 in popluar color models

DB F6 61
RGB 219 246 97
HSL 71° 89.22% 67.25%
HSB/HSV 71° 60.57% 96.47%
CMYK 10.98% 0.00% 60.57%
3.53%

Color #DBF661 in popluar number systems.

HEX DB F6 61
Decimal 219 246 97
Binary 11011011 11110110 1100001
Octal 333 366 141

Shades and tints

Shades of #DBF661

#DBF661
(219,246,97)
#C8E059
(200,224,89)
#B5CA51
(181,202,81)
#A2B449
(162,180,73)
#8F9E41
(143,158,65)
#7C8839
(124,136,57)
#697231
(105,114,49)
#565C29
(86,92,41)
#434621
(67,70,33)
#303019
(48,48,25)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #DBF661

#DBF661
(219,246,97)
#DEF66F
(222,246,111)
#E1F67D
(225,246,125)
#E4F68B
(228,246,139)
#E7F699
(231,246,153)
#EAF6A7
(234,246,167)
#EDF6B5
(237,246,181)
#F0F6C3
(240,246,195)
#F3F6D1
(243,246,209)
#F6F6DF
(246,246,223)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF661 color. Also use rgb(219,246,97) instead hex code.

Text Font Color

.myTextColor { color: #DBF661; }

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

This text font color is #DBF661.

Background Color

.myBgColor { background-color: #DBF661; }

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

This div background color is #DBF661.

Border color

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

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

This div border color is #DBF661.

Opacity

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

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

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

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

This text has shadow with #DBF661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF661.

Preview

Color preview on black background

This text has color #DBF661 on black background.


Color preview on white background

This text has color #DBF661 on white background.


Black color preview on #DBF661 background

This text has black color on #DBF661 background.


White color preview on #DBF661 background

This text has white color on #DBF661 background.


Related colors

Complementary color

Complementary color for #hex is #24099E.


I love getcolorcode.com

Triadic colors

1 #61DBF6 and #F661DB with #DBF661 are triadic colors.

2 #61F6DB and #F6DB61 with #DBF661 are triadic colors.