Shades of Honeysuckle #DEE560
Tints of Honeysuckle #DEE560
RGB
CMYK
RGB Variations
Color information
#DEE560 (or 0xDEE560) is known color: Honeysuckle. HEX triplet: DE, E5 and 60. RGB value is (222,229,96). Sum of RGB (Red+Green+Blue) = 222+229+96=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE560 is #211A9F. Grayscale: #D4D4D4. Windows color (decimal): -2169504 or 6350302. OLE color: 6350302.
HSL color Cylindrical-coordinate representation of color #DEE560: hue angle of 63.16º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEE560 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 96 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.10 |
| HSL | 63.16º | 0.72% | 0.64% | - |
| HSV(B) | 63.16º | 0.58% | 0.9% | - |
| XYZ | 60.25 | 72.41 | 21.87 | - |
| YUV | 211.75 | 62.68 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 96 | 0.03 | 0 | 0.58 | 0.10 | 63.16 | 0.72 | 0.64 |
| Hex | DE | E5 | 60 | 3 | 0 | 3A | A | 3F | 48 | 40 |
| Octal | 336 | 345 | 140 | 3 | 0 | 72 | 12 | 77 | 110 | 100 |
| Binary | 11011110 | 11100101 | 1100000 | 11 | 0 | 111010 | 1010 | 111111 | 1001000 | 1000000 |
Color Harmonies of #DEE560
Complementary color
Monochromatic Colors of #DEE560
Black with #DEE560
Text Example
Text Example
White with #DEE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE560; }
p { color: rgb(222,229,96); }
H1.HeaderClassName
{
color: #DEE560;
}
.AnyTagClassName
{
color: #DEE560;
}
</style>
background-color css
<style>
a { background-color: #DEE560; }
a { background-color: rgb(222,229,96); }
div.DivClassName
{
background-color: #DEE560;
}
.BgClassName
{
background-color: #DEE560;
}
</style>
border-color css
<style>
span { border-color: #DEE560; }
span { border-color: rgb(222,229,96); }
td.TdClassName
{
border-color: #DEE560;
}
.TagClassName
{
border-color: #DEE560;
}
</style>