Shades of Honeysuckle #DEF655
Tints of Honeysuckle #DEF655
RGB
CMYK
RGB Variations
Color information
#DEF655 (or 0xDEF655) is known color: Honeysuckle. HEX triplet: DE, F6 and 55. RGB value is (222,246,85). Sum of RGB (Red+Green+Blue) = 222+246+85=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF655 is #2109AA. Grayscale: #DDDDDD. Windows color (decimal): -2165163 or 5633758. OLE color: 5633758.
HSL color Cylindrical-coordinate representation of color #DEF655: hue angle of 68.94º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEF655 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 85 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.04 |
| HSL | 68.94º | 0.9% | 0.65% | - |
| HSV(B) | 68.94º | 0.65% | 0.96% | - |
| XYZ | 64.72 | 82.1 | 21.03 | - |
| YUV | 220.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 85 | 0.10 | 0 | 0.65 | 0.04 | 68.94 | 0.9 | 0.65 |
| Hex | DE | F6 | 55 | A | 0 | 41 | 4 | 45 | 5A | 41 |
| Octal | 336 | 366 | 125 | 12 | 0 | 101 | 4 | 105 | 132 | 101 |
| Binary | 11011110 | 11110110 | 1010101 | 1010 | 0 | 1000001 | 100 | 1000101 | 1011010 | 1000001 |
Color Harmonies of #DEF655
Complementary color
Monochromatic Colors of #DEF655
Black with #DEF655
Text Example
Text Example
White with #DEF655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF655; }
p { color: rgb(222,246,85); }
H1.HeaderClassName
{
color: #DEF655;
}
.AnyTagClassName
{
color: #DEF655;
}
</style>
background-color css
<style>
a { background-color: #DEF655; }
a { background-color: rgb(222,246,85); }
div.DivClassName
{
background-color: #DEF655;
}
.BgClassName
{
background-color: #DEF655;
}
</style>
border-color css
<style>
span { border-color: #DEF655; }
span { border-color: rgb(222,246,85); }
td.TdClassName
{
border-color: #DEF655;
}
.TagClassName
{
border-color: #DEF655;
}
</style>