Shades of Honeysuckle #DBFB55
Tints of Honeysuckle #DBFB55
RGB
CMYK
RGB Variations
Color information
#DBFB55 (or 0xDBFB55) is known color: Honeysuckle. HEX triplet: DB, FB and 55. RGB value is (219,251,85). Sum of RGB (Red+Green+Blue) = 219+251+85=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 85 (33.59% from 255 or 15.32% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB55 is #2404AA. Grayscale: #DFDFDF. Windows color (decimal): -2360491 or 5635035. OLE color: 5635035.
HSL color Cylindrical-coordinate representation of color #DBFB55: hue angle of 71.57º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBFB55 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 85 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.02 |
| HSL | 71.57º | 0.95% | 0.66% | - |
| HSV(B) | 71.57º | 0.66% | 0.98% | - |
| XYZ | 65.35 | 84.71 | 21.5 | - |
| YUV | 222.51 | 50.4 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 85 | 0.13 | 0 | 0.66 | 0.02 | 71.57 | 0.95 | 0.66 |
| Hex | DB | FB | 55 | D | 0 | 42 | 2 | 48 | 5F | 42 |
| Octal | 333 | 373 | 125 | 15 | 0 | 102 | 2 | 110 | 137 | 102 |
| Binary | 11011011 | 11111011 | 1010101 | 1101 | 0 | 1000010 | 10 | 1001000 | 1011111 | 1000010 |
Color Harmonies of #DBFB55
Complementary color
Monochromatic Colors of #DBFB55
Black with #DBFB55
Text Example
Text Example
White with #DBFB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB55; }
p { color: rgb(219,251,85); }
H1.HeaderClassName
{
color: #DBFB55;
}
.AnyTagClassName
{
color: #DBFB55;
}
</style>
background-color css
<style>
a { background-color: #DBFB55; }
a { background-color: rgb(219,251,85); }
div.DivClassName
{
background-color: #DBFB55;
}
.BgClassName
{
background-color: #DBFB55;
}
</style>
border-color css
<style>
span { border-color: #DBFB55; }
span { border-color: rgb(219,251,85); }
td.TdClassName
{
border-color: #DBFB55;
}
.TagClassName
{
border-color: #DBFB55;
}
</style>