Shades of Honeysuckle #DFFF5D
Tints of Honeysuckle #DFFF5D
RGB
CMYK
RGB Variations
Color information
#DFFF5D (or 0xDFFF5D) is known color: Honeysuckle. HEX triplet: DF, FF and 5D. RGB value is (223,255,93). Sum of RGB (Red+Green+Blue) = 223+255+93=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 93 (36.72% from 255 or 16.29% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF5D is #2000A2. Grayscale: #E3E3E3. Windows color (decimal): -2097315 or 6160351. OLE color: 6160351.
HSL color Cylindrical-coordinate representation of color #DFFF5D: hue angle of 71.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFFF5D is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 93 | - |
| CMYK | 0.13 | 0 | 0.64 | 0 |
| HSL | 71.85º | 1% | 0.68% | - |
| HSV(B) | 71.85º | 0.64% | 1% | - |
| XYZ | 68.17 | 88 | 23.75 | - |
| YUV | 226.96 | 52.4 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 93 | 0.13 | 0 | 0.64 | 0 | 71.85 | 1 | 0.68 |
| Hex | DF | FF | 5D | D | 0 | 40 | 0 | 48 | 64 | 44 |
| Octal | 337 | 377 | 135 | 15 | 0 | 100 | 0 | 110 | 144 | 104 |
| Binary | 11011111 | 11111111 | 1011101 | 1101 | 0 | 1000000 | 0 | 1001000 | 1100100 | 1000100 |
Color Harmonies of #DFFF5D
Complementary color
Monochromatic Colors of #DFFF5D
Black with #DFFF5D
Text Example
Text Example
White with #DFFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF5D; }
p { color: rgb(223,255,93); }
H1.HeaderClassName
{
color: #DFFF5D;
}
.AnyTagClassName
{
color: #DFFF5D;
}
</style>
background-color css
<style>
a { background-color: #DFFF5D; }
a { background-color: rgb(223,255,93); }
div.DivClassName
{
background-color: #DFFF5D;
}
.BgClassName
{
background-color: #DFFF5D;
}
</style>
border-color css
<style>
span { border-color: #DFFF5D; }
span { border-color: rgb(223,255,93); }
td.TdClassName
{
border-color: #DFFF5D;
}
.TagClassName
{
border-color: #DFFF5D;
}
</style>