Shades of Honeysuckle #DEFF56
Tints of Honeysuckle #DEFF56
RGB
CMYK
RGB Variations
Color information
#DEFF56 (or 0xDEFF56) is known color: Honeysuckle. HEX triplet: DE, FF and 56. RGB value is (222,255,86). Sum of RGB (Red+Green+Blue) = 222+255+86=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 86 (33.98% from 255 or 15.28% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF56 is #2100A9. Grayscale: #E2E2E2. Windows color (decimal): -2162858 or 5701598. OLE color: 5701598.
HSL color Cylindrical-coordinate representation of color #DEFF56: hue angle of 71.72º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEFF56 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 86 | - |
| CMYK | 0.13 | 0 | 0.66 | 0 |
| HSL | 71.72º | 1% | 0.67% | - |
| HSV(B) | 71.72º | 0.66% | 1% | - |
| XYZ | 67.56 | 87.72 | 22.18 | - |
| YUV | 225.87 | 49.07 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 86 | 0.13 | 0 | 0.66 | 0 | 71.72 | 1 | 0.67 |
| Hex | DE | FF | 56 | D | 0 | 42 | 0 | 48 | 64 | 43 |
| Octal | 336 | 377 | 126 | 15 | 0 | 102 | 0 | 110 | 144 | 103 |
| Binary | 11011110 | 11111111 | 1010110 | 1101 | 0 | 1000010 | 0 | 1001000 | 1100100 | 1000011 |
Color Harmonies of #DEFF56
Complementary color
Monochromatic Colors of #DEFF56
Black with #DEFF56
Text Example
Text Example
White with #DEFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF56; }
p { color: rgb(222,255,86); }
H1.HeaderClassName
{
color: #DEFF56;
}
.AnyTagClassName
{
color: #DEFF56;
}
</style>
background-color css
<style>
a { background-color: #DEFF56; }
a { background-color: rgb(222,255,86); }
div.DivClassName
{
background-color: #DEFF56;
}
.BgClassName
{
background-color: #DEFF56;
}
</style>
border-color css
<style>
span { border-color: #DEFF56; }
span { border-color: rgb(222,255,86); }
td.TdClassName
{
border-color: #DEFF56;
}
.TagClassName
{
border-color: #DEFF56;
}
</style>