Shades of Honeysuckle #DBFD55
Tints of Honeysuckle #DBFD55
RGB
CMYK
RGB Variations
Color information
#DBFD55 (or 0xDBFD55) is known color: Honeysuckle. HEX triplet: DB, FD and 55. RGB value is (219,253,85). Sum of RGB (Red+Green+Blue) = 219+253+85=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 85 (33.59% from 255 or 15.26% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD55 is #2402AA. Grayscale: #E0E0E0. Windows color (decimal): -2359979 or 5635547. OLE color: 5635547.
HSL color Cylindrical-coordinate representation of color #DBFD55: hue angle of 72.14º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBFD55 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 85 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.01 |
| HSL | 72.14º | 0.98% | 0.66% | - |
| HSV(B) | 72.14º | 0.66% | 0.99% | - |
| XYZ | 65.98 | 85.97 | 21.71 | - |
| YUV | 223.68 | 49.74 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 85 | 0.13 | 0 | 0.66 | 0.01 | 72.14 | 0.98 | 0.66 |
| Hex | DB | FD | 55 | D | 0 | 42 | 1 | 48 | 62 | 42 |
| Octal | 333 | 375 | 125 | 15 | 0 | 102 | 1 | 110 | 142 | 102 |
| Binary | 11011011 | 11111101 | 1010101 | 1101 | 0 | 1000010 | 1 | 1001000 | 1100010 | 1000010 |
Color Harmonies of #DBFD55
Complementary color
Monochromatic Colors of #DBFD55
Black with #DBFD55
Text Example
Text Example
White with #DBFD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD55; }
p { color: rgb(219,253,85); }
H1.HeaderClassName
{
color: #DBFD55;
}
.AnyTagClassName
{
color: #DBFD55;
}
</style>
background-color css
<style>
a { background-color: #DBFD55; }
a { background-color: rgb(219,253,85); }
div.DivClassName
{
background-color: #DBFD55;
}
.BgClassName
{
background-color: #DBFD55;
}
</style>
border-color css
<style>
span { border-color: #DBFD55; }
span { border-color: rgb(219,253,85); }
td.TdClassName
{
border-color: #DBFD55;
}
.TagClassName
{
border-color: #DBFD55;
}
</style>