Shades of Honeysuckle #DCF850
Tints of Honeysuckle #DCF850
RGB
CMYK
RGB Variations
Color information
#DCF850 (or 0xDCF850) is known color: Honeysuckle. HEX triplet: DC, F8 and 50. RGB value is (220,248,80). Sum of RGB (Red+Green+Blue) = 220+248+80=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF850 is #2307AF. Grayscale: #DDDDDD. Windows color (decimal): -2295728 or 5306588. OLE color: 5306588.
HSL color Cylindrical-coordinate representation of color #DCF850: hue angle of 70º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCF850 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 80 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.03 |
| HSL | 70º | 0.92% | 0.64% | - |
| HSV(B) | 70º | 0.68% | 0.97% | - |
| XYZ | 64.53 | 82.93 | 20.2 | - |
| YUV | 220.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 80 | 0.11 | 0 | 0.68 | 0.03 | 70 | 0.92 | 0.64 |
| Hex | DC | F8 | 50 | B | 0 | 44 | 3 | 46 | 5C | 40 |
| Octal | 334 | 370 | 120 | 13 | 0 | 104 | 3 | 106 | 134 | 100 |
| Binary | 11011100 | 11111000 | 1010000 | 1011 | 0 | 1000100 | 11 | 1000110 | 1011100 | 1000000 |
Color Harmonies of #DCF850
Complementary color
Monochromatic Colors of #DCF850
Black with #DCF850
Text Example
Text Example
White with #DCF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF850; }
p { color: rgb(220,248,80); }
H1.HeaderClassName
{
color: #DCF850;
}
.AnyTagClassName
{
color: #DCF850;
}
</style>
background-color css
<style>
a { background-color: #DCF850; }
a { background-color: rgb(220,248,80); }
div.DivClassName
{
background-color: #DCF850;
}
.BgClassName
{
background-color: #DCF850;
}
</style>
border-color css
<style>
span { border-color: #DCF850; }
span { border-color: rgb(220,248,80); }
td.TdClassName
{
border-color: #DCF850;
}
.TagClassName
{
border-color: #DCF850;
}
</style>