Shades of Honeysuckle #DCFD55
Tints of Honeysuckle #DCFD55
RGB
CMYK
RGB Variations
Color information
#DCFD55 (or 0xDCFD55) is known color: Honeysuckle. HEX triplet: DC, FD and 55. RGB value is (220,253,85). Sum of RGB (Red+Green+Blue) = 220+253+85=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 85 (33.59% from 255 or 15.23% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD55 is #2302AA. Grayscale: #E0E0E0. Windows color (decimal): -2294443 or 5635548. OLE color: 5635548.
HSL color Cylindrical-coordinate representation of color #DCFD55: hue angle of 71.79º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCFD55 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 85 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.01 |
| HSL | 71.79º | 0.98% | 0.66% | - |
| HSV(B) | 71.79º | 0.66% | 0.99% | - |
| XYZ | 66.28 | 86.12 | 21.72 | - |
| YUV | 223.98 | 49.57 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 85 | 0.13 | 0 | 0.66 | 0.01 | 71.79 | 0.98 | 0.66 |
| Hex | DC | FD | 55 | D | 0 | 42 | 1 | 48 | 62 | 42 |
| Octal | 334 | 375 | 125 | 15 | 0 | 102 | 1 | 110 | 142 | 102 |
| Binary | 11011100 | 11111101 | 1010101 | 1101 | 0 | 1000010 | 1 | 1001000 | 1100010 | 1000010 |
Color Harmonies of #DCFD55
Complementary color
Monochromatic Colors of #DCFD55
Black with #DCFD55
Text Example
Text Example
White with #DCFD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD55; }
p { color: rgb(220,253,85); }
H1.HeaderClassName
{
color: #DCFD55;
}
.AnyTagClassName
{
color: #DCFD55;
}
</style>
background-color css
<style>
a { background-color: #DCFD55; }
a { background-color: rgb(220,253,85); }
div.DivClassName
{
background-color: #DCFD55;
}
.BgClassName
{
background-color: #DCFD55;
}
</style>
border-color css
<style>
span { border-color: #DCFD55; }
span { border-color: rgb(220,253,85); }
td.TdClassName
{
border-color: #DCFD55;
}
.TagClassName
{
border-color: #DCFD55;
}
</style>