Shades of Honeysuckle #DBF755
Tints of Honeysuckle #DBF755
RGB
CMYK
RGB Variations
Color information
#DBF755 (or 0xDBF755) is known color: Honeysuckle. HEX triplet: DB, F7 and 55. RGB value is (219,247,85). Sum of RGB (Red+Green+Blue) = 219+247+85=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 85 (33.59% from 255 or 15.43% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF755 is #2408AA. Grayscale: #DCDCDC. Windows color (decimal): -2361515 or 5634011. OLE color: 5634011.
HSL color Cylindrical-coordinate representation of color #DBF755: hue angle of 70.37º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBF755 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 85 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.03 |
| HSL | 70.37º | 0.91% | 0.65% | - |
| HSV(B) | 70.37º | 0.66% | 0.97% | - |
| XYZ | 64.11 | 82.24 | 21.09 | - |
| YUV | 220.16 | 51.72 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 85 | 0.11 | 0 | 0.66 | 0.03 | 70.37 | 0.91 | 0.65 |
| Hex | DB | F7 | 55 | B | 0 | 42 | 3 | 46 | 5B | 41 |
| Octal | 333 | 367 | 125 | 13 | 0 | 102 | 3 | 106 | 133 | 101 |
| Binary | 11011011 | 11110111 | 1010101 | 1011 | 0 | 1000010 | 11 | 1000110 | 1011011 | 1000001 |
Color Harmonies of #DBF755
Complementary color
Monochromatic Colors of #DBF755
Black with #DBF755
Text Example
Text Example
White with #DBF755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF755; }
p { color: rgb(219,247,85); }
H1.HeaderClassName
{
color: #DBF755;
}
.AnyTagClassName
{
color: #DBF755;
}
</style>
background-color css
<style>
a { background-color: #DBF755; }
a { background-color: rgb(219,247,85); }
div.DivClassName
{
background-color: #DBF755;
}
.BgClassName
{
background-color: #DBF755;
}
</style>
border-color css
<style>
span { border-color: #DBF755; }
span { border-color: rgb(219,247,85); }
td.TdClassName
{
border-color: #DBF755;
}
.TagClassName
{
border-color: #DBF755;
}
</style>