Shades of Honeysuckle #DEFF55
Tints of Honeysuckle #DEFF55
RGB
CMYK
RGB Variations
Color information
#DEFF55 (or 0xDEFF55) is known color: Honeysuckle. HEX triplet: DE, FF and 55. RGB value is (222,255,85). Sum of RGB (Red+Green+Blue) = 222+255+85=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 85 (33.59% from 255 or 15.12% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF55 is #2100AA. Grayscale: #E2E2E2. Windows color (decimal): -2162859 or 5636062. OLE color: 5636062.
HSL color Cylindrical-coordinate representation of color #DEFF55: hue angle of 71.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEFF55 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 85 | - |
| CMYK | 0.13 | 0 | 0.67 | 0 |
| HSL | 71.65º | 1% | 0.67% | - |
| HSV(B) | 71.65º | 0.67% | 1% | - |
| XYZ | 67.52 | 87.71 | 21.96 | - |
| YUV | 225.75 | 48.57 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 85 | 0.13 | 0 | 0.67 | 0 | 71.65 | 1 | 0.67 |
| Hex | DE | FF | 55 | D | 0 | 43 | 0 | 48 | 64 | 43 |
| Octal | 336 | 377 | 125 | 15 | 0 | 103 | 0 | 110 | 144 | 103 |
| Binary | 11011110 | 11111111 | 1010101 | 1101 | 0 | 1000011 | 0 | 1001000 | 1100100 | 1000011 |
Color Harmonies of #DEFF55
Complementary color
Monochromatic Colors of #DEFF55
Black with #DEFF55
Text Example
Text Example
White with #DEFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF55; }
p { color: rgb(222,255,85); }
H1.HeaderClassName
{
color: #DEFF55;
}
.AnyTagClassName
{
color: #DEFF55;
}
</style>
background-color css
<style>
a { background-color: #DEFF55; }
a { background-color: rgb(222,255,85); }
div.DivClassName
{
background-color: #DEFF55;
}
.BgClassName
{
background-color: #DEFF55;
}
</style>
border-color css
<style>
span { border-color: #DEFF55; }
span { border-color: rgb(222,255,85); }
td.TdClassName
{
border-color: #DEFF55;
}
.TagClassName
{
border-color: #DEFF55;
}
</style>