Shades of Honeysuckle #DFFF56
Tints of Honeysuckle #DFFF56
RGB
CMYK
RGB Variations
Color information
#DFFF56 (or 0xDFFF56) is known color: Honeysuckle. HEX triplet: DF, FF and 56. RGB value is (223,255,86). Sum of RGB (Red+Green+Blue) = 223+255+86=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 86 (33.98% from 255 or 15.25% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF56 is #2000A9. Grayscale: #E2E2E2. Windows color (decimal): -2097322 or 5701599. OLE color: 5701599.
HSL color Cylindrical-coordinate representation of color #DFFF56: hue angle of 71.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFFF56 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 86 | - |
| CMYK | 0.13 | 0 | 0.66 | 0 |
| HSL | 71.36º | 1% | 0.67% | - |
| HSV(B) | 71.36º | 0.66% | 1% | - |
| XYZ | 67.87 | 87.88 | 22.19 | - |
| YUV | 226.17 | 48.9 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 86 | 0.13 | 0 | 0.66 | 0 | 71.36 | 1 | 0.67 |
| Hex | DF | FF | 56 | D | 0 | 42 | 0 | 47 | 64 | 43 |
| Octal | 337 | 377 | 126 | 15 | 0 | 102 | 0 | 107 | 144 | 103 |
| Binary | 11011111 | 11111111 | 1010110 | 1101 | 0 | 1000010 | 0 | 1000111 | 1100100 | 1000011 |
Color Harmonies of #DFFF56
Complementary color
Monochromatic Colors of #DFFF56
Black with #DFFF56
Text Example
Text Example
White with #DFFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF56; }
p { color: rgb(223,255,86); }
H1.HeaderClassName
{
color: #DFFF56;
}
.AnyTagClassName
{
color: #DFFF56;
}
</style>
background-color css
<style>
a { background-color: #DFFF56; }
a { background-color: rgb(223,255,86); }
div.DivClassName
{
background-color: #DFFF56;
}
.BgClassName
{
background-color: #DFFF56;
}
</style>
border-color css
<style>
span { border-color: #DFFF56; }
span { border-color: rgb(223,255,86); }
td.TdClassName
{
border-color: #DFFF56;
}
.TagClassName
{
border-color: #DFFF56;
}
</style>