Shades of Honeysuckle #DCF155
Tints of Honeysuckle #DCF155
RGB
CMYK
RGB Variations
Color information
#DCF155 (or 0xDCF155) is known color: Honeysuckle. HEX triplet: DC, F1 and 55. RGB value is (220,241,85). Sum of RGB (Red+Green+Blue) = 220+241+85=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 85 (33.59% from 255 or 15.57% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF155 is #230EAA. Grayscale: #D9D9D9. Windows color (decimal): -2297515 or 5632476. OLE color: 5632476.
HSL color Cylindrical-coordinate representation of color #DCF155: hue angle of 68.08º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCF155 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 85 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.05 |
| HSL | 68.08º | 0.85% | 0.64% | - |
| HSV(B) | 68.08º | 0.65% | 0.95% | - |
| XYZ | 62.61 | 78.78 | 20.5 | - |
| YUV | 216.94 | 53.54 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 85 | 0.09 | 0 | 0.65 | 0.05 | 68.08 | 0.85 | 0.64 |
| Hex | DC | F1 | 55 | 9 | 0 | 41 | 5 | 44 | 55 | 40 |
| Octal | 334 | 361 | 125 | 11 | 0 | 101 | 5 | 104 | 125 | 100 |
| Binary | 11011100 | 11110001 | 1010101 | 1001 | 0 | 1000001 | 101 | 1000100 | 1010101 | 1000000 |
Color Harmonies of #DCF155
Complementary color
Monochromatic Colors of #DCF155
Black with #DCF155
Text Example
Text Example
White with #DCF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF155; }
p { color: rgb(220,241,85); }
H1.HeaderClassName
{
color: #DCF155;
}
.AnyTagClassName
{
color: #DCF155;
}
</style>
background-color css
<style>
a { background-color: #DCF155; }
a { background-color: rgb(220,241,85); }
div.DivClassName
{
background-color: #DCF155;
}
.BgClassName
{
background-color: #DCF155;
}
</style>
border-color css
<style>
span { border-color: #DCF155; }
span { border-color: rgb(220,241,85); }
td.TdClassName
{
border-color: #DCF155;
}
.TagClassName
{
border-color: #DCF155;
}
</style>