Shades of Honeysuckle #DBFC55
Tints of Honeysuckle #DBFC55
RGB
CMYK
RGB Variations
Color information
#DBFC55 (or 0xDBFC55) is known color: Honeysuckle. HEX triplet: DB, FC and 55. RGB value is (219,252,85). Sum of RGB (Red+Green+Blue) = 219+252+85=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 85 (33.59% from 255 or 15.29% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC55 is #2403AA. Grayscale: #DFDFDF. Windows color (decimal): -2360235 or 5635291. OLE color: 5635291.
HSL color Cylindrical-coordinate representation of color #DBFC55: hue angle of 71.86º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBFC55 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 85 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.01 |
| HSL | 71.86º | 0.97% | 0.66% | - |
| HSV(B) | 71.86º | 0.66% | 0.99% | - |
| XYZ | 65.66 | 85.34 | 21.61 | - |
| YUV | 223.1 | 50.07 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 85 | 0.13 | 0 | 0.66 | 0.01 | 71.86 | 0.97 | 0.66 |
| Hex | DB | FC | 55 | D | 0 | 42 | 1 | 48 | 61 | 42 |
| Octal | 333 | 374 | 125 | 15 | 0 | 102 | 1 | 110 | 141 | 102 |
| Binary | 11011011 | 11111100 | 1010101 | 1101 | 0 | 1000010 | 1 | 1001000 | 1100001 | 1000010 |
Color Harmonies of #DBFC55
Complementary color
Monochromatic Colors of #DBFC55
Black with #DBFC55
Text Example
Text Example
White with #DBFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC55; }
p { color: rgb(219,252,85); }
H1.HeaderClassName
{
color: #DBFC55;
}
.AnyTagClassName
{
color: #DBFC55;
}
</style>
background-color css
<style>
a { background-color: #DBFC55; }
a { background-color: rgb(219,252,85); }
div.DivClassName
{
background-color: #DBFC55;
}
.BgClassName
{
background-color: #DBFC55;
}
</style>
border-color css
<style>
span { border-color: #DBFC55; }
span { border-color: rgb(219,252,85); }
td.TdClassName
{
border-color: #DBFC55;
}
.TagClassName
{
border-color: #DBFC55;
}
</style>