Shades of Honeysuckle #DEFF5E
Tints of Honeysuckle #DEFF5E
RGB
CMYK
RGB Variations
Color information
#DEFF5E (or 0xDEFF5E) is known color: Honeysuckle. HEX triplet: DE, FF and 5E. RGB value is (222,255,94). Sum of RGB (Red+Green+Blue) = 222+255+94=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 94 (37.11% from 255 or 16.46% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF5E is #2100A1. Grayscale: #E3E3E3. Windows color (decimal): -2162850 or 6225886. OLE color: 6225886.
HSL color Cylindrical-coordinate representation of color #DEFF5E: hue angle of 72.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEFF5E is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 94 | - |
| CMYK | 0.13 | 0 | 0.63 | 0 |
| HSL | 72.3º | 1% | 0.68% | - |
| HSV(B) | 72.3º | 0.63% | 1% | - |
| XYZ | 67.9 | 87.86 | 23.97 | - |
| YUV | 226.78 | 53.07 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 94 | 0.13 | 0 | 0.63 | 0 | 72.3 | 1 | 0.68 |
| Hex | DE | FF | 5E | D | 0 | 3F | 0 | 48 | 64 | 44 |
| Octal | 336 | 377 | 136 | 15 | 0 | 77 | 0 | 110 | 144 | 104 |
| Binary | 11011110 | 11111111 | 1011110 | 1101 | 0 | 111111 | 0 | 1001000 | 1100100 | 1000100 |
Color Harmonies of #DEFF5E
Complementary color
Monochromatic Colors of #DEFF5E
Black with #DEFF5E
Text Example
Text Example
White with #DEFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF5E; }
p { color: rgb(222,255,94); }
H1.HeaderClassName
{
color: #DEFF5E;
}
.AnyTagClassName
{
color: #DEFF5E;
}
</style>
background-color css
<style>
a { background-color: #DEFF5E; }
a { background-color: rgb(222,255,94); }
div.DivClassName
{
background-color: #DEFF5E;
}
.BgClassName
{
background-color: #DEFF5E;
}
</style>
border-color css
<style>
span { border-color: #DEFF5E; }
span { border-color: rgb(222,255,94); }
td.TdClassName
{
border-color: #DEFF5E;
}
.TagClassName
{
border-color: #DEFF5E;
}
</style>