Shades of Honeysuckle #DBFA50
Tints of Honeysuckle #DBFA50
RGB
CMYK
RGB Variations
Color information
#DBFA50 (or 0xDBFA50) is known color: Honeysuckle. HEX triplet: DB, FA and 50. RGB value is (219,250,80). Sum of RGB (Red+Green+Blue) = 219+250+80=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 80 (31.64% from 255 or 14.57% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA50 is #2405AF. Grayscale: #DEDEDE. Windows color (decimal): -2360752 or 5307099. OLE color: 5307099.
HSL color Cylindrical-coordinate representation of color #DBFA50: hue angle of 70.94º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBFA50 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 80 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.02 |
| HSL | 70.94º | 0.94% | 0.65% | - |
| HSV(B) | 70.94º | 0.68% | 0.98% | - |
| XYZ | 64.85 | 84.01 | 20.39 | - |
| YUV | 221.35 | 48.23 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 80 | 0.12 | 0 | 0.68 | 0.02 | 70.94 | 0.94 | 0.65 |
| Hex | DB | FA | 50 | C | 0 | 44 | 2 | 47 | 5E | 41 |
| Octal | 333 | 372 | 120 | 14 | 0 | 104 | 2 | 107 | 136 | 101 |
| Binary | 11011011 | 11111010 | 1010000 | 1100 | 0 | 1000100 | 10 | 1000111 | 1011110 | 1000001 |
Color Harmonies of #DBFA50
Complementary color
Monochromatic Colors of #DBFA50
Black with #DBFA50
Text Example
Text Example
White with #DBFA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA50; }
p { color: rgb(219,250,80); }
H1.HeaderClassName
{
color: #DBFA50;
}
.AnyTagClassName
{
color: #DBFA50;
}
</style>
background-color css
<style>
a { background-color: #DBFA50; }
a { background-color: rgb(219,250,80); }
div.DivClassName
{
background-color: #DBFA50;
}
.BgClassName
{
background-color: #DBFA50;
}
</style>
border-color css
<style>
span { border-color: #DBFA50; }
span { border-color: rgb(219,250,80); }
td.TdClassName
{
border-color: #DBFA50;
}
.TagClassName
{
border-color: #DBFA50;
}
</style>