Shades of Honeysuckle #DCFF55
Tints of Honeysuckle #DCFF55
RGB
CMYK
RGB Variations
Color information
#DCFF55 (or 0xDCFF55) is known color: Honeysuckle. HEX triplet: DC, FF and 55. RGB value is (220,255,85). Sum of RGB (Red+Green+Blue) = 220+255+85=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 85 (33.59% from 255 or 15.18% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF55 is #2300AA. Grayscale: #E1E1E1. Windows color (decimal): -2293931 or 5636060. OLE color: 5636060.
HSL color Cylindrical-coordinate representation of color #DCFF55: hue angle of 72.35º 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 #DCFF55 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 85 | - |
| CMYK | 0.14 | 0 | 0.67 | 0 |
| HSL | 72.35º | 1% | 0.67% | - |
| HSV(B) | 72.35º | 0.67% | 1% | - |
| XYZ | 66.91 | 87.39 | 21.94 | - |
| YUV | 225.16 | 48.9 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 85 | 0.14 | 0 | 0.67 | 0 | 72.35 | 1 | 0.67 |
| Hex | DC | FF | 55 | E | 0 | 43 | 0 | 48 | 64 | 43 |
| Octal | 334 | 377 | 125 | 16 | 0 | 103 | 0 | 110 | 144 | 103 |
| Binary | 11011100 | 11111111 | 1010101 | 1110 | 0 | 1000011 | 0 | 1001000 | 1100100 | 1000011 |
Color Harmonies of #DCFF55
Complementary color
Monochromatic Colors of #DCFF55
Black with #DCFF55
Text Example
Text Example
White with #DCFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF55; }
p { color: rgb(220,255,85); }
H1.HeaderClassName
{
color: #DCFF55;
}
.AnyTagClassName
{
color: #DCFF55;
}
</style>
background-color css
<style>
a { background-color: #DCFF55; }
a { background-color: rgb(220,255,85); }
div.DivClassName
{
background-color: #DCFF55;
}
.BgClassName
{
background-color: #DCFF55;
}
</style>
border-color css
<style>
span { border-color: #DCFF55; }
span { border-color: rgb(220,255,85); }
td.TdClassName
{
border-color: #DCFF55;
}
.TagClassName
{
border-color: #DCFF55;
}
</style>