Shades of Honeysuckle #DCF056
Tints of Honeysuckle #DCF056
RGB
CMYK
RGB Variations
Color information
#DCF056 (or 0xDCF056) is known color: Honeysuckle. HEX triplet: DC, F0 and 56. RGB value is (220,240,86). Sum of RGB (Red+Green+Blue) = 220+240+86=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 86 (33.98% from 255 or 15.75% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF056 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF056 is #230FA9. Grayscale: #D9D9D9. Windows color (decimal): -2297770 or 5697756. OLE color: 5697756.
HSL color Cylindrical-coordinate representation of color #DCF056: hue angle of 67.79º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCF056 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 86 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.06 |
| HSL | 67.79º | 0.84% | 0.64% | - |
| HSV(B) | 67.79º | 0.64% | 0.94% | - |
| XYZ | 62.36 | 78.21 | 20.61 | - |
| YUV | 216.46 | 54.37 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 86 | 0.08 | 0 | 0.64 | 0.06 | 67.79 | 0.84 | 0.64 |
| Hex | DC | F0 | 56 | 8 | 0 | 40 | 6 | 44 | 54 | 40 |
| Octal | 334 | 360 | 126 | 10 | 0 | 100 | 6 | 104 | 124 | 100 |
| Binary | 11011100 | 11110000 | 1010110 | 1000 | 0 | 1000000 | 110 | 1000100 | 1010100 | 1000000 |
Color Harmonies of #DCF056
Complementary color
Monochromatic Colors of #DCF056
Black with #DCF056
Text Example
Text Example
White with #DCF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF056; }
p { color: rgb(220,240,86); }
H1.HeaderClassName
{
color: #DCF056;
}
.AnyTagClassName
{
color: #DCF056;
}
</style>
background-color css
<style>
a { background-color: #DCF056; }
a { background-color: rgb(220,240,86); }
div.DivClassName
{
background-color: #DCF056;
}
.BgClassName
{
background-color: #DCF056;
}
</style>
border-color css
<style>
span { border-color: #DCF056; }
span { border-color: rgb(220,240,86); }
td.TdClassName
{
border-color: #DCF056;
}
.TagClassName
{
border-color: #DCF056;
}
</style>