Shades of Honeysuckle #DFFF55
Tints of Honeysuckle #DFFF55
RGB
CMYK
RGB Variations
Color information
#DFFF55 (or 0xDFFF55) is known color: Honeysuckle. HEX triplet: DF, FF and 55. RGB value is (223,255,85). Sum of RGB (Red+Green+Blue) = 223+255+85=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 85 (33.59% from 255 or 15.10% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF55 is #2000AA. Grayscale: #E2E2E2. Windows color (decimal): -2097323 or 5636063. OLE color: 5636063.
HSL color Cylindrical-coordinate representation of color #DFFF55: hue angle of 71.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFFF55 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 85 | - |
| CMYK | 0.13 | 0 | 0.67 | 0 |
| HSL | 71.29º | 1% | 0.67% | - |
| HSV(B) | 71.29º | 0.67% | 1% | - |
| XYZ | 67.83 | 87.86 | 21.98 | - |
| YUV | 226.05 | 48.4 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 85 | 0.13 | 0 | 0.67 | 0 | 71.29 | 1 | 0.67 |
| Hex | DF | FF | 55 | D | 0 | 43 | 0 | 47 | 64 | 43 |
| Octal | 337 | 377 | 125 | 15 | 0 | 103 | 0 | 107 | 144 | 103 |
| Binary | 11011111 | 11111111 | 1010101 | 1101 | 0 | 1000011 | 0 | 1000111 | 1100100 | 1000011 |
Color Harmonies of #DFFF55
Complementary color
Monochromatic Colors of #DFFF55
Black with #DFFF55
Text Example
Text Example
White with #DFFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF55; }
p { color: rgb(223,255,85); }
H1.HeaderClassName
{
color: #DFFF55;
}
.AnyTagClassName
{
color: #DFFF55;
}
</style>
background-color css
<style>
a { background-color: #DFFF55; }
a { background-color: rgb(223,255,85); }
div.DivClassName
{
background-color: #DFFF55;
}
.BgClassName
{
background-color: #DFFF55;
}
</style>
border-color css
<style>
span { border-color: #DFFF55; }
span { border-color: rgb(223,255,85); }
td.TdClassName
{
border-color: #DFFF55;
}
.TagClassName
{
border-color: #DFFF55;
}
</style>