Shades of Honeysuckle #DFFE5D
Tints of Honeysuckle #DFFE5D
RGB
CMYK
RGB Variations
Color information
#DFFE5D (or 0xDFFE5D) is known color: Honeysuckle. HEX triplet: DF, FE and 5D. RGB value is (223,254,93). Sum of RGB (Red+Green+Blue) = 223+254+93=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 93 (36.72% from 255 or 16.32% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFE5D is #2001A2. Grayscale: #E2E2E2. Windows color (decimal): -2097571 or 6160095. OLE color: 6160095.
HSL color Cylindrical-coordinate representation of color #DFFE5D: hue angle of 71.55º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFFE5D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 93 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.00 |
| HSL | 71.55º | 0.99% | 0.68% | - |
| HSV(B) | 71.55º | 0.63% | 1% | - |
| XYZ | 67.85 | 87.36 | 23.64 | - |
| YUV | 226.38 | 52.73 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 93 | 0.12 | 0 | 0.63 | 0.00 | 71.55 | 0.99 | 0.68 |
| Hex | DF | FE | 5D | C | 0 | 3F | 0 | 48 | 63 | 44 |
| Octal | 337 | 376 | 135 | 14 | 0 | 77 | 0 | 110 | 143 | 104 |
| Binary | 11011111 | 11111110 | 1011101 | 1100 | 0 | 111111 | 0 | 1001000 | 1100011 | 1000100 |
Color Harmonies of #DFFE5D
Complementary color
Monochromatic Colors of #DFFE5D
Black with #DFFE5D
Text Example
Text Example
White with #DFFE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE5D; }
p { color: rgb(223,254,93); }
H1.HeaderClassName
{
color: #DFFE5D;
}
.AnyTagClassName
{
color: #DFFE5D;
}
</style>
background-color css
<style>
a { background-color: #DFFE5D; }
a { background-color: rgb(223,254,93); }
div.DivClassName
{
background-color: #DFFE5D;
}
.BgClassName
{
background-color: #DFFE5D;
}
</style>
border-color css
<style>
span { border-color: #DFFE5D; }
span { border-color: rgb(223,254,93); }
td.TdClassName
{
border-color: #DFFE5D;
}
.TagClassName
{
border-color: #DFFE5D;
}
</style>