Shades of Honeysuckle #DBFB50
Tints of Honeysuckle #DBFB50
RGB
CMYK
RGB Variations
Color information
#DBFB50 (or 0xDBFB50) is known color: Honeysuckle. HEX triplet: DB, FB and 50. RGB value is (219,251,80). Sum of RGB (Red+Green+Blue) = 219+251+80=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB50 is #2404AF. Grayscale: #DEDEDE. Windows color (decimal): -2360496 or 5307355. OLE color: 5307355.
HSL color Cylindrical-coordinate representation of color #DBFB50: hue angle of 71.23º degrees, saturation: 0.96, 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 #DBFB50 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 80 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.02 |
| HSL | 71.23º | 0.96% | 0.65% | - |
| HSV(B) | 71.23º | 0.68% | 0.98% | - |
| XYZ | 65.16 | 84.63 | 20.49 | - |
| YUV | 221.94 | 47.9 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 80 | 0.13 | 0 | 0.68 | 0.02 | 71.23 | 0.96 | 0.65 |
| Hex | DB | FB | 50 | D | 0 | 44 | 2 | 47 | 60 | 41 |
| Octal | 333 | 373 | 120 | 15 | 0 | 104 | 2 | 107 | 140 | 101 |
| Binary | 11011011 | 11111011 | 1010000 | 1101 | 0 | 1000100 | 10 | 1000111 | 1100000 | 1000001 |
Color Harmonies of #DBFB50
Complementary color
Monochromatic Colors of #DBFB50
Black with #DBFB50
Text Example
Text Example
White with #DBFB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB50; }
p { color: rgb(219,251,80); }
H1.HeaderClassName
{
color: #DBFB50;
}
.AnyTagClassName
{
color: #DBFB50;
}
</style>
background-color css
<style>
a { background-color: #DBFB50; }
a { background-color: rgb(219,251,80); }
div.DivClassName
{
background-color: #DBFB50;
}
.BgClassName
{
background-color: #DBFB50;
}
</style>
border-color css
<style>
span { border-color: #DBFB50; }
span { border-color: rgb(219,251,80); }
td.TdClassName
{
border-color: #DBFB50;
}
.TagClassName
{
border-color: #DBFB50;
}
</style>