Shades of Honeysuckle #DDFE5B
Tints of Honeysuckle #DDFE5B
RGB
CMYK
RGB Variations
Color information
#DDFE5B (or 0xDDFE5B) is known color: Honeysuckle. HEX triplet: DD, FE and 5B. RGB value is (221,254,91). Sum of RGB (Red+Green+Blue) = 221+254+91=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 91 (35.94% from 255 or 16.08% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFE5B is #2201A4. Grayscale: #E2E2E2. Windows color (decimal): -2228645 or 6029021. OLE color: 6029021.
HSL color Cylindrical-coordinate representation of color #DDFE5B: hue angle of 72.15º 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 #DDFE5B is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 91 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.00 |
| HSL | 72.15º | 0.99% | 0.68% | - |
| HSV(B) | 72.15º | 0.64% | 1% | - |
| XYZ | 67.15 | 87.01 | 23.15 | - |
| YUV | 225.55 | 52.07 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 91 | 0.13 | 0 | 0.64 | 0.00 | 72.15 | 0.99 | 0.68 |
| Hex | DD | FE | 5B | D | 0 | 40 | 0 | 48 | 63 | 44 |
| Octal | 335 | 376 | 133 | 15 | 0 | 100 | 0 | 110 | 143 | 104 |
| Binary | 11011101 | 11111110 | 1011011 | 1101 | 0 | 1000000 | 0 | 1001000 | 1100011 | 1000100 |
Color Harmonies of #DDFE5B
Complementary color
Monochromatic Colors of #DDFE5B
Black with #DDFE5B
Text Example
Text Example
White with #DDFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE5B; }
p { color: rgb(221,254,91); }
H1.HeaderClassName
{
color: #DDFE5B;
}
.AnyTagClassName
{
color: #DDFE5B;
}
</style>
background-color css
<style>
a { background-color: #DDFE5B; }
a { background-color: rgb(221,254,91); }
div.DivClassName
{
background-color: #DDFE5B;
}
.BgClassName
{
background-color: #DDFE5B;
}
</style>
border-color css
<style>
span { border-color: #DDFE5B; }
span { border-color: rgb(221,254,91); }
td.TdClassName
{
border-color: #DDFE5B;
}
.TagClassName
{
border-color: #DDFE5B;
}
</style>