Shades of Honeysuckle #DDEF5E
Tints of Honeysuckle #DDEF5E
RGB
CMYK
RGB Variations
Color information
#DDEF5E (or 0xDDEF5E) is known color: Honeysuckle. HEX triplet: DD, EF and 5E. RGB value is (221,239,94). Sum of RGB (Red+Green+Blue) = 221+239+94=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF5E is #2210A1. Grayscale: #D9D9D9. Windows color (decimal): -2232482 or 6221789. OLE color: 6221789.
HSL color Cylindrical-coordinate representation of color #DDEF5E: hue angle of 67.45º 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 #DDEF5E is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 94 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.06 |
| HSL | 67.45º | 0.82% | 0.65% | - |
| HSV(B) | 67.45º | 0.61% | 0.94% | - |
| XYZ | 62.71 | 77.91 | 22.32 | - |
| YUV | 217.09 | 58.54 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 94 | 0.08 | 0 | 0.61 | 0.06 | 67.45 | 0.82 | 0.65 |
| Hex | DD | EF | 5E | 8 | 0 | 3D | 6 | 43 | 52 | 41 |
| Octal | 335 | 357 | 136 | 10 | 0 | 75 | 6 | 103 | 122 | 101 |
| Binary | 11011101 | 11101111 | 1011110 | 1000 | 0 | 111101 | 110 | 1000011 | 1010010 | 1000001 |
Color Harmonies of #DDEF5E
Complementary color
Monochromatic Colors of #DDEF5E
Black with #DDEF5E
Text Example
Text Example
White with #DDEF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF5E; }
p { color: rgb(221,239,94); }
H1.HeaderClassName
{
color: #DDEF5E;
}
.AnyTagClassName
{
color: #DDEF5E;
}
</style>
background-color css
<style>
a { background-color: #DDEF5E; }
a { background-color: rgb(221,239,94); }
div.DivClassName
{
background-color: #DDEF5E;
}
.BgClassName
{
background-color: #DDEF5E;
}
</style>
border-color css
<style>
span { border-color: #DDEF5E; }
span { border-color: rgb(221,239,94); }
td.TdClassName
{
border-color: #DDEF5E;
}
.TagClassName
{
border-color: #DDEF5E;
}
</style>