Shades of Honeysuckle #DEF855
Tints of Honeysuckle #DEF855
RGB
CMYK
RGB Variations
Color information
#DEF855 (or 0xDEF855) is known color: Honeysuckle. HEX triplet: DE, F8 and 55. RGB value is (222,248,85). Sum of RGB (Red+Green+Blue) = 222+248+85=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 85 (33.59% from 255 or 15.32% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF855 is #2107AA. Grayscale: #DEDEDE. Windows color (decimal): -2164651 or 5634270. OLE color: 5634270.
HSL color Cylindrical-coordinate representation of color #DEF855: hue angle of 69.57º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEF855 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 85 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.03 |
| HSL | 69.57º | 0.92% | 0.65% | - |
| HSV(B) | 69.57º | 0.66% | 0.97% | - |
| XYZ | 65.33 | 83.32 | 21.23 | - |
| YUV | 221.64 | 50.89 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 85 | 0.10 | 0 | 0.66 | 0.03 | 69.57 | 0.92 | 0.65 |
| Hex | DE | F8 | 55 | A | 0 | 42 | 3 | 46 | 5C | 41 |
| Octal | 336 | 370 | 125 | 12 | 0 | 102 | 3 | 106 | 134 | 101 |
| Binary | 11011110 | 11111000 | 1010101 | 1010 | 0 | 1000010 | 11 | 1000110 | 1011100 | 1000001 |
Color Harmonies of #DEF855
Complementary color
Monochromatic Colors of #DEF855
Black with #DEF855
Text Example
Text Example
White with #DEF855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF855; }
p { color: rgb(222,248,85); }
H1.HeaderClassName
{
color: #DEF855;
}
.AnyTagClassName
{
color: #DEF855;
}
</style>
background-color css
<style>
a { background-color: #DEF855; }
a { background-color: rgb(222,248,85); }
div.DivClassName
{
background-color: #DEF855;
}
.BgClassName
{
background-color: #DEF855;
}
</style>
border-color css
<style>
span { border-color: #DEF855; }
span { border-color: rgb(222,248,85); }
td.TdClassName
{
border-color: #DEF855;
}
.TagClassName
{
border-color: #DEF855;
}
</style>