Shades of Honeysuckle #DBF055
Tints of Honeysuckle #DBF055
RGB
CMYK
RGB Variations
Color information
#DBF055 (or 0xDBF055) is known color: Honeysuckle. HEX triplet: DB, F0 and 55. RGB value is (219,240,85). Sum of RGB (Red+Green+Blue) = 219+240+85=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 85 (33.59% from 255 or 15.62% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF055 is #240FAA. Grayscale: #D8D8D8. Windows color (decimal): -2363307 or 5632219. OLE color: 5632219.
HSL color Cylindrical-coordinate representation of color #DBF055: hue angle of 68.13º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBF055 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 85 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.06 |
| HSL | 68.13º | 0.84% | 0.64% | - |
| HSV(B) | 68.13º | 0.65% | 0.94% | - |
| XYZ | 62.01 | 78.04 | 20.39 | - |
| YUV | 216.05 | 54.04 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 85 | 0.09 | 0 | 0.65 | 0.06 | 68.13 | 0.84 | 0.64 |
| Hex | DB | F0 | 55 | 9 | 0 | 41 | 6 | 44 | 54 | 40 |
| Octal | 333 | 360 | 125 | 11 | 0 | 101 | 6 | 104 | 124 | 100 |
| Binary | 11011011 | 11110000 | 1010101 | 1001 | 0 | 1000001 | 110 | 1000100 | 1010100 | 1000000 |
Color Harmonies of #DBF055
Complementary color
Monochromatic Colors of #DBF055
Black with #DBF055
Text Example
Text Example
White with #DBF055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF055; }
p { color: rgb(219,240,85); }
H1.HeaderClassName
{
color: #DBF055;
}
.AnyTagClassName
{
color: #DBF055;
}
</style>
background-color css
<style>
a { background-color: #DBF055; }
a { background-color: rgb(219,240,85); }
div.DivClassName
{
background-color: #DBF055;
}
.BgClassName
{
background-color: #DBF055;
}
</style>
border-color css
<style>
span { border-color: #DBF055; }
span { border-color: rgb(219,240,85); }
td.TdClassName
{
border-color: #DBF055;
}
.TagClassName
{
border-color: #DBF055;
}
</style>