Shades of Honeysuckle #DDFE5C
Tints of Honeysuckle #DDFE5C
RGB
CMYK
RGB Variations
Color information
#DDFE5C (or 0xDDFE5C) is known color: Honeysuckle. HEX triplet: DD, FE and 5C. RGB value is (221,254,92). Sum of RGB (Red+Green+Blue) = 221+254+92=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 92 (36.33% from 255 or 16.23% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE5C is #2201A3. Grayscale: #E2E2E2. Windows color (decimal): -2228644 or 6094557. OLE color: 6094557.
HSL color Cylindrical-coordinate representation of color #DDFE5C: hue angle of 72.22º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDFE5C is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 92 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.00 |
| HSL | 72.22º | 0.99% | 0.68% | - |
| HSV(B) | 72.22º | 0.64% | 1% | - |
| XYZ | 67.19 | 87.03 | 23.38 | - |
| YUV | 225.67 | 52.57 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 92 | 0.13 | 0 | 0.64 | 0.00 | 72.22 | 0.99 | 0.68 |
| Hex | DD | FE | 5C | D | 0 | 40 | 0 | 48 | 63 | 44 |
| Octal | 335 | 376 | 134 | 15 | 0 | 100 | 0 | 110 | 143 | 104 |
| Binary | 11011101 | 11111110 | 1011100 | 1101 | 0 | 1000000 | 0 | 1001000 | 1100011 | 1000100 |
Color Harmonies of #DDFE5C
Complementary color
Monochromatic Colors of #DDFE5C
Black with #DDFE5C
Text Example
Text Example
White with #DDFE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE5C; }
p { color: rgb(221,254,92); }
H1.HeaderClassName
{
color: #DDFE5C;
}
.AnyTagClassName
{
color: #DDFE5C;
}
</style>
background-color css
<style>
a { background-color: #DDFE5C; }
a { background-color: rgb(221,254,92); }
div.DivClassName
{
background-color: #DDFE5C;
}
.BgClassName
{
background-color: #DDFE5C;
}
</style>
border-color css
<style>
span { border-color: #DDFE5C; }
span { border-color: rgb(221,254,92); }
td.TdClassName
{
border-color: #DDFE5C;
}
.TagClassName
{
border-color: #DDFE5C;
}
</style>