Shades of Honeysuckle #DEFF49
Tints of Honeysuckle #DEFF49
RGB
CMYK
RGB Variations
Color information
#DEFF49 (or 0xDEFF49) is known color: Honeysuckle. HEX triplet: DE, FF and 49. RGB value is (222,255,73). Sum of RGB (Red+Green+Blue) = 222+255+73=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 73 (28.91% from 255 or 13.27% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF49 is #2100B6. Grayscale: #E1E1E1. Windows color (decimal): -2162871 or 4849630. OLE color: 4849630.
HSL color Cylindrical-coordinate representation of color #DEFF49: hue angle of 70.88º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEFF49 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 73 | - |
| CMYK | 0.13 | 0 | 0.71 | 0 |
| HSL | 70.88º | 1% | 0.64% | - |
| HSV(B) | 70.88º | 0.71% | 1% | - |
| XYZ | 67.09 | 87.53 | 19.66 | - |
| YUV | 224.39 | 42.57 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 73 | 0.13 | 0 | 0.71 | 0 | 70.88 | 1 | 0.64 |
| Hex | DE | FF | 49 | D | 0 | 47 | 0 | 47 | 64 | 40 |
| Octal | 336 | 377 | 111 | 15 | 0 | 107 | 0 | 107 | 144 | 100 |
| Binary | 11011110 | 11111111 | 1001001 | 1101 | 0 | 1000111 | 0 | 1000111 | 1100100 | 1000000 |
Color Harmonies of #DEFF49
Complementary color
Monochromatic Colors of #DEFF49
Black with #DEFF49
Text Example
Text Example
White with #DEFF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF49; }
p { color: rgb(222,255,73); }
H1.HeaderClassName
{
color: #DEFF49;
}
.AnyTagClassName
{
color: #DEFF49;
}
</style>
background-color css
<style>
a { background-color: #DEFF49; }
a { background-color: rgb(222,255,73); }
div.DivClassName
{
background-color: #DEFF49;
}
.BgClassName
{
background-color: #DEFF49;
}
</style>
border-color css
<style>
span { border-color: #DEFF49; }
span { border-color: rgb(222,255,73); }
td.TdClassName
{
border-color: #DEFF49;
}
.TagClassName
{
border-color: #DEFF49;
}
</style>