Shades of Honeysuckle #DDFF4C
Tints of Honeysuckle #DDFF4C
RGB
CMYK
RGB Variations
Color information
#DDFF4C (or 0xDDFF4C) is known color: Honeysuckle. HEX triplet: DD, FF and 4C. RGB value is (221,255,76). Sum of RGB (Red+Green+Blue) = 221+255+76=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 76 (30.08% from 255 or 13.77% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF4C is #2200B3. Grayscale: #E1E1E1. Windows color (decimal): -2228404 or 5046237. OLE color: 5046237.
HSL color Cylindrical-coordinate representation of color #DDFF4C: hue angle of 71.4º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDFF4C is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 76 | - |
| CMYK | 0.13 | 0 | 0.70 | 0 |
| HSL | 71.4º | 1% | 0.65% | - |
| HSV(B) | 71.4º | 0.7% | 1% | - |
| XYZ | 66.88 | 87.41 | 20.18 | - |
| YUV | 224.43 | 44.24 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 76 | 0.13 | 0 | 0.70 | 0 | 71.4 | 1 | 0.65 |
| Hex | DD | FF | 4C | D | 0 | 46 | 0 | 47 | 64 | 41 |
| Octal | 335 | 377 | 114 | 15 | 0 | 106 | 0 | 107 | 144 | 101 |
| Binary | 11011101 | 11111111 | 1001100 | 1101 | 0 | 1000110 | 0 | 1000111 | 1100100 | 1000001 |
Color Harmonies of #DDFF4C
Complementary color
Monochromatic Colors of #DDFF4C
Black with #DDFF4C
Text Example
Text Example
White with #DDFF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF4C; }
p { color: rgb(221,255,76); }
H1.HeaderClassName
{
color: #DDFF4C;
}
.AnyTagClassName
{
color: #DDFF4C;
}
</style>
background-color css
<style>
a { background-color: #DDFF4C; }
a { background-color: rgb(221,255,76); }
div.DivClassName
{
background-color: #DDFF4C;
}
.BgClassName
{
background-color: #DDFF4C;
}
</style>
border-color css
<style>
span { border-color: #DDFF4C; }
span { border-color: rgb(221,255,76); }
td.TdClassName
{
border-color: #DDFF4C;
}
.TagClassName
{
border-color: #DDFF4C;
}
</style>