Shades of Honeysuckle #DBF455
Tints of Honeysuckle #DBF455
RGB
CMYK
RGB Variations
Color information
#DBF455 (or 0xDBF455) is known color: Honeysuckle. HEX triplet: DB, F4 and 55. RGB value is (219,244,85). Sum of RGB (Red+Green+Blue) = 219+244+85=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 85 (33.59% from 255 or 15.51% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF455 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF455 is #240BAA. Grayscale: #DBDBDB. Windows color (decimal): -2362283 or 5633243. OLE color: 5633243.
HSL color Cylindrical-coordinate representation of color #DBF455: hue angle of 69.43º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBF455 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 85 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.04 |
| HSL | 69.43º | 0.88% | 0.65% | - |
| HSV(B) | 69.43º | 0.65% | 0.96% | - |
| XYZ | 63.2 | 80.42 | 20.79 | - |
| YUV | 218.4 | 52.72 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 85 | 0.10 | 0 | 0.65 | 0.04 | 69.43 | 0.88 | 0.65 |
| Hex | DB | F4 | 55 | A | 0 | 41 | 4 | 45 | 58 | 41 |
| Octal | 333 | 364 | 125 | 12 | 0 | 101 | 4 | 105 | 130 | 101 |
| Binary | 11011011 | 11110100 | 1010101 | 1010 | 0 | 1000001 | 100 | 1000101 | 1011000 | 1000001 |
Color Harmonies of #DBF455
Complementary color
Monochromatic Colors of #DBF455
Black with #DBF455
Text Example
Text Example
White with #DBF455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF455; }
p { color: rgb(219,244,85); }
H1.HeaderClassName
{
color: #DBF455;
}
.AnyTagClassName
{
color: #DBF455;
}
</style>
background-color css
<style>
a { background-color: #DBF455; }
a { background-color: rgb(219,244,85); }
div.DivClassName
{
background-color: #DBF455;
}
.BgClassName
{
background-color: #DBF455;
}
</style>
border-color css
<style>
span { border-color: #DBF455; }
span { border-color: rgb(219,244,85); }
td.TdClassName
{
border-color: #DBF455;
}
.TagClassName
{
border-color: #DBF455;
}
</style>