Shades of Honeysuckle #DBFB53
Tints of Honeysuckle #DBFB53
RGB
CMYK
RGB Variations
Color information
#DBFB53 (or 0xDBFB53) is known color: Honeysuckle. HEX triplet: DB, FB and 53. RGB value is (219,251,83). Sum of RGB (Red+Green+Blue) = 219+251+83=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 83 (32.81% from 255 or 15.01% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB53 is #2404AC. Grayscale: #DEDEDE. Windows color (decimal): -2360493 or 5503963. OLE color: 5503963.
HSL color Cylindrical-coordinate representation of color #DBFB53: hue angle of 71.43º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBFB53 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 83 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.02 |
| HSL | 71.43º | 0.95% | 0.65% | - |
| HSV(B) | 71.43º | 0.67% | 0.98% | - |
| XYZ | 65.27 | 84.68 | 21.09 | - |
| YUV | 222.28 | 49.4 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 83 | 0.13 | 0 | 0.67 | 0.02 | 71.43 | 0.95 | 0.65 |
| Hex | DB | FB | 53 | D | 0 | 43 | 2 | 47 | 5F | 41 |
| Octal | 333 | 373 | 123 | 15 | 0 | 103 | 2 | 107 | 137 | 101 |
| Binary | 11011011 | 11111011 | 1010011 | 1101 | 0 | 1000011 | 10 | 1000111 | 1011111 | 1000001 |
Color Harmonies of #DBFB53
Complementary color
Monochromatic Colors of #DBFB53
Black with #DBFB53
Text Example
Text Example
White with #DBFB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB53; }
p { color: rgb(219,251,83); }
H1.HeaderClassName
{
color: #DBFB53;
}
.AnyTagClassName
{
color: #DBFB53;
}
</style>
background-color css
<style>
a { background-color: #DBFB53; }
a { background-color: rgb(219,251,83); }
div.DivClassName
{
background-color: #DBFB53;
}
.BgClassName
{
background-color: #DBFB53;
}
</style>
border-color css
<style>
span { border-color: #DBFB53; }
span { border-color: rgb(219,251,83); }
td.TdClassName
{
border-color: #DBFB53;
}
.TagClassName
{
border-color: #DBFB53;
}
</style>