Shades of Honeysuckle #DDFC5B
Tints of Honeysuckle #DDFC5B
RGB
CMYK
RGB Variations
Color information
#DDFC5B (or 0xDDFC5B) is known color: Honeysuckle. HEX triplet: DD, FC and 5B. RGB value is (221,252,91). Sum of RGB (Red+Green+Blue) = 221+252+91=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 91 (35.94% from 255 or 16.13% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC5B is #2203A4. Grayscale: #E0E0E0. Windows color (decimal): -2229157 or 6028509. OLE color: 6028509.
HSL color Cylindrical-coordinate representation of color #DDFC5B: hue angle of 71.55º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDFC5B is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 91 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.01 |
| HSL | 71.55º | 0.96% | 0.67% | - |
| HSV(B) | 71.55º | 0.64% | 0.99% | - |
| XYZ | 66.52 | 85.75 | 22.94 | - |
| YUV | 224.38 | 52.73 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 91 | 0.12 | 0 | 0.64 | 0.01 | 71.55 | 0.96 | 0.67 |
| Hex | DD | FC | 5B | C | 0 | 40 | 1 | 48 | 60 | 43 |
| Octal | 335 | 374 | 133 | 14 | 0 | 100 | 1 | 110 | 140 | 103 |
| Binary | 11011101 | 11111100 | 1011011 | 1100 | 0 | 1000000 | 1 | 1001000 | 1100000 | 1000011 |
Color Harmonies of #DDFC5B
Complementary color
Monochromatic Colors of #DDFC5B
Black with #DDFC5B
Text Example
Text Example
White with #DDFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC5B; }
p { color: rgb(221,252,91); }
H1.HeaderClassName
{
color: #DDFC5B;
}
.AnyTagClassName
{
color: #DDFC5B;
}
</style>
background-color css
<style>
a { background-color: #DDFC5B; }
a { background-color: rgb(221,252,91); }
div.DivClassName
{
background-color: #DDFC5B;
}
.BgClassName
{
background-color: #DDFC5B;
}
</style>
border-color css
<style>
span { border-color: #DDFC5B; }
span { border-color: rgb(221,252,91); }
td.TdClassName
{
border-color: #DDFC5B;
}
.TagClassName
{
border-color: #DDFC5B;
}
</style>