Shades of Honeysuckle #DCF755
Tints of Honeysuckle #DCF755
RGB
CMYK
RGB Variations
Color information
#DCF755 (or 0xDCF755) is known color: Honeysuckle. HEX triplet: DC, F7 and 55. RGB value is (220,247,85). Sum of RGB (Red+Green+Blue) = 220+247+85=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 85 (33.59% from 255 or 15.40% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF755 is #2308AA. Grayscale: #DDDDDD. Windows color (decimal): -2295979 or 5634012. OLE color: 5634012.
HSL color Cylindrical-coordinate representation of color #DCF755: hue angle of 70º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCF755 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 85 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.03 |
| HSL | 70º | 0.91% | 0.65% | - |
| HSV(B) | 70º | 0.66% | 0.97% | - |
| XYZ | 64.42 | 82.39 | 21.1 | - |
| YUV | 220.46 | 51.55 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 85 | 0.11 | 0 | 0.66 | 0.03 | 70 | 0.91 | 0.65 |
| Hex | DC | F7 | 55 | B | 0 | 42 | 3 | 46 | 5B | 41 |
| Octal | 334 | 367 | 125 | 13 | 0 | 102 | 3 | 106 | 133 | 101 |
| Binary | 11011100 | 11110111 | 1010101 | 1011 | 0 | 1000010 | 11 | 1000110 | 1011011 | 1000001 |
Color Harmonies of #DCF755
Complementary color
Monochromatic Colors of #DCF755
Black with #DCF755
Text Example
Text Example
White with #DCF755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF755; }
p { color: rgb(220,247,85); }
H1.HeaderClassName
{
color: #DCF755;
}
.AnyTagClassName
{
color: #DCF755;
}
</style>
background-color css
<style>
a { background-color: #DCF755; }
a { background-color: rgb(220,247,85); }
div.DivClassName
{
background-color: #DCF755;
}
.BgClassName
{
background-color: #DCF755;
}
</style>
border-color css
<style>
span { border-color: #DCF755; }
span { border-color: rgb(220,247,85); }
td.TdClassName
{
border-color: #DCF755;
}
.TagClassName
{
border-color: #DCF755;
}
</style>