Shades of Honeysuckle #DBFE50
Tints of Honeysuckle #DBFE50
RGB
CMYK
RGB Variations
Color information
#DBFE50 (or 0xDBFE50) is known color: Honeysuckle. HEX triplet: DB, FE and 50. RGB value is (219,254,80). Sum of RGB (Red+Green+Blue) = 219+254+80=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 80 (31.64% from 255 or 14.47% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE50 is #2401AF. Grayscale: #E0E0E0. Windows color (decimal): -2359728 or 5308123. OLE color: 5308123.
HSL color Cylindrical-coordinate representation of color #DBFE50: hue angle of 72.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBFE50 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 80 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.00 |
| HSL | 72.07º | 0.99% | 0.65% | - |
| HSV(B) | 72.07º | 0.69% | 1% | - |
| XYZ | 66.1 | 86.52 | 20.81 | - |
| YUV | 223.7 | 46.9 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 80 | 0.14 | 0 | 0.69 | 0.00 | 72.07 | 0.99 | 0.65 |
| Hex | DB | FE | 50 | E | 0 | 45 | 0 | 48 | 63 | 41 |
| Octal | 333 | 376 | 120 | 16 | 0 | 105 | 0 | 110 | 143 | 101 |
| Binary | 11011011 | 11111110 | 1010000 | 1110 | 0 | 1000101 | 0 | 1001000 | 1100011 | 1000001 |
Color Harmonies of #DBFE50
Complementary color
Monochromatic Colors of #DBFE50
Black with #DBFE50
Text Example
Text Example
White with #DBFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE50; }
p { color: rgb(219,254,80); }
H1.HeaderClassName
{
color: #DBFE50;
}
.AnyTagClassName
{
color: #DBFE50;
}
</style>
background-color css
<style>
a { background-color: #DBFE50; }
a { background-color: rgb(219,254,80); }
div.DivClassName
{
background-color: #DBFE50;
}
.BgClassName
{
background-color: #DBFE50;
}
</style>
border-color css
<style>
span { border-color: #DBFE50; }
span { border-color: rgb(219,254,80); }
td.TdClassName
{
border-color: #DBFE50;
}
.TagClassName
{
border-color: #DBFE50;
}
</style>