Shades of Honeysuckle #DBFF50
Tints of Honeysuckle #DBFF50
RGB
CMYK
RGB Variations
Color information
#DBFF50 (or 0xDBFF50) is known color: Honeysuckle. HEX triplet: DB, FF and 50. RGB value is (219,255,80). Sum of RGB (Red+Green+Blue) = 219+255+80=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 80 (31.64% from 255 or 14.44% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF50 is #2400AF. Grayscale: #E0E0E0. Windows color (decimal): -2359472 or 5308379. OLE color: 5308379.
HSL color Cylindrical-coordinate representation of color #DBFF50: hue angle of 72.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBFF50 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 80 | - |
| CMYK | 0.14 | 0 | 0.69 | 0 |
| HSL | 72.34º | 1% | 0.66% | - |
| HSV(B) | 72.34º | 0.69% | 1% | - |
| XYZ | 66.42 | 87.16 | 20.91 | - |
| YUV | 224.29 | 46.57 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 80 | 0.14 | 0 | 0.69 | 0 | 72.34 | 1 | 0.66 |
| Hex | DB | FF | 50 | E | 0 | 45 | 0 | 48 | 64 | 42 |
| Octal | 333 | 377 | 120 | 16 | 0 | 105 | 0 | 110 | 144 | 102 |
| Binary | 11011011 | 11111111 | 1010000 | 1110 | 0 | 1000101 | 0 | 1001000 | 1100100 | 1000010 |
Color Harmonies of #DBFF50
Complementary color
Monochromatic Colors of #DBFF50
Black with #DBFF50
Text Example
Text Example
White with #DBFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF50; }
p { color: rgb(219,255,80); }
H1.HeaderClassName
{
color: #DBFF50;
}
.AnyTagClassName
{
color: #DBFF50;
}
</style>
background-color css
<style>
a { background-color: #DBFF50; }
a { background-color: rgb(219,255,80); }
div.DivClassName
{
background-color: #DBFF50;
}
.BgClassName
{
background-color: #DBFF50;
}
</style>
border-color css
<style>
span { border-color: #DBFF50; }
span { border-color: rgb(219,255,80); }
td.TdClassName
{
border-color: #DBFF50;
}
.TagClassName
{
border-color: #DBFF50;
}
</style>