Shades of Honeysuckle #DCF256
Tints of Honeysuckle #DCF256
RGB
CMYK
RGB Variations
Color information
#DCF256 (or 0xDCF256) is known color: Honeysuckle. HEX triplet: DC, F2 and 56. RGB value is (220,242,86). Sum of RGB (Red+Green+Blue) = 220+242+86=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 86 (33.98% from 255 or 15.69% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF256 is #230DA9. Grayscale: #DADADA. Windows color (decimal): -2297258 or 5698268. OLE color: 5698268.
HSL color Cylindrical-coordinate representation of color #DCF256: hue angle of 68.46º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCF256 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 86 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.05 |
| HSL | 68.46º | 0.86% | 0.64% | - |
| HSV(B) | 68.46º | 0.64% | 0.95% | - |
| XYZ | 62.95 | 79.39 | 20.81 | - |
| YUV | 217.64 | 53.71 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 86 | 0.09 | 0 | 0.64 | 0.05 | 68.46 | 0.86 | 0.64 |
| Hex | DC | F2 | 56 | 9 | 0 | 40 | 5 | 44 | 56 | 40 |
| Octal | 334 | 362 | 126 | 11 | 0 | 100 | 5 | 104 | 126 | 100 |
| Binary | 11011100 | 11110010 | 1010110 | 1001 | 0 | 1000000 | 101 | 1000100 | 1010110 | 1000000 |
Color Harmonies of #DCF256
Complementary color
Monochromatic Colors of #DCF256
Black with #DCF256
Text Example
Text Example
White with #DCF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF256; }
p { color: rgb(220,242,86); }
H1.HeaderClassName
{
color: #DCF256;
}
.AnyTagClassName
{
color: #DCF256;
}
</style>
background-color css
<style>
a { background-color: #DCF256; }
a { background-color: rgb(220,242,86); }
div.DivClassName
{
background-color: #DCF256;
}
.BgClassName
{
background-color: #DCF256;
}
</style>
border-color css
<style>
span { border-color: #DCF256; }
span { border-color: rgb(220,242,86); }
td.TdClassName
{
border-color: #DCF256;
}
.TagClassName
{
border-color: #DCF256;
}
</style>