Shades of Honeysuckle #DBFF55
Tints of Honeysuckle #DBFF55
RGB
CMYK
RGB Variations
Color information
#DBFF55 (or 0xDBFF55) is known color: Honeysuckle. HEX triplet: DB, FF and 55. RGB value is (219,255,85). Sum of RGB (Red+Green+Blue) = 219+255+85=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 85 (33.59% from 255 or 15.21% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF55 is #2400AA. Grayscale: #E1E1E1. Windows color (decimal): -2359467 or 5636059. OLE color: 5636059.
HSL color Cylindrical-coordinate representation of color #DBFF55: hue angle of 72.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBFF55 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 85 | - |
| CMYK | 0.14 | 0 | 0.67 | 0 |
| HSL | 72.71º | 1% | 0.67% | - |
| HSV(B) | 72.71º | 0.67% | 1% | - |
| XYZ | 66.61 | 87.24 | 21.92 | - |
| YUV | 224.86 | 49.07 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 85 | 0.14 | 0 | 0.67 | 0 | 72.71 | 1 | 0.67 |
| Hex | DB | FF | 55 | E | 0 | 43 | 0 | 49 | 64 | 43 |
| Octal | 333 | 377 | 125 | 16 | 0 | 103 | 0 | 111 | 144 | 103 |
| Binary | 11011011 | 11111111 | 1010101 | 1110 | 0 | 1000011 | 0 | 1001001 | 1100100 | 1000011 |
Color Harmonies of #DBFF55
Complementary color
Monochromatic Colors of #DBFF55
Black with #DBFF55
Text Example
Text Example
White with #DBFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF55; }
p { color: rgb(219,255,85); }
H1.HeaderClassName
{
color: #DBFF55;
}
.AnyTagClassName
{
color: #DBFF55;
}
</style>
background-color css
<style>
a { background-color: #DBFF55; }
a { background-color: rgb(219,255,85); }
div.DivClassName
{
background-color: #DBFF55;
}
.BgClassName
{
background-color: #DBFF55;
}
</style>
border-color css
<style>
span { border-color: #DBFF55; }
span { border-color: rgb(219,255,85); }
td.TdClassName
{
border-color: #DBFF55;
}
.TagClassName
{
border-color: #DBFF55;
}
</style>