Shades of Honeysuckle #DCF859
Tints of Honeysuckle #DCF859
RGB
CMYK
RGB Variations
Color information
#DCF859 (or 0xDCF859) is known color: Honeysuckle. HEX triplet: DC, F8 and 59. RGB value is (220,248,89). Sum of RGB (Red+Green+Blue) = 220+248+89=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 89 (35.16% from 255 or 15.98% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF859 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF859 is #2307A6. Grayscale: #DEDEDE. Windows color (decimal): -2295719 or 5896412. OLE color: 5896412.
HSL color Cylindrical-coordinate representation of color #DCF859: hue angle of 70.57º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCF859 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 89 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.03 |
| HSL | 70.57º | 0.92% | 0.66% | - |
| HSV(B) | 70.57º | 0.64% | 0.97% | - |
| XYZ | 64.89 | 83.07 | 22.07 | - |
| YUV | 221.5 | 53.22 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 89 | 0.11 | 0 | 0.64 | 0.03 | 70.57 | 0.92 | 0.66 |
| Hex | DC | F8 | 59 | B | 0 | 40 | 3 | 47 | 5C | 42 |
| Octal | 334 | 370 | 131 | 13 | 0 | 100 | 3 | 107 | 134 | 102 |
| Binary | 11011100 | 11111000 | 1011001 | 1011 | 0 | 1000000 | 11 | 1000111 | 1011100 | 1000010 |
Color Harmonies of #DCF859
Complementary color
Monochromatic Colors of #DCF859
Black with #DCF859
Text Example
Text Example
White with #DCF859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF859; }
p { color: rgb(220,248,89); }
H1.HeaderClassName
{
color: #DCF859;
}
.AnyTagClassName
{
color: #DCF859;
}
</style>
background-color css
<style>
a { background-color: #DCF859; }
a { background-color: rgb(220,248,89); }
div.DivClassName
{
background-color: #DCF859;
}
.BgClassName
{
background-color: #DCF859;
}
</style>
border-color css
<style>
span { border-color: #DCF859; }
span { border-color: rgb(220,248,89); }
td.TdClassName
{
border-color: #DCF859;
}
.TagClassName
{
border-color: #DCF859;
}
</style>