Shades of Honeysuckle #DBFD53
Tints of Honeysuckle #DBFD53
RGB
CMYK
RGB Variations
Color information
#DBFD53 (or 0xDBFD53) is known color: Honeysuckle. HEX triplet: DB, FD and 53. RGB value is (219,253,83). Sum of RGB (Red+Green+Blue) = 219+253+83=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 83 (32.81% from 255 or 14.95% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD53 is #2402AC. Grayscale: #E0E0E0. Windows color (decimal): -2359981 or 5504475. OLE color: 5504475.
HSL color Cylindrical-coordinate representation of color #DBFD53: hue angle of 72º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBFD53 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 83 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.01 |
| HSL | 72º | 0.98% | 0.66% | - |
| HSV(B) | 72º | 0.67% | 0.99% | - |
| XYZ | 65.9 | 85.94 | 21.3 | - |
| YUV | 223.45 | 48.74 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 83 | 0.13 | 0 | 0.67 | 0.01 | 72 | 0.98 | 0.66 |
| Hex | DB | FD | 53 | D | 0 | 43 | 1 | 48 | 62 | 42 |
| Octal | 333 | 375 | 123 | 15 | 0 | 103 | 1 | 110 | 142 | 102 |
| Binary | 11011011 | 11111101 | 1010011 | 1101 | 0 | 1000011 | 1 | 1001000 | 1100010 | 1000010 |
Color Harmonies of #DBFD53
Complementary color
Monochromatic Colors of #DBFD53
Black with #DBFD53
Text Example
Text Example
White with #DBFD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD53; }
p { color: rgb(219,253,83); }
H1.HeaderClassName
{
color: #DBFD53;
}
.AnyTagClassName
{
color: #DBFD53;
}
</style>
background-color css
<style>
a { background-color: #DBFD53; }
a { background-color: rgb(219,253,83); }
div.DivClassName
{
background-color: #DBFD53;
}
.BgClassName
{
background-color: #DBFD53;
}
</style>
border-color css
<style>
span { border-color: #DBFD53; }
span { border-color: rgb(219,253,83); }
td.TdClassName
{
border-color: #DBFD53;
}
.TagClassName
{
border-color: #DBFD53;
}
</style>