Shades of Honeysuckle #DCFC56
Tints of Honeysuckle #DCFC56
RGB
CMYK
RGB Variations
Color information
#DCFC56 (or 0xDCFC56) is known color: Honeysuckle. HEX triplet: DC, FC and 56. RGB value is (220,252,86). Sum of RGB (Red+Green+Blue) = 220+252+86=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 86 (33.98% from 255 or 15.41% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC56 is #2303A9. Grayscale: #E0E0E0. Windows color (decimal): -2294698 or 5700828. OLE color: 5700828.
HSL color Cylindrical-coordinate representation of color #DCFC56: hue angle of 71.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCFC56 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 86 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.01 |
| HSL | 71.57º | 0.97% | 0.66% | - |
| HSV(B) | 71.57º | 0.66% | 0.99% | - |
| XYZ | 66.01 | 85.51 | 21.83 | - |
| YUV | 223.51 | 50.4 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 86 | 0.13 | 0 | 0.66 | 0.01 | 71.57 | 0.97 | 0.66 |
| Hex | DC | FC | 56 | D | 0 | 42 | 1 | 48 | 61 | 42 |
| Octal | 334 | 374 | 126 | 15 | 0 | 102 | 1 | 110 | 141 | 102 |
| Binary | 11011100 | 11111100 | 1010110 | 1101 | 0 | 1000010 | 1 | 1001000 | 1100001 | 1000010 |
Color Harmonies of #DCFC56
Complementary color
Monochromatic Colors of #DCFC56
Black with #DCFC56
Text Example
Text Example
White with #DCFC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC56; }
p { color: rgb(220,252,86); }
H1.HeaderClassName
{
color: #DCFC56;
}
.AnyTagClassName
{
color: #DCFC56;
}
</style>
background-color css
<style>
a { background-color: #DCFC56; }
a { background-color: rgb(220,252,86); }
div.DivClassName
{
background-color: #DCFC56;
}
.BgClassName
{
background-color: #DCFC56;
}
</style>
border-color css
<style>
span { border-color: #DCFC56; }
span { border-color: rgb(220,252,86); }
td.TdClassName
{
border-color: #DCFC56;
}
.TagClassName
{
border-color: #DCFC56;
}
</style>