Shades of Honeysuckle #DBF155
Tints of Honeysuckle #DBF155
RGB
CMYK
RGB Variations
Color information
#DBF155 (or 0xDBF155) is known color: Honeysuckle. HEX triplet: DB, F1 and 55. RGB value is (219,241,85). Sum of RGB (Red+Green+Blue) = 219+241+85=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF155 is #240EAA. Grayscale: #D9D9D9. Windows color (decimal): -2363051 or 5632475. OLE color: 5632475.
HSL color Cylindrical-coordinate representation of color #DBF155: hue angle of 68.46º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBF155 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 85 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.05 |
| HSL | 68.46º | 0.85% | 0.64% | - |
| HSV(B) | 68.46º | 0.65% | 0.95% | - |
| XYZ | 62.31 | 78.63 | 20.49 | - |
| YUV | 216.64 | 53.71 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 85 | 0.09 | 0 | 0.65 | 0.05 | 68.46 | 0.85 | 0.64 |
| Hex | DB | F1 | 55 | 9 | 0 | 41 | 5 | 44 | 55 | 40 |
| Octal | 333 | 361 | 125 | 11 | 0 | 101 | 5 | 104 | 125 | 100 |
| Binary | 11011011 | 11110001 | 1010101 | 1001 | 0 | 1000001 | 101 | 1000100 | 1010101 | 1000000 |
Color Harmonies of #DBF155
Complementary color
Monochromatic Colors of #DBF155
Black with #DBF155
Text Example
Text Example
White with #DBF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF155; }
p { color: rgb(219,241,85); }
H1.HeaderClassName
{
color: #DBF155;
}
.AnyTagClassName
{
color: #DBF155;
}
</style>
background-color css
<style>
a { background-color: #DBF155; }
a { background-color: rgb(219,241,85); }
div.DivClassName
{
background-color: #DBF155;
}
.BgClassName
{
background-color: #DBF155;
}
</style>
border-color css
<style>
span { border-color: #DBF155; }
span { border-color: rgb(219,241,85); }
td.TdClassName
{
border-color: #DBF155;
}
.TagClassName
{
border-color: #DBF155;
}
</style>