Shades of Honeysuckle #DDEF5D
Tints of Honeysuckle #DDEF5D
RGB
CMYK
RGB Variations
Color information
#DDEF5D (or 0xDDEF5D) is known color: Honeysuckle. HEX triplet: DD, EF and 5D. RGB value is (221,239,93). Sum of RGB (Red+Green+Blue) = 221+239+93=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF5D is #2210A2. Grayscale: #D9D9D9. Windows color (decimal): -2232483 or 6156253. OLE color: 6156253.
HSL color Cylindrical-coordinate representation of color #DDEF5D: hue angle of 67.4º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDEF5D is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 93 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.06 |
| HSL | 67.4º | 0.82% | 0.65% | - |
| HSV(B) | 67.4º | 0.61% | 0.94% | - |
| XYZ | 62.66 | 77.9 | 22.09 | - |
| YUV | 216.97 | 58.04 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 93 | 0.08 | 0 | 0.61 | 0.06 | 67.4 | 0.82 | 0.65 |
| Hex | DD | EF | 5D | 8 | 0 | 3D | 6 | 43 | 52 | 41 |
| Octal | 335 | 357 | 135 | 10 | 0 | 75 | 6 | 103 | 122 | 101 |
| Binary | 11011101 | 11101111 | 1011101 | 1000 | 0 | 111101 | 110 | 1000011 | 1010010 | 1000001 |
Color Harmonies of #DDEF5D
Complementary color
Monochromatic Colors of #DDEF5D
Black with #DDEF5D
Text Example
Text Example
White with #DDEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF5D; }
p { color: rgb(221,239,93); }
H1.HeaderClassName
{
color: #DDEF5D;
}
.AnyTagClassName
{
color: #DDEF5D;
}
</style>
background-color css
<style>
a { background-color: #DDEF5D; }
a { background-color: rgb(221,239,93); }
div.DivClassName
{
background-color: #DDEF5D;
}
.BgClassName
{
background-color: #DDEF5D;
}
</style>
border-color css
<style>
span { border-color: #DDEF5D; }
span { border-color: rgb(221,239,93); }
td.TdClassName
{
border-color: #DDEF5D;
}
.TagClassName
{
border-color: #DDEF5D;
}
</style>