Shades of Honeysuckle #DCF956
Tints of Honeysuckle #DCF956
RGB
CMYK
RGB Variations
Color information
#DCF956 (or 0xDCF956) is known color: Honeysuckle. HEX triplet: DC, F9 and 56. RGB value is (220,249,86). Sum of RGB (Red+Green+Blue) = 220+249+86=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 86 (33.98% from 255 or 15.50% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF956 is #2306A9. Grayscale: #DEDEDE. Windows color (decimal): -2295466 or 5700060. OLE color: 5700060.
HSL color Cylindrical-coordinate representation of color #DCF956: hue angle of 70.67º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCF956 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 86 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.02 |
| HSL | 70.67º | 0.93% | 0.66% | - |
| HSV(B) | 70.67º | 0.65% | 0.98% | - |
| XYZ | 65.07 | 83.64 | 21.52 | - |
| YUV | 221.75 | 51.39 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 86 | 0.12 | 0 | 0.65 | 0.02 | 70.67 | 0.93 | 0.66 |
| Hex | DC | F9 | 56 | C | 0 | 41 | 2 | 47 | 5D | 42 |
| Octal | 334 | 371 | 126 | 14 | 0 | 101 | 2 | 107 | 135 | 102 |
| Binary | 11011100 | 11111001 | 1010110 | 1100 | 0 | 1000001 | 10 | 1000111 | 1011101 | 1000010 |
Color Harmonies of #DCF956
Complementary color
Monochromatic Colors of #DCF956
Black with #DCF956
Text Example
Text Example
White with #DCF956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF956; }
p { color: rgb(220,249,86); }
H1.HeaderClassName
{
color: #DCF956;
}
.AnyTagClassName
{
color: #DCF956;
}
</style>
background-color css
<style>
a { background-color: #DCF956; }
a { background-color: rgb(220,249,86); }
div.DivClassName
{
background-color: #DCF956;
}
.BgClassName
{
background-color: #DCF956;
}
</style>
border-color css
<style>
span { border-color: #DCF956; }
span { border-color: rgb(220,249,86); }
td.TdClassName
{
border-color: #DCF956;
}
.TagClassName
{
border-color: #DCF956;
}
</style>