Shades of Honeysuckle #DBFA56
Tints of Honeysuckle #DBFA56
RGB
CMYK
RGB Variations
Color information
#DBFA56 (or 0xDBFA56) is known color: Honeysuckle. HEX triplet: DB, FA and 56. RGB value is (219,250,86). Sum of RGB (Red+Green+Blue) = 219+250+86=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 86 (33.98% from 255 or 15.50% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA56 is #2405A9. Grayscale: #DEDEDE. Windows color (decimal): -2360746 or 5700315. OLE color: 5700315.
HSL color Cylindrical-coordinate representation of color #DBFA56: hue angle of 71.34º degrees, saturation: 0.94, 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 #DBFA56 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 86 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.02 |
| HSL | 71.34º | 0.94% | 0.66% | - |
| HSV(B) | 71.34º | 0.66% | 0.98% | - |
| XYZ | 65.08 | 84.1 | 21.61 | - |
| YUV | 222.04 | 51.23 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 86 | 0.12 | 0 | 0.66 | 0.02 | 71.34 | 0.94 | 0.66 |
| Hex | DB | FA | 56 | C | 0 | 42 | 2 | 47 | 5E | 42 |
| Octal | 333 | 372 | 126 | 14 | 0 | 102 | 2 | 107 | 136 | 102 |
| Binary | 11011011 | 11111010 | 1010110 | 1100 | 0 | 1000010 | 10 | 1000111 | 1011110 | 1000010 |
Color Harmonies of #DBFA56
Complementary color
Monochromatic Colors of #DBFA56
Black with #DBFA56
Text Example
Text Example
White with #DBFA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA56; }
p { color: rgb(219,250,86); }
H1.HeaderClassName
{
color: #DBFA56;
}
.AnyTagClassName
{
color: #DBFA56;
}
</style>
background-color css
<style>
a { background-color: #DBFA56; }
a { background-color: rgb(219,250,86); }
div.DivClassName
{
background-color: #DBFA56;
}
.BgClassName
{
background-color: #DBFA56;
}
</style>
border-color css
<style>
span { border-color: #DBFA56; }
span { border-color: rgb(219,250,86); }
td.TdClassName
{
border-color: #DBFA56;
}
.TagClassName
{
border-color: #DBFA56;
}
</style>